summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2014-11-25vcl: misc. TODO comment expansion.Michael Meeks
2014-11-24WaE: might be used unintializedCaolán McNamara
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-24coverity#1255387 help coverity out here wrt Division by zeroCaolán McNamara
2014-11-24coverity#1255905 Buffer not null terminatedCaolán McNamara
2014-11-23block my OpenGL driverMarkus Mohrhard
2014-11-23remove whitespaceMarkus Mohrhard
2014-11-22Fix build.Jan Holesovsky
2014-11-22windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too.Jan Holesovsky
2014-11-22vcl: Make sure the active framebuffer is the right one before drawingLouis-Francis Ratté-Boulianne
2014-11-22vcl: Re-flip native X11 widgets upside down in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-22vcl: Improve precision and performance of clipping when region is a RegionBandLouis-Francis Ratté-Boulianne
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne
2014-11-22vcl: Correctly set the values for the GL scissor test when clippingLouis-Francis Ratté-Boulianne
2014-11-22vcl: Apply the OutputDevice transformation to the gradient clipping polygonLouis-Francis Ratté-Boulianne
2014-11-22vcl: Implement copyArea in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-22vcl: Make sure the texture unit is the right one before bindingLouis-Francis Ratté-Boulianne
2014-11-22vcl: Update current context before executing scale operationLouis-Francis Ratté-Boulianne
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-22vcl: Actually keep the new offscreen texture aroundLouis-Francis Ratté-Boulianne
2014-11-22Invert Native Widget rendering in Y.Markus Mohrhard
2014-11-22blind fix for native control on X11Markus Mohrhard
2014-11-21coverity#1255388 Division or modulo by float zeroCaolán McNamara
2014-11-20WaE: unused variable 'aOSRelease'Tor Lillqvist
2014-11-20bad API translation between mozilla strings and OUStringMarkus Mohrhard
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara
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: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne
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: Fix DrawMask implementation in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-17vcl: Implement drawing of transformed bitmaps in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks
2014-11-16remove some useless SAL_WARNsMarkus Mohrhard
2014-11-16Revert "make something visible on the screen again"Markus Mohrhard
2014-11-16make something visible on the screen againMarkus Mohrhard
2014-11-16vcl: Invert OpenGL Native Widget rendering in Y.Markus Mohrhard
2014-11-15WaE: unused variable 'aSize'Tor Lillqvist
2014-11-15vcl: assert more useful truths on BitmapWriterAccess completion.Michael Meeks
2014-11-15opengl: Another places where it is too eager to check for errors.Jan Holesovsky
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky
2014-11-15vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks