summaryrefslogtreecommitdiff
path: root/vcl/source/opengl/OpenGLContext.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-20tdf#113225 - reset framebuffer count when resetting OpenGLContextMichael Meeks1-0/+1
2017-05-30Resolves: tdf#108069 2nd OpenGLContext::init should dispose earlier resultsCaolán McNamara1-1/+2
2016-11-29tdf#104139 state can't be set as context may not be availableTomaž Vajngerl1-0/+3
2016-07-25opengl: log device/driver info, remove unneeded info messagesTomaž Vajngerl1-3/+20
2016-07-08if mpCurrentProgram and pProgram are NULL this crashesMarkus Mohrhard1-1/+1
2016-06-03tdf#100193: Check earlier and harder whether OpenGL is good enough on WindowsTor Lillqvist1-1/+16
2016-06-02fix debugging buildCaolán McNamara1-1/+1
2016-05-29coverity#1362019 Uninitialized scalar variableCaolán McNamara1-0/+1
2016-05-24opengl: prevent seg. fault - VCL_GL_INFO still needs the contextTomaž Vajngerl1-1/+2
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara1-20/+8
2016-05-21GLX_EXT_texture_from_pixmap path cannot be called...Caolán McNamara1-0/+5
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-1033/+41
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara1-4/+4
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara1-4/+4
2016-05-19merge duplicate codeCaolán McNamara1-21/+13
2016-05-19opengl: track the state of blend, DrawArrays on OpenGLProgramTomaž Vajngerl1-1/+5
2016-04-30opengl: track the state of glViewportTomaž Vajngerl1-2/+2
2016-04-30opengl: sync scissor and stencil state, generic capability stateTomaž Vajngerl1-0/+1
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl1-0/+3
2016-04-28vcl: fix loplugin:stylepoliceMiklos Vajna1-4/+4
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran1-2/+2
2016-03-04-Werror,-WshadowStephan Bergmann1-4/+4
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 Sherlock1-1/+1
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 Meeks1-0/+38
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 Meeks1-0/+21
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-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 Bergmann1-13/+13
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-11Move checkExtension() to a more private locationTor Lillqvist1-0/+40
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-37/+37