summaryrefslogtreecommitdiff
path: root/vcl/source/opengl/OpenGLHelper.cxx
AgeCommit message (Expand)Author
2018-12-05Add interface for software-only bitmap renderingJan-Marek Glogowski
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-22SAL_USE_VCLPLUGIN is a UNO bootstrap variableStephan Bergmann
2018-11-20Drop some headless mode variantsJan-Marek Glogowski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-19loplugin:constantparamNoel Grandin
2018-07-19loplugin:unusedmethodsNoel Grandin
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-29Drop check for Windows versions we don't supportMike Kaganski
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-03-28Resolves: tdf#106155 avoid opengl for toplevel X window iconsCaolán McNamara
2017-03-18vcl: change opengl gpWatchdogExt from oslCondition to osl::ConditionChris Sherlock
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