summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-01windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky1-2/+2
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks1-0/+3
2015-09-01windows opengl: Call InitGLEWDebugging() after we have the context.Jan Holesovsky1-1/+2
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna1-3/+2
2015-08-31tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks1-0/+5
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks1-0/+5
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks1-0/+20
2015-08-31Extended GL painting debug tracing.Michael Meeks1-0/+1
2015-08-31Revert "werror: fix build in vcl"Thorsten Behrens1-5/+0
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks1-0/+8
2015-08-30werror: fix build in vclThorsten Behrens1-0/+5
2015-08-28Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks1-12/+12
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks2-0/+40
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks1-9/+0
2015-08-28tdf#93530 - glClear our depth, stencil and buffer contents on init.Michael Meeks1-0/+5
2015-08-27Fully drain glGetErrorStephan Bergmann1-4/+6
2015-08-26tdf#93530 - the VCL GDI flushing abstraction should glFlush too.Michael Meeks1-0/+9
2015-08-25tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks1-15/+112
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks2-0/+102
2015-08-14vcl opengl: fix setting up debug context on WindowsMiklos Vajna1-7/+22
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin1-98/+3
2015-07-06Fix Funky Capitalisation Of CommentsTor Lillqvist1-25/+25
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-03tdf#88831 fix inverted textures when OpenGL is enabledTomaž Vajngerl1-1/+5