summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-31tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski1-1/+1
2018-07-26tdf#118860 svx opengl: avoid SalBitmap creation without solar mutexMiklos Vajna1-0/+6
2018-04-27tdf#116365 vcl opengl: respect max texture size when creating texturesMiklos Vajna1-0/+9
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann1-7/+12
2018-03-20coverity#1430079 Overflowed return valueCaolán McNamara1-5/+5
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock1-12/+7
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl1-1/+1
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin1-1/+1
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin1-1/+1
2018-01-04drop ChecksumType typedefNoel Grandin1-2/+2
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-8/+8
2017-09-12tdf#108299: Limit the width and height of opengl bitmap to...Dennis Francis1-0/+14
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
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