summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2015-05-08False loplugin:staticmethodsStephan Bergmann1-0/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+6
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Use shared_ptr for OpenGLPrograms, and hide its copy constructor.Michael Meeks1-8/+6
2015-04-23Use shared_ptr for OpenGLPrograms, and hide its copy constructor.Michael Meeks1-8/+6
2015-04-20vcl: convert new to ::CreateMichael Meeks1-3/+3
2015-04-13Use the new ::Create template method.Michael Meeks1-1/+1
2015-04-10Remove OpenGLContext GC window.Michael Meeks1-3/+2
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-19opengl: We need to return the GLWindow.Jan Holesovsky1-1/+1
2015-03-16missing space in log messageMarkus Mohrhard1-1/+1
2015-03-09coverity#1268023 Logically dead codeCaolán McNamara1-2/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-03-02Remove references to unused GLUStephan Bergmann1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-13/+13
2015-02-07Fixup --without-x buildRiccardo Magliocchetti2-13/+15
2015-02-01help coverity out wrt coverity#1267682 String not null terminatedCaolán McNamara1-1/+1
2015-01-30vcl: OpenGL code for adding preambles to glsl fragments now handles #versionChris Sherlock1-2/+31
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák2-6/+26
2015-01-25coverity#1266483 String not null terminatedCaolán McNamara1-4/+2
2015-01-24vcl: OpenGLHelper::isVCLOpenGLEnabled() returns false when console onlyChris Sherlock1-0/+6
2015-01-23-Werror=unused-functionStephan Bergmann1-0/+2
2015-01-20bail out early if there is no DisplayMarkus Mohrhard1-2/+7
2015-01-20lets do that before we delete our objectMarkus Mohrhard1-3/+4
2015-01-20some debug code for finding leaked OpenGLContextsMarkus Mohrhard1-0/+21
2015-01-20I was just missing the code for the ARB versionMarkus Mohrhard1-2/+0
2015-01-20only enable these error handlers in dbgutil buildsMarkus Mohrhard1-0/+4
2015-01-20fix the life cycle of my RAII objectMarkus Mohrhard1-6/+10
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-7/+7
2015-01-19use a special X error handler for more GLX callsMarkus Mohrhard1-14/+40
2015-01-17no need to do that for all contextsMarkus Mohrhard1-16/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks1-1/+20
2015-01-05spelling: attachement -> attachmentNoel Grandin1-1/+1
2014-12-31prefer ptr_container to manual memory managementMarkus Mohrhard1-10/+3
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard1-2/+17
2014-12-17make use of the new ForceOpenGL config variableMarkus Mohrhard1-1/+1
2014-12-11vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne1-16/+72
2014-12-11vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne1-61/+122
2014-12-07simple check to prevent crash with old driversMarkus Mohrhard1-0/+3
2014-12-04prevent crash when creating the platform context failedMarkus Mohrhard1-4/+6
2014-12-04more asserts to detect double deletesMarkus Mohrhard1-0/+2
2014-12-04add assert to detect double deleteMarkus Mohrhard1-1/+3
2014-12-04add more debugging outputMarkus Mohrhard1-0/+2
2014-12-03vcl: Fix Linux build.Jan Holesovsky1-14/+0