summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)Author
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-05Fix for --enable-debug --disable-assert-always-abortStephan Bergmann
2018-10-30tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-14loplugin:constfields in vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-07-26tdf#118860 svx opengl: avoid SalBitmap creation without solar mutexMiklos Vajna
2018-04-27tdf#116365 vcl opengl: respect max texture size when creating texturesMiklos Vajna
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann
2018-03-20coverity#1430079 Overflowed return valueCaolán McNamara
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2018-01-04drop ChecksumType typedefNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-12tdf#108299: Limit the width and height of opengl bitmap to...Dennis Francis
2017-07-18loplugin:constparams in vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2016-11-28don't leak impl. detailsDavid Tardon
2016-11-09tdf#103758 wrong GL format for RGBA image buffersTomaž Vajngerl
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-08-31opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl
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