summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)Author
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-11tdf#38835: strip out non-trivial globals before mainIan Barkley-Yeung
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák
2020-01-06convert SkImage -> SkBitmap only on demandLuboš Luňák
2019-11-27Skia alpha handling improvementsLuboš Luňák
2019-11-27move opengl's code for converting 1,2,4bpp to 24bppLuboš Luňák
2019-10-24no-op in SalBitmap::ConvertToGreyscale() is also a successLuboš Luňák
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-03-28make OpenGLSalBitmap deallocate user data properlyLuboš Luňák
2019-03-28make ReadTexture() also handle 8-bit non-grayscale images (tdf#116888)Luboš Luňák
2019-03-08tdf#121120 vcl opengl: handle 8-bit palette bitmap as 24 bit RGB textureMiklos Vajna
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
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