summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)Author
2016-07-25opengl: log device/driver info, remove unneeded info messagesTomaž Vajngerl
2016-06-21tdf#100451 convert texture buffer to 1-bit and 4-bit palette bufferTomaž Vajngerl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-04-30opengl: track the state of stencil testTomaž Vajngerl
2016-04-30opengl: track the state of scissor test and the dimensionsTomaž Vajngerl
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-10opengl: remove unneeded mnBufWidth{Height} from OpenGLSalBitmapTomaž Vajngerl
2016-02-10tdf#97700 - vcl: opengl - add asserts for horrible size mismatch.Michael Meeks
2016-02-09vcl: opengl - clear the user buffer after greyscale conversion.Michael Meeks
2016-02-09vcl: opengl - do some writes on the CPU to help valgrind in debug mode.Michael Meeks
2016-02-09vcl: opengl - fix crashing / memory corrupting issues with updateChecksum.Michael Meeks
2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl
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-09tdf#96550 - vcl opengl - fix BGR/RGB swap for some 8-bit icons.Michael Meeks
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-05tdf#96894 - get ordering right for TextureAtlas cleanup on shutdown.Michael Meeks
2015-12-11tdf#94851 use BGR color order in WindowsTomaž Vajngerl
2015-12-08Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()Tor Lillqvist
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-18com::sun::star->css in vcl/Noel Grandin
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-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-28opengl: use VCL_GL_INFO in salbmp so messages appear apitraceTomaž Vajngerl
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-09-16opengl: support reading back 1-bit masks from textureTomaž Vajngerl
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-01More useful param typeStephan Bergmann
2015-09-01WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti
2015-09-01CRC is an integer type -> mnChecksum.Michael Meeks
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-08-26-Werror,-Wpessimizing-moveStephan Bergmann
2015-08-26tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks
2015-08-03opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl