summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/program.hxx
AgeCommit message (Expand)Author
2016-05-30tdf#100080 set unused shader attribs with values, fixes GL on AMDTomaž Vajngerl
2016-05-23opengl: combined shaders to reduce shader switchingTomaž Vajngerl
2016-05-19opengl: track the state of blend, DrawArrays on OpenGLProgramTomaž Vajngerl
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-15tdf#93814: Added support for caching shader program binaries.Marco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-08-26vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki
2015-08-24opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl
2015-07-09opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl
2015-05-03Use deleted function macro.Michael Meeks
2015-04-23Use shared_ptr for OpenGLPrograms, and hide its copy constructor.Michael Meeks
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák
2015-01-21callcatcher: update unused codeCaolán McNamara
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne
2014-12-02Missing includeStephan Bergmann
2014-12-02WaE: private field 'mnAttribIndex' is not usedTor Lillqvist
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne