summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)Author
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-01More useful param typeStephan Bergmann
2015-09-01WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti
2015-09-01CRC is an integer type -> mnChecksum.Michael Meeks
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-08-26-Werror,-Wpessimizing-moveStephan Bergmann
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-03opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
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