summaryrefslogtreecommitdiff
path: root/vcl/opengl/salbmp.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne1-2/+27
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne1-7/+0
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne1-7/+10
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+5
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks1-10/+11
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-17/+6
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne1-12/+20
2014-11-17vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks1-6/+9
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks1-10/+18
2014-11-16remove some useless SAL_WARNsMarkus Mohrhard1-6/+1
2014-11-15vcl: assert more useful truths on BitmapWriterAccess completion.Michael Meeks1-0/+6
2014-11-15vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks1-1/+11
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne1-44/+27
2014-11-13coverity#1251604 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-11-13coverity#1251603 Uninitialized scalar fieldCaolán McNamara1-1/+3
2014-11-13coverity#1251602 Uninitialized scalar fieldCaolán McNamara1-0/+5
2014-11-13coverity#1251593 Unintended sign extensionCaolán McNamara1-1/+1
2014-11-13coverity#1251583 Division or modulo by zeroCaolán McNamara1-3/+3
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne1-15/+47
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne1-1/+1
2014-11-12opengl: Check for error at the end of every method that deals with OpenGL.Jan Holesovsky1-0/+3
2014-11-12WaE: calm clang tinderbox.Michael Meeks1-1/+1
2014-11-11windows opengl: Instantiate OpenGLSalBitmap even on Windows.Jan Holesovsky1-3/+8
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne1-4/+11
2014-11-10put these classes into an anonymous namespaceMarkus Mohrhard1-0/+4
2014-11-10WaE: [-Wsometimes-uninitialized]Markus Mohrhard1-1/+2
2014-11-10don't delete texture before we were able to read it backMarkus Mohrhard1-1/+0
2014-11-10vcl: Fix getBitmap operationLouis-Francis Ratté-Boulianne1-0/+3
2014-11-10Build vcldemo on Windows too.Jan Holesovsky1-1/+1
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne1-82/+54
2014-11-10ifdef linux only codeMarkus Mohrhard1-1/+0
2014-11-10fix unused parameter warningsMarkus Mohrhard1-1/+1
2014-11-10vcl: Fix creation of textures and wrong formatLouis-Francis Ratté-Boulianne1-6/+11
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-11/+25
2014-11-10fix signed/unsigned comparison warningMarkus Mohrhard1-1/+1
2014-11-10vcl: Add OpenGLSalBitmap implementationLouis-Francis Ratté-Boulianne1-0/+521