summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)Author
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás
2014-09-08WaE: 'DBG_UTIL' is not defined, evaluates to 0 [-Wundef]Matúš Kukan
2014-09-07prevent crash with invalid XVisual, related fdo#80448Markus Mohrhard
2014-09-03don't crash if the new create context method is not availableMarkus Mohrhard
2014-09-03don't create a core context if we need a legacy oneMarkus Mohrhard
2014-09-03create a 3.2 core context if supported in dbgutil modeMarkus Mohrhard
2014-09-03SAL_INFO -> SAL_WARN for important error messageMarkus Mohrhard
2014-09-03SAL_INFO -> SAL_WARN for important error messageMarkus Mohrhard
2014-09-02support legacy and core context on OSXMarkus Mohrhard
2014-09-02fix non OSX build againMarkus Mohrhard
2014-09-02working OSX OpenGLContextMarkus Mohrhard
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard
2014-09-02add invalid framebuffer operation to OpenGL error messagesMarkus Mohrhard
2014-09-02check framebuffer statusMarkus Mohrhard
2014-09-02extract some shared codeMarkus Mohrhard
2014-09-02add possibility to request a compatibility contextMarkus Mohrhard
2014-08-29ignore aggressive Nvidia GLSL compiler error messagesMarkus 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-15seems like the better approach for getting it workingMarkus Mohrhard
2014-08-15improve debug message for shader compilatione errorsMarkus Mohrhard
2014-08-12add some error reporting to OSX OpenGL context codeMarkus Mohrhard
2014-08-08add possibility to generate FBO with textureMarkus Mohrhard
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard
2014-08-08make sure that we always delete the shader and not only the programMarkus Mohrhard
2014-07-29Blind fix attempt for compiling against the 10.6 SDKTor Lillqvist
2014-07-23make libgltf compile on OSXMarkus 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-06-10Modified the depth bit to 24weigao
2014-05-28Lsan: fix memory leakMarkus Mohrhard
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-24add ostream operator<< for glm::vec3Markus Mohrhard
2014-05-23the variable is only available on linuxMarkus Mohrhard
2014-05-23Lsan: fix memory leakMarkus Mohrhard
2014-05-23Lsan: fix memory leakMarkus Mohrhard
2014-05-21Avoid blinking when doing operations in the spreadsheets.Jan Holesovsky
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
2014-05-21Don't disable painting.Jan Holesovsky
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon
2014-05-20Fail early in OpenGLContext::ImplInit() on platforms where not yet implementedTor Lillqvist
2014-05-20Hack to for now work around dpy == null crashing CppunitTest_chart2_*Stephan Bergmann
2014-05-17add missing OpenGL type error stringMarkus Mohrhard