summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2016-01-11tdf#96657 - vcl opengl: implement invert: Track Frame.Michael Meeks
2016-01-11tdf#96550 - vcl opengl - fix BGR/RGB swap for some 8-bit icons.Michael Meeks
2016-01-11tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks
2016-01-08The OpenGL Windows driver blacklist file should be in share, not user configTor Lillqvist
2016-01-08Don't use the "marketing" version number for the Intel driverTor Lillqvist
2016-01-07tdf#96894 - get ordering right for TextureAtlas cleanup on shutdown.Michael Meeks
2016-01-07We should compare an Intel version to 15.40.4.64, not 15.40.4.64.4256Tor Lillqvist
2016-01-07Avoid indexing out of array boundsTor Lillqvist
2016-01-07vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-05tdf#96690 - don't copy tiny non-rendered-to virtual devices.Michael Meeks
2016-01-04vcl: opengl - ensure we have the right GL context for rendering.Michael Meeks
2016-01-04tdf#96858 - opengl - fix off-by-1 in glScissor clipping.Michael Meeks
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks
2015-12-23vcl: opengl - lean on the default window's context much more.Michael Meeks
2015-12-17tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.Michael Meeks
2015-12-15opengl: remove device id from opengl blacklistTomaž Vajngerl
2015-12-14vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks
2015-12-12tdf#94851 use BGR color order in WindowsTomaž Vajngerl
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks
2015-11-30Revert+RevertRevert "write a log file about OpenGL driver"Thorsten Behrens
2015-11-25write a log file about OpenGL driverMarkus Mohrhard
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-23opengl: fix blacklistTomaž Vajngerl
2015-11-20opengl: populate blocklistTomaž Vajngerl
2015-11-20opengl: fix blocklist parsingTomaž Vajngerl
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-19opengl: use correct hex number for Win 10 (Major 10 -> hex A)Tomaž Vajngerl
2015-11-19opengl: support Win 10 in black/white listingTomaž Vajngerl
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist
2015-11-10Missing includesAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12opengl: convert to RGB buffer, use unique_ptrTomaž Vajngerl
2015-10-12opengl: Extract calculation - bytes per row into its own functionTomaž Vajngerl
2015-10-12opengl: improve VCL_GL_INFO reporting in OpenGLSalBitmapTomaž Vajngerl
2015-10-12opengl: remove code duplication when rendering a texture comboTomaž Vajngerl
2015-10-05opengl: take row stride into account when reading to 1-bit bitmapTomaž Vajngerl
2015-10-01vcl: Fix possible memory leak in OpenGLSalBitmapDaniel Robertson
2015-09-30cppcheck: uninitMemberVarCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-28opengl: use VCL_GL_INFO in salbmp so messages appear apitraceTomaž Vajngerl
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks
2015-09-16opengl: check framebuffer completenessTomaž Vajngerl
2015-09-16opengl: support reading back 1-bit masks from textureTomaž Vajngerl
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl
2015-09-16opengl: optimize search for a free slot in texture atlasTomaž Vajngerl