summaryrefslogtreecommitdiffstats
path: root/vcl/opengl/salbmp.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
* opengl: convert to RGB buffer, use unique_ptrTomaž Vajngerl2015-10-121-6/+5
* opengl: Extract calculation - bytes per row into its own functionTomaž Vajngerl2015-10-121-14/+18
* opengl: improve VCL_GL_INFO reporting in OpenGLSalBitmapTomaž Vajngerl2015-10-121-6/+14
* opengl: take row stride into account when reading to 1-bit bitmapTomaž Vajngerl2015-10-051-15/+21
* vcl: Fix possible memory leak in OpenGLSalBitmapDaniel Robertson2015-10-011-0/+1
* opengl: use VCL_GL_INFO in salbmp so messages appear apitraceTomaž Vajngerl2015-09-281-12/+12
* make CalcMaskShift a verifiable operationCaolán McNamara2015-09-171-11/+37
* opengl: support reading back 1-bit masks from textureTomaž Vajngerl2015-09-161-12/+46
* clean up VclEventListeners and VclEventListeners2Noel Grandin2015-09-161-0/+1
* tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks2015-09-081-7/+9
* tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky2015-09-031-1/+17
* More useful param typeStephan Bergmann2015-09-011-1/+1
* WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist2015-09-011-1/+1
* Removed the crc table from the check-sum headerMarco Cecchetti2015-09-011-1/+1
* gl-checksum: added a minimum size check for using GL versionMarco Cecchetti2015-09-011-1/+12
* CRC is an integer type -> mnChecksum.Michael Meeks2015-09-011-1/+1
* vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti2015-09-011-1/+1
* moved chechsum.hxx in include/vclMarco Cecchetti2015-09-011-1/+1
* Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti2015-09-011-0/+90
* -Werror,-Wpessimizing-moveStephan Bergmann2015-08-261-5/+5
* tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl2015-08-261-1/+36
* tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks2015-08-211-0/+15
* opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl2015-08-031-2/+5
* loplugin:unusedmethods vclNoel Grandin2015-07-081-10/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-251-3/+3
* loplugin:staticfunctionNoel Grandin2015-04-011-2/+2
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* Fix simple typos.Andrea Gelmini2015-01-021-1/+1
* vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne2014-12-111-0/+2
* vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne2014-12-111-14/+18
* vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne2014-12-031-2/+27
* vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne2014-12-031-0/+5
* Add dummy Erase to SalBitmap implementationsMatúš Kukan2014-12-031-0/+5
* vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne2014-12-021-7/+0
* vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne2014-12-021-7/+10
* Add dummy Crop to SalBitmap implementationsMatúš Kukan2014-11-191-0/+5
* vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks2014-11-181-10/+11
* windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky2014-11-181-17/+6
* vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne2014-11-181-12/+20
* vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks2014-11-171-6/+9
* vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks2014-11-171-10/+18
* remove some useless SAL_WARNsMarkus Mohrhard2014-11-161-6/+1
* vcl: assert more useful truths on BitmapWriterAccess completion.Michael Meeks2014-11-151-0/+6
* vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks2014-11-151-1/+11
* vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne2014-11-151-44/+27
* coverity#1251604 Uninitialized scalar fieldCaolán McNamara2014-11-131-1/+2
* coverity#1251603 Uninitialized scalar fieldCaolán McNamara2014-11-131-1/+3
* coverity#1251602 Uninitialized scalar fieldCaolán McNamara2014-11-131-0/+5
* coverity#1251593 Unintended sign extensionCaolán McNamara2014-11-131-1/+1