summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)Author
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
2014-05-12fix crash when glDebugMessageCallback is 0 despite feature being thereMarkus Mohrhard
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard
2014-05-12we need glew initalized before testing through it for featuresMarkus Mohrhard
2014-05-09move the renderToFile function to the helper to avoid the contextMarkus Mohrhard
2014-05-09chart2.opengl to vcl.openglMarkus Mohrhard
2014-05-08we only want a fb that allows window renderingMarkus Mohrhard
2014-05-08correct check for double buffered renderingMarkus Mohrhard
2014-05-08we only want fb configs that support double buffered renderingMarkus Mohrhard
2014-05-06fix the OpenGL offscreen rendering a bitMarkus Mohrhard
2014-05-06sal_Bool to boolMarkus Mohrhard
2014-05-06OpenGLContext: More error handling.Jan Holesovsky
2014-05-06OpenGLContext: Use the right window handle on Windows.Jan Holesovsky
2014-05-05openGL: More debug info.Jan Holesovsky
2014-04-29coverity#1210161 Uninitialized scalar variableCaolán McNamara
2014-04-29coverity#1210193 Uninitialized pointer fieldCaolán McNamara
2014-04-29Add gluErrorString() replacement to OpenGLHelperTor Lillqvist
2014-04-28OpenGLContext: destroy contextZolnai Tamás
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás
2014-04-27OpenGLHelper: extract BGRA buffer -> BitmepEx conversionZolnai Tamás
2014-04-27WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-04-27Fix mac build: explicitly check all platforms inside swapBuffersZolnai Tamás
2014-04-27First try to render OpenGL content in a windowZolnai Tamás
2014-04-27OpenGLContext: use generateWinData inside window initializationZolnai Tamás
2014-04-27OpenGLContext: Provide all data for SystemChildWindow creation.Zolnai Tamás
2014-04-18Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelperZolnai Tamás
2014-04-15Avoid complex static global initialisationTor Lillqvist
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard
2014-04-08Make libvclopengl build for iOSTor Lillqvist
2014-04-08temporarily render to a fileMarkus Mohrhard
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard
2014-04-08call glewInit in vcl's OpenGLContext just onceMarkus Mohrhard
2014-04-08fix crash when passing external Window to OpenGLContext::initMarkus Mohrhard
2014-04-08prevent initializing the OpenGL context multiple timesMarkus Mohrhard
2014-04-08OSL_TRACE to SAL_INFO in opengl codeMarkus Mohrhard
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist