summaryrefslogtreecommitdiff
path: root/vcl/source/opengl/OpenGLHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-13OpenGL error codes are defined in hex, so show them as suchTor Lillqvist1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-18Success is no reason to be scaredTor Lillqvist1-3/+3
2015-10-11Moggi thinks this mutex is unnecessary and I trust himTor Lillqvist1-3/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-08Don't re-read the same glsl files over and over againTor Lillqvist1-4/+20
2015-09-16Add debugging helpers to binary shader loading.Michael Meeks1-5/+4
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-1/+45
2015-09-15loplugin:cstylecastStephan Bergmann1-3/+3
2015-09-15WaE: loplugin:cstylecastTor Lillqvist1-4/+4
2015-09-15tdf#93814: Added support for caching shader program binaries.Marco Cecchetti1-5/+262
2015-09-11coverity#1323754 we apparently can survive std::abort for a whileCaolán McNamara1-0/+1
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks1-0/+6
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks1-1/+1
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks1-15/+23
2015-09-02Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.Michael Meeks1-1/+2
2015-09-02tdf#93850 - Defer watchdog during shader compiles.Michael Meeks1-16/+54
2015-08-31tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks1-0/+5
2015-08-31Extended GL painting debug tracing.Michael Meeks1-0/+1
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks1-0/+8
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks1-0/+38
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks1-9/+0
2015-08-27Fully drain glGetErrorStephan Bergmann1-4/+6
2015-08-26tdf#93530 - the VCL GDI flushing abstraction should glFlush too.Michael Meeks1-0/+9
2015-08-25tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks1-15/+112
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks1-0/+48
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-03tdf#88831 fix inverted textures when OpenGL is enabledTomaž Vajngerl1-1/+5
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-16missing space in log messageMarkus Mohrhard1-1/+1
2015-03-09coverity#1268023 Logically dead codeCaolán McNamara1-2/+1
2015-02-07Fixup --without-x buildRiccardo Magliocchetti1-1/+1
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ňák1-1/+5
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-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05spelling: attachement -> attachmentNoel Grandin1-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-01introduce SAL_FORCEGL and document the variablesMarkus Mohrhard1-1/+11
2014-11-30request also a stencil sizeMarkus Mohrhard1-0/+1
2014-11-27implement windows OpenGL blacklist, first stepMarkus Mohrhard1-0/+5
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard1-1/+25
2014-11-18vcl: fix un-initialized log length & clean copy/paste bits.Michael Meeks1-47/+41
2014-11-18opengl: Do not check for OpenGL errors in a loop.Jan Holesovsky1-1/+1