summaryrefslogtreecommitdiff
path: root/include/vcl/opengl/OpenGLHelper.hxx
AgeCommit message (Expand)Author
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
2016-01-08vcl: small typo in parameter names - Doxygen is complainingChris Sherlock
2016-01-08vcl: document some OpenGL parametersChris Sherlock
2016-01-08vcl: get rid of rtl alias in include/vcl/opengl/OpenGLHelper.hxxChris Sherlock
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-16If SAL_WARN() does nothing, no point in CHECK_GL_ERROR() eitherTor Lillqvist
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-04Avoid OpenGL information logging when not using OpenGLTor Lillqvist
2015-09-04Add explanation and enforce non-instantiabilityTor Lillqvist
2015-08-29This is C++, we have booleansTor Lillqvist
2015-08-28Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work.Michael Meeks
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks
2015-08-26tdf#93530 - the VCL GDI flushing abstraction should glFlush too.Michael Meeks
2015-04-23There is no separate vclopengl library since Oct 2014Tor Lillqvist
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne
2014-11-10add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás
2014-09-02extract some shared codeMarkus Mohrhard
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás
2014-08-08fix variable nameMarkus Mohrhard
2014-08-08add possibility to generate FBO with textureMarkus Mohrhard
2014-07-21split helper and fix buildCaolán McNamara
2014-07-21Extract getGLVersion() method to OpenGLHelperZolnai Tamás
2014-05-24add ostream operator<< for glm::vec3Markus Mohrhard
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard
2014-05-09move the renderToFile function to the helper to avoid the contextMarkus Mohrhard
2014-04-29Add gluErrorString() replacement to OpenGLHelperTor Lillqvist
2014-04-27OpenGLHelper: extract BGRA buffer -> BitmepEx conversionZolnai Tamás
2014-04-19fixincludeguards.sh: includeThomas Arnhold
2014-04-18Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelperZolnai Tamás
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard