summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann1-1/+1
2016-11-28don't leak impl. detailsDavid Tardon1-8/+8
2016-11-09tdf#103758 wrong GL format for RGBA image buffersTomaž Vajngerl1-1/+1
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl1-39/+1
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-5/+0
2016-08-31opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl1-30/+1
2016-07-25opengl: log device/driver info, remove unneeded info messagesTomaž Vajngerl1-0/+1
2016-06-21tdf#100451 convert texture buffer to 1-bit and 4-bit palette bufferTomaž Vajngerl1-26/+66
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-9/+9
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin1-3/+3
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-5/+6
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-3/+3
2016-04-30opengl: track the state of stencil testTomaž Vajngerl1-0/+4
2016-04-30opengl: track the state of scissor test and the dimensionsTomaž Vajngerl1-2/+8
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-6/+6
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-5/+5
2016-02-10opengl: remove unneeded mnBufWidth{Height} from OpenGLSalBitmapTomaž Vajngerl1-16/+6
2016-02-10tdf#97700 - vcl: opengl - add asserts for horrible size mismatch.Michael Meeks1-1/+26
2016-02-09vcl: opengl - clear the user buffer after greyscale conversion.Michael Meeks1-0/+4
2016-02-09vcl: opengl - do some writes on the CPU to help valgrind in debug mode.Michael Meeks1-0/+6
2016-02-09vcl: opengl - fix crashing / memory corrupting issues with updateChecksum.Michael Meeks1-16/+8
2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl1-0/+36
2016-01-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl1-21/+23
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-1/+1
2016-01-09tdf#96550 - vcl opengl - fix BGR/RGB swap for some 8-bit icons.Michael Meeks1-6/+18
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-36/+21
2016-01-05tdf#96894 - get ordering right for TextureAtlas cleanup on shutdown.Michael Meeks1-5/+10
2015-12-11tdf#94851 use BGR color order in WindowsTomaž Vajngerl1-37/+79
2015-12-08Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()Tor Lillqvist1-6/+6
2015-11-20loplugin:sallogareasStephan Bergmann1-14/+14
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
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-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-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-16opengl: support reading back 1-bit masks from textureTomaž Vajngerl1-12/+46
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin1-0/+1
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-7/+9
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky1-1/+17
2015-09-01More useful param typeStephan Bergmann1-1/+1
2015-09-01WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist1-1/+1
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti1-1/+1
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti1-1/+12