summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2015-12-16tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.Michael Meeks1-0/+17
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-9/+9
2015-12-15opengl: remove device id from opengl blacklistTomaž Vajngerl1-121/+0
2015-12-12check in dbg if we use correct SalBitmap instance that we expectTomaž Vajngerl1-0/+16
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks3-7/+2
2015-12-11loplugin:overrideStephan Bergmann1-1/+1
2015-12-11loplugin:defaultparamsStephan Bergmann1-1/+1
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks5-62/+302
2015-12-11tdf#94851 use BGR color order in WindowsTomaž Vajngerl1-37/+79
2015-12-08ScaleOp is unused now after 33d7f3816aa02a1ad9b001e81fb62d21608fdf8eTor Lillqvist1-41/+0
2015-12-08makeSomeOpenGLContextCurrent() asserts that mpContext is not nullTor Lillqvist1-9/+1
2015-12-08Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()Tor Lillqvist2-8/+8
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-2/+0
2015-11-28Revert "Revert "write a log file about OpenGL driver""Michael Stahl1-0/+36
2015-11-28Missing includesStephan Bergmann1-0/+3
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-13/+0
2015-11-28-Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+2
2015-11-28-Werror,-WformatStephan Bergmann1-4/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-27Revert "write a log file about OpenGL driver"Thorsten Behrens1-36/+0
2015-11-25write a log file about OpenGL driverMarkus Mohrhard1-0/+36
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-4/+0
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-3/+16
2015-11-23opengl: fix blacklistTomaž Vajngerl1-2/+2
2015-11-20opengl: populate blocklistTomaž Vajngerl1-4/+156
2015-11-20opengl: fix blocklist parsingTomaž Vajngerl3-74/+99
2015-11-20loplugin:sallogareasStephan Bergmann5-54/+54
2015-11-19opengl: use correct hex number for Win 10 (Major 10 -> hex A)Tomaž Vajngerl1-7/+7
2015-11-19opengl: support Win 10 in black/white listingTomaž Vajngerl2-1/+7
2015-11-18com::sun::star->css in vcl/Noel Grandin2-2/+2
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist5-45/+122
2015-11-10Missing includesAshod Nakashian1-4/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-47/+47
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-7/+7
2015-10-12opengl: convert to RGB buffer, use unique_ptrTomaž Vajngerl1-6/+5
2015-10-12opengl: Extract calculation - bytes per row into its own functionTomaž Vajngerl1-14/+18
2015-10-12opengl: improve VCL_GL_INFO reporting in OpenGLSalBitmapTomaž Vajngerl1-6/+14
2015-10-12opengl: remove code duplication when rendering a texture comboTomaž Vajngerl1-19/+18
2015-10-05opengl: take row stride into account when reading to 1-bit bitmapTomaž Vajngerl1-15/+21
2015-10-01vcl: Fix possible memory leak in OpenGLSalBitmapDaniel Robertson1-0/+1
2015-09-30cppcheck: uninitMemberVarCaolán McNamara1-3/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-28opengl: use VCL_GL_INFO in salbmp so messages appear apitraceTomaž Vajngerl1-12/+12
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-11/+37
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks3-3/+9
2015-09-16opengl: check framebuffer completenessTomaž Vajngerl1-2/+5
2015-09-16opengl: support reading back 1-bit masks from textureTomaž Vajngerl1-12/+46
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl1-10/+12
2015-09-16opengl: optimize search for a free slot in texture atlasTomaž Vajngerl1-7/+10