summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/salbmp.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-20coverity#1430079 Overflowed return valueCaolán McNamara1-1/+1
2018-01-24loplugin:unused-returns in vclNoel Grandin1-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-1/+1
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+1
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-31opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl1-4/+1
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-03-21tdf#98324 - PNG prints as black block with OpenGL - fixedMarco Cecchetti1-0/+1
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-1/+1
2016-02-10opengl: remove unneeded mnBufWidth{Height} from OpenGLSalBitmapTomaž Vajngerl1-2/+0
2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl1-0/+1
2016-01-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl1-2/+2
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-2/+2
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-5/+4
2015-12-08Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()Tor Lillqvist1-1/+1
2015-12-08Bin pointless and actually wrong commentTor Lillqvist1-2/+0
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-14/+14
2015-09-16opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl1-2/+0
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-2/+2
2015-09-01WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist1-1/+1
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti1-1/+1
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti1-0/+3
2015-08-03opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl1-0/+2
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl1-2/+2
2015-07-08loplugin:unusedmethods vclNoel Grandin1-4/+0
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-2/+2
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák1-0/+1
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-2/+2
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+1
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+1
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne1-11/+0
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne1-0/+1
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+1
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks1-2/+2
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-1/+1
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne1-1/+2
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks1-0/+2
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne1-4/+3
2014-11-13vcl: Use new size when scaling with filter in OpenGL backendLouis-Francis Ratté-Boulianne1-1/+1
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne1-1/+1
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne1-11/+37
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+4