summaryrefslogtreecommitdiffstats
path: root/vcl/source/opengl
Commit message (Expand)AuthorAgeFilesLines
* missing space in log messageMarkus Mohrhard2015-03-161-1/+1
* coverity#1268023 Logically dead codeCaolán McNamara2015-03-091-2/+1
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* Remove references to unused GLUStephan Bergmann2015-03-021-1/+1
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-13/+13
* Fixup --without-x buildRiccardo Magliocchetti2015-02-072-13/+15
* help coverity out wrt coverity#1267682 String not null terminatedCaolán McNamara2015-02-011-1/+1
* vcl: OpenGL code for adding preambles to glsl fragments now handles #versionChris Sherlock2015-01-301-2/+31
* make it possible to easily have variants of glsl programsLuboš Luňák2015-01-272-6/+26
* coverity#1266483 String not null terminatedCaolán McNamara2015-01-251-4/+2
* vcl: OpenGLHelper::isVCLOpenGLEnabled() returns false when console onlyChris Sherlock2015-01-241-0/+6
* -Werror=unused-functionStephan Bergmann2015-01-231-0/+2
* bail out early if there is no DisplayMarkus Mohrhard2015-01-201-2/+7
* lets do that before we delete our objectMarkus Mohrhard2015-01-201-3/+4
* some debug code for finding leaked OpenGLContextsMarkus Mohrhard2015-01-201-0/+21
* I was just missing the code for the ARB versionMarkus Mohrhard2015-01-201-2/+0
* only enable these error handlers in dbgutil buildsMarkus Mohrhard2015-01-201-0/+4
* fix the life cycle of my RAII objectMarkus Mohrhard2015-01-201-6/+10
* Some more loplugin:cstylecast: vclStephan Bergmann2015-01-201-7/+7
* use a special X error handler for more GLX callsMarkus Mohrhard2015-01-191-14/+40
* no need to do that for all contextsMarkus Mohrhard2015-01-171-16/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks2015-01-061-1/+20
* spelling: attachement -> attachmentNoel Grandin2015-01-051-1/+1
* prefer ptr_container to manual memory managementMarkus Mohrhard2014-12-311-10/+3
* Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2014-12-181-1/+1
* vcl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* ifix the OpenGL UI config partMarkus Mohrhard2014-12-181-2/+17
* make use of the new ForceOpenGL config variableMarkus Mohrhard2014-12-171-1/+1
* vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne2014-12-111-16/+72
* vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne2014-12-111-61/+122
* simple check to prevent crash with old driversMarkus Mohrhard2014-12-071-0/+3
* prevent crash when creating the platform context failedMarkus Mohrhard2014-12-041-4/+6
* more asserts to detect double deletesMarkus Mohrhard2014-12-041-0/+2
* add assert to detect double deleteMarkus Mohrhard2014-12-041-1/+3
* add more debugging outputMarkus Mohrhard2014-12-041-0/+2
* vcl: Fix Linux build.Jan Holesovsky2014-12-031-14/+0
* vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne2014-12-031-11/+0
* Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard2014-12-021-0/+12
* vcl: use resetToReInitialize to avoid context problems on Windows.Michael Meeks2014-12-021-0/+11
* request a stencil on windowsMarkus Mohrhard2014-12-021-1/+1
* add some debug code that checks the returned pixel formatMarkus Mohrhard2014-12-021-0/+6
* vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne2014-12-021-0/+35
* vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne2014-12-021-14/+113
* use boost::shared_ptr instead of manual ref countingMarkus Mohrhard2014-12-011-12/+0
* introduce SAL_FORCEGL and document the variablesMarkus Mohrhard2014-12-011-1/+11
* request also a stencil sizeMarkus Mohrhard2014-11-301-0/+1
* implement windows OpenGL blacklist, first stepMarkus Mohrhard2014-11-271-0/+5
* vcl: prefix global variable g_vShareListMichael Stahl2014-11-261-10/+10
* vcl: fix STL asserts in ~OpenGLContext(), calling wrong erase() overloadMichael Stahl2014-11-261-2/+2