summaryrefslogtreecommitdiff
path: root/vcl/source/opengl/OpenGLHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-6/+6
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-29Drop check for Windows versions we don't supportMike Kaganski1-21/+23
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-4/+1
2017-03-28Resolves: tdf#106155 avoid opengl for toplevel X window iconsCaolán McNamara1-0/+21
2017-03-18vcl: change opengl gpWatchdogExt from oslCondition to osl::ConditionChris Sherlock1-7/+7
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-12/+1
2017-01-10New loplugin:conststringvar: vclStephan Bergmann1-1/+1
2016-12-13change from glew to epoxyCaolán McNamara1-4/+4
2016-10-17Force disable OpenGL in Safe ModeSamuel Mehrbrodt1-0/+4
2016-09-26That syntax is fine with MSVC 2015 nowStephan Bergmann1-2/+2
2016-09-24fix the OpenGL selection logicMarkus Mohrhard1-2/+3
2016-09-23tdf#101822 Always de-zombie the glxtest processJan-Marek Glogowski1-5/+2
2016-09-23vcl: C++11 is awesome, they said! it's a whole new language, they said!Michael Stahl1-2/+15
2016-09-23vcl: Apple clang segfaults on "(", the "{" seems to work betterMichael Stahl1-2/+2
2016-09-20tdf#102295: remove mutex - use atomic for watchdog timingsTomaž Vajngerl1-25/+11
2016-09-20tdf#102295: AMD actually has two vendor id's.Jan Holesovsky1-1/+1
2016-09-20tdf#102295: The relaxed values were actually too pessimistic.Jan Holesovsky1-2/+2
2016-09-19tdf#102295: relax timeout timings for the GL watchdogTomaž Vajngerl1-13/+42
2016-09-15Remove OutputDevice::PaintScopeNoel Grandin1-40/+0
2016-08-10Surround PaintScope code with ifdefs matching declaration in include fileTor Lillqvist1-0/+4
2016-07-28opengl: improve logging when no context is availableTomaž Vajngerl1-1/+1
2016-07-25opengl: add VCL_GL_WARN to write warnings into api trace fileTomaž Vajngerl1-4/+15
2016-05-25Use VCL_GL_INFO hereTor Lillqvist1-2/+2
2016-05-25Avoid redundancy: The same information was logged in readProgramBinary()Tor Lillqvist1-1/+0
2016-05-25Don't claim to be reading a file before trying to open itTor Lillqvist1-2/+2
2016-05-21move glX stuff to X-only modulesCaolán McNamara1-85/+0
2016-03-07opengl: fix loading shader with preamble that uses #versionTomaž Vajngerl1-2/+2
2016-02-27log to the crashreporter whether we use OpenGLMarkus Mohrhard1-0/+3
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-1/+0
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-0/+5
2016-01-01vcl: improve OpenGL debugging variously.Michael Meeks1-1/+2
2015-12-24loplugin:unnecessaryvirtualNoel Grandin1-8/+0
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+59
2015-11-20loplugin:sallogareasStephan Bergmann1-6/+6
2015-11-19readabilityTomaž Vajngerl1-1/+4
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