summaryrefslogtreecommitdiff
path: root/vcl/source/opengl/OpenGLHelper.cxx
AgeCommit message (Expand)Author
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-01-10New loplugin:conststringvar: vclStephan Bergmann
2016-12-13change from glew to epoxyCaolán McNamara
2016-10-17Force disable OpenGL in Safe ModeSamuel Mehrbrodt
2016-09-26That syntax is fine with MSVC 2015 nowStephan Bergmann
2016-09-24fix the OpenGL selection logicMarkus Mohrhard
2016-09-23tdf#101822 Always de-zombie the glxtest processJan-Marek Glogowski
2016-09-23vcl: C++11 is awesome, they said! it's a whole new language, they said!Michael Stahl
2016-09-23vcl: Apple clang segfaults on "(", the "{" seems to work betterMichael Stahl
2016-09-20tdf#102295: remove mutex - use atomic for watchdog timingsTomaž Vajngerl
2016-09-20tdf#102295: AMD actually has two vendor id's.Jan Holesovsky
2016-09-20tdf#102295: The relaxed values were actually too pessimistic.Jan Holesovsky
2016-09-19tdf#102295: relax timeout timings for the GL watchdogTomaž Vajngerl
2016-09-15Remove OutputDevice::PaintScopeNoel Grandin
2016-08-10Surround PaintScope code with ifdefs matching declaration in include fileTor Lillqvist
2016-07-28opengl: improve logging when no context is availableTomaž Vajngerl
2016-07-25opengl: add VCL_GL_WARN to write warnings into api trace fileTomaž Vajngerl
2016-05-25Use VCL_GL_INFO hereTor Lillqvist
2016-05-25Avoid redundancy: The same information was logged in readProgramBinary()Tor Lillqvist
2016-05-25Don't claim to be reading a file before trying to open itTor Lillqvist
2016-05-21move glX stuff to X-only modulesCaolán McNamara
2016-03-07opengl: fix loading shader with preamble that uses #versionTomaž Vajngerl
2016-02-27log to the crashreporter whether we use OpenGLMarkus Mohrhard
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-01vcl: improve OpenGL debugging variously.Michael Meeks
2015-12-24loplugin:unnecessaryvirtualNoel Grandin
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-19readabilityTomaž Vajngerl
2015-11-13OpenGL error codes are defined in hex, so show them as suchTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-18Success is no reason to be scaredTor Lillqvist
2015-10-11Moggi thinks this mutex is unnecessary and I trust himTor Lillqvist
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-08Don't re-read the same glsl files over and over againTor Lillqvist
2015-09-16Add debugging helpers to binary shader loading.Michael Meeks
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-15loplugin:cstylecastStephan Bergmann
2015-09-15WaE: loplugin:cstylecastTor Lillqvist
2015-09-15tdf#93814: Added support for caching shader program binaries.Marco Cecchetti
2015-09-11coverity#1323754 we apparently can survive std::abort for a whileCaolán McNamara
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks
2015-09-02Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.Michael Meeks
2015-09-02tdf#93850 - Defer watchdog during shader compiles.Michael Meeks
2015-08-31tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks