summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-10/+10
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-1/+0
2016-01-26OpenGLWrapper is the right place for getBufferSwapCounter()Tor Lillqvist1-2/+2
2016-01-26Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist1-4/+5
2016-01-26Add API to get the number of OpenGL buffer swaps, including through UNOTor Lillqvist1-0/+9
2016-01-13We only use the prev pointerTor Lillqvist1-1/+0
2016-01-06vcl: opengl - if we can't get the context we want, fallback properly.Michael Meeks1-3/+1
2016-01-06loplugin:defaultparamsStephan Bergmann1-1/+1
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks2-0/+43
2016-01-05Fix dbgutil build in case GL_DEBUG_SEVERITY_NOTIFICATION_ARB is undefinedTor Lillqvist1-0/+2
2016-01-05vcl: Ignore i965’s shader compiler debugEmmanuel Gil Peyrot1-0/+6
2016-01-01vcl: improve OpenGL debugging variously.Michael Meeks2-1/+23
2015-12-24loplugin:unnecessaryvirtualNoel Grandin1-8/+0
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