summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2016-02-08tdf#97458 - remove unused intel opengl driver version special-casing.Michael Meeks
2016-01-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-13This stuff is private to vclTor Lillqvist
2016-01-13We only use the prev pointerTor Lillqvist
2016-01-13Bin unused fieldTor Lillqvist
2016-01-12tdf#96385 - opengl: dynamically adjust priority of swap buffers.Michael Meeks
2016-01-10Fix typosAndrea Gelmini
2016-01-09tdf#96550 - vcl opengl - fix BGR/RGB swap for some 8-bit icons.Michael Meeks
2016-01-09tdf#96657 - vcl opengl: implement invert: Track Frame.Michael Meeks
2016-01-09tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks
2016-01-08Don't use the "marketing" version number for the Intel driverTor Lillqvist
2016-01-07The OpenGL Windows driver blacklist file should be in share, not user configTor Lillqvist
2016-01-06We should compare an Intel version to 15.40.4.64, not 15.40.4.64.4256Tor Lillqvist
2016-01-06vcl: fix lifecycle errors & memory corruption.Michael Meeks
2016-01-06loplugin:defaultparamsStephan Bergmann
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-05Avoid indexing out of array boundsTor Lillqvist
2016-01-05tdf#96894 - get ordering right for TextureAtlas cleanup on shutdown.Michael Meeks
2016-01-04tdf#96690 - don't copy tiny non-rendered-to virtual devices.Michael Meeks
2016-01-02vcl: opengl - ensure we have the right GL context for rendering.Michael Meeks
2016-01-02tdf#96858 - opengl - fix off-by-1 in glScissor clipping.Michael Meeks
2016-01-01Fix drawTransformedBitmap for NULL pAlphaBitmap #2.Michael Meeks
2016-01-01vcl: un-bind render-buffer after setup & add debug.Michael Meeks
2016-01-01vcl: improve OpenGL debugging variously.Michael Meeks
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-18vcl: always re-use context from default window.Michael Meeks
2015-12-18vcl: opengl - lean on the default window's context much more.Michael Meeks
2015-12-16tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.Michael Meeks
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-12-15opengl: remove device id from opengl blacklistTomaž Vajngerl
2015-12-12check in dbg if we use correct SalBitmap instance that we expectTomaž Vajngerl
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks
2015-12-11loplugin:overrideStephan Bergmann
2015-12-11loplugin:defaultparamsStephan Bergmann
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks
2015-12-11tdf#94851 use BGR color order in WindowsTomaž Vajngerl
2015-12-08ScaleOp is unused now after 33d7f3816aa02a1ad9b001e81fb62d21608fdf8eTor Lillqvist
2015-12-08makeSomeOpenGLContextCurrent() asserts that mpContext is not nullTor Lillqvist
2015-12-08Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()Tor Lillqvist
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28Revert "Revert "write a log file about OpenGL driver""Michael Stahl
2015-11-28Missing includesStephan Bergmann
2015-11-28-Werror,-Wunused-functionStephan Bergmann
2015-11-28-Werror,-Wdeprecated-declarationsStephan Bergmann
2015-11-28-Werror,-WformatStephan Bergmann
2015-11-28-Werror,-WreorderStephan Bergmann
2015-11-27Revert "write a log file about OpenGL driver"Thorsten Behrens