summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin1-98/+3
2015-07-06Fix Funky Capitalisation Of CommentsTor Lillqvist1-25/+25
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-03tdf#88831 fix inverted textures when OpenGL is enabledTomaž Vajngerl1-1/+5
2015-06-18loplugin:checkconfigmacrosStephan Bergmann1-1/+1
2015-06-18continue to support glew 1.10David Tardon1-1/+9
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-4/+3
2015-06-17Const correctnessTor Lillqvist1-1/+1
2015-06-12get rid of a few thousand unnecessary OpenGL callsMarkus Mohrhard1-2/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-3/+3
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