summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Initialise bArbMultisampleSupported as falseTor Lillqvist1-1/+1
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-0/+1
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+59
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks1-0/+10
2015-12-11Get Double-buffered context creation working on linux.Michael Meeks1-6/+7
2015-12-08Bin the pointless and thin OS X specific wrapper namespace 'OpenGLWrapper'Tor Lillqvist1-6/+7
2015-11-20loplugin:sallogareasStephan Bergmann2-19/+19
2015-11-19readabilityTomaž Vajngerl1-1/+4
2015-11-19loplugin:nullptrStephan Bergmann1-2/+2
2015-11-19Add OpenGLContext::UseNoProgram()Tor Lillqvist1-0/+10
2015-11-19Improve SAL_WARN message readabilityTor Lillqvist1-1/+1
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist1-1/+1
2015-11-16opengl: remove unused mbPixmap & glPix members.Michael Meeks1-24/+11
2015-11-16Add comment to 'direct' parameter: un-related to double-buffering.Michael Meeks1-2/+2
2015-11-13OpenGL error codes are defined in hex, so show them as suchTor Lillqvist1-4/+3
2015-11-11Move checkExtension() to a more private locationTor Lillqvist1-0/+40
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-52/+52
2015-11-10Surely a 24-bit depth buffer is enoughTor Lillqvist1-1/+1
2015-11-10Add some assertions and improve commentsTor Lillqvist1-2/+9
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-19Speed up in-process caching of OpenGL shader programsTor Lillqvist1-7/+15
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-30vcl: clean up before error returns in OpenGLContext::ImplInit()Michael Stahl1-0/+10
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-16tdf#94213 - release offscreen texture properly on re-size.Michael Meeks1-0/+3
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 Cecchetti2-29/+272
2015-09-13boost->stdCaolán McNamara1-4/+3
2015-09-11coverity#1323754 we apparently can survive std::abort for a whileCaolán McNamara1-0/+1
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna1-2/+11
2015-09-10coverity#1323759 Uninitialized pointer fieldCaolán McNamara1-2/+3
2015-09-10windows opengl: mpCurrentProgram seen as 0Miklos Vajna1-0/+7
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks1-0/+9
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks1-4/+7
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-37/+11
2015-09-07don't use a null displayMarkus Mohrhard1-8/+14
2015-09-07avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard1-1/+1
2015-09-07prevent crash with non-vcl OpenGL contextsMarkus Mohrhard1-1/+2
2015-09-04Avoid a SAL_INFO about OpenGL when not using OpenGLTor Lillqvist1-2/+7
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 Meeks2-1/+15
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks2-15/+34
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-09-02windows opengl: Avoid an unnecessary wglMakeCurrent() call.Jan Holesovsky1-2/+2