Age | Commit message (Expand) | Author |
2015-03-19 | opengl: We need to return the GLWindow. | Jan Holesovsky |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-03-02 | Remove references to unused GLU | Stephan Bergmann |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-07 | Fixup --without-x build | Riccardo Magliocchetti |
2015-01-27 | make it possible to easily have variants of glsl programs | Luboš Luňák |
2015-01-23 | -Werror=unused-function | Stephan Bergmann |
2015-01-20 | bail out early if there is no Display | Markus Mohrhard |
2015-01-20 | lets do that before we delete our object | Markus Mohrhard |
2015-01-20 | some debug code for finding leaked OpenGLContexts | Markus Mohrhard |
2015-01-20 | I was just missing the code for the ARB version | Markus Mohrhard |
2015-01-20 | only enable these error handlers in dbgutil builds | Markus Mohrhard |
2015-01-20 | fix the life cycle of my RAII object | Markus Mohrhard |
2015-01-20 | Some more loplugin:cstylecast: vcl | Stephan Bergmann |
2015-01-19 | use a special X error handler for more GLX calls | Markus Mohrhard |
2015-01-17 | no need to do that for all contexts | Markus Mohrhard |
2015-01-06 | vcl: reset OpenGLContext(s) when yielding the last SolarMutex. | Michael Meeks |
2014-12-31 | prefer ptr_container to manual memory management | Markus Mohrhard |
2014-12-18 | Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive types | Julien Nabet |
2014-12-18 | vcl: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | vcl: Re-use a framebuffer of the same size when possible | Louis-Francis Ratté-Boulianne |
2014-12-11 | vcl: Reset context when the backend window is destroyed | Louis-Francis Ratté-Boulianne |
2014-12-07 | simple check to prevent crash with old drivers | Markus Mohrhard |
2014-12-04 | prevent crash when creating the platform context failed | Markus Mohrhard |
2014-12-04 | more asserts to detect double deletes | Markus Mohrhard |
2014-12-04 | add assert to detect double delete | Markus Mohrhard |
2014-12-04 | add more debugging output | Markus Mohrhard |
2014-12-03 | vcl: Fix Linux build. | Jan Holesovsky |
2014-12-03 | vcl: Don't create new contexts for Virtual Devices on Windows | Louis-Francis Ratté-Boulianne |
2014-12-02 | Revert "use boost::shared_ptr instead of manual ref counting" | Markus Mohrhard |
2014-12-02 | vcl: use resetToReInitialize to avoid context problems on Windows. | Michael Meeks |
2014-12-02 | request a stencil on windows | Markus Mohrhard |
2014-12-02 | add some debug code that checks the returned pixel format | Markus Mohrhard |
2014-12-02 | vcl: Only load OpenGL shaders once for each context | Louis-Francis Ratté-Boulianne |
2014-12-02 | vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible | Louis-Francis Ratté-Boulianne |
2014-12-01 | use boost::shared_ptr instead of manual ref counting | Markus Mohrhard |
2014-11-26 | vcl: prefix global variable g_vShareList | Michael Stahl |
2014-11-26 | vcl: fix STL asserts in ~OpenGLContext(), calling wrong erase() overload | Michael Stahl |
2014-11-24 | coverity#1255907 Explicit null dereferenced | Caolán McNamara |
2014-11-24 | Unchain OpenGLContext on all platforms | Stephan Bergmann |
2014-11-22 | vcl: Move the painting fence to the OpenGL context | Louis-Francis Ratté-Boulianne |
2014-11-22 | vcl: Always use the same OpenGL context when drawing in a window | Louis-Francis Ratté-Boulianne |
2014-11-22 | fix glx resource leak | Markus Mohrhard |
2014-11-21 | OpenGLContext stopped to support multisampling under linux. | Zolnai Tamás |
2014-11-20 | vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice. | Michael Meeks |
2014-11-18 | vcl: check the OpenGL drawable as well as the context. | Michael Meeks |
2014-11-18 | windows opengl: Share the contexts as we do on Linux. | Jan Holesovsky |
2014-11-18 | windows: Improve logging. | Jan Holesovsky |
2014-11-17 | vcl: initialize data when XGetWindowAttributes fails. | Michael Meeks |
2014-11-17 | vcl: make OpenGLContext::makeCurrent unfeasibly faster. | Michael Meeks |