summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)Author
2015-10-05opengl: take row stride into account when reading to 1-bit bitmapTomaž Vajngerl
2015-09-17opengl: support reading back 1-bit masks from textureTomaž Vajngerl
2015-09-08tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-02WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti
2015-08-26tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks
2015-08-07opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-02Fix simple typos.Andrea Gelmini
2014-12-11vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne
2014-11-17vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks
2014-11-16remove some useless SAL_WARNsMarkus Mohrhard
2014-11-15vcl: assert more useful truths on BitmapWriterAccess completion.Michael Meeks
2014-11-15vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne
2014-11-13coverity#1251604 Uninitialized scalar fieldCaolán McNamara
2014-11-13coverity#1251603 Uninitialized scalar fieldCaolán McNamara
2014-11-13coverity#1251602 Uninitialized scalar fieldCaolán McNamara
2014-11-13coverity#1251593 Unintended sign extensionCaolán McNamara
2014-11-13coverity#1251583 Division or modulo by zeroCaolán McNamara
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne
2014-11-12opengl: Check for error at the end of every method that deals with OpenGL.Jan Holesovsky
2014-11-12WaE: calm clang tinderbox.Michael Meeks
2014-11-11windows opengl: Instantiate OpenGLSalBitmap even on Windows.Jan Holesovsky
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne
2014-11-10put these classes into an anonymous namespaceMarkus Mohrhard
2014-11-10WaE: [-Wsometimes-uninitialized]Markus Mohrhard
2014-11-10don't delete texture before we were able to read it backMarkus Mohrhard
2014-11-10vcl: Fix getBitmap operationLouis-Francis Ratté-Boulianne
2014-11-10Build vcldemo on Windows too.Jan Holesovsky
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne
2014-11-10ifdef linux only codeMarkus Mohrhard
2014-11-10fix unused parameter warningsMarkus Mohrhard
2014-11-10vcl: Fix creation of textures and wrong formatLouis-Francis Ratté-Boulianne
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne