summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
AgeCommit message (Expand)Author
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás
2014-09-03I thought I killed all traces of CGLMarkus Mohrhard
2014-09-02support legacy and core context on OSXMarkus Mohrhard
2014-09-02fix OSX buildMarkus Mohrhard
2014-09-02working OSX OpenGLContextMarkus Mohrhard
2014-09-02extract some shared codeMarkus Mohrhard
2014-09-02add possibility to request a compatibility contextMarkus 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-29Upgrade libgltf to 0.0.1Zolnai Tamás
2014-08-08fix variable nameMarkus Mohrhard
2014-08-08add possibility to generate FBO with textureMarkus Mohrhard
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard
2014-07-21split helper and fix buildCaolán McNamara
2014-07-21Extract getGLVersion() method to OpenGLHelperZolnai Tamás
2014-07-16first part of OpenGL context work for OSXMarkus Mohrhard
2014-07-13make threaded rendering work correctly, fdo#81110Markus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-24add ostream operator<< for glm::vec3Markus Mohrhard
2014-05-23we only support GLX 1.3+Markus Mohrhard
2014-05-23Lsan: fix memory leakMarkus Mohrhard
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard
2014-05-09prewin.h includes windows.hThomas Arnhold
2014-05-09move the renderToFile function to the helper to avoid the contextMarkus Mohrhard
2014-04-29Add gluErrorString() replacement to OpenGLHelperTor Lillqvist
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás
2014-04-27OpenGLHelper: extract BGRA buffer -> BitmepEx conversionZolnai Tamás
2014-04-27First try to render OpenGL content in a windowZolnai Tamás
2014-04-27OpenGLContext: Provide all data for SystemChildWindow creation.Zolnai 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
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard