summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-11-20vcl: If there it a MapMode, it is applied.Jan Holesovsky1-22/+0
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky3-4/+4
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks3-2/+27
2014-11-19vcl: Correctly set the values for the GL scissor test when clippingLouis-Francis Ratté-Boulianne1-1/+2
2014-11-19vcl: Actually returns the number of rectangles for the RegionBandLouis-Francis Ratté-Boulianne2-2/+2
2014-11-19vcl: Apply the OutputDevice transformation to the gradient clipping polygonLouis-Francis Ratté-Boulianne2-12/+8
2014-11-18vcl: Implement copyArea in OpenGL backendLouis-Francis Ratté-Boulianne1-4/+19
2014-11-18vcl: fix un-initialized log length & clean copy/paste bits.Michael Meeks1-47/+41
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks4-14/+15
2014-11-18vcl: Make sure the texture unit is the right one before bindingLouis-Francis Ratté-Boulianne1-0/+1
2014-11-18vcl: Update current context before executing scale operationLouis-Francis Ratté-Boulianne1-0/+2
2014-11-18vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne23-5/+410
2014-11-18vcldemo: render more small scaled page-border alikesMichael Meeks1-20/+11
2014-11-18vcl: Actually keep the new offscreen texture aroundLouis-Francis Ratté-Boulianne1-0/+1
2014-11-18vcl: check the OpenGL drawable as well as the context.Michael Meeks1-3/+6
2014-11-18windows opengl: Share the contexts as we do on Linux.Jan Holesovsky1-7/+41
2014-11-18vcl: remove old GetOpenGLContext method.Michael Meeks1-5/+0
2014-11-18Revert "vcl: Fix crash when requesting coordonnates for empty texture"Jan Holesovsky1-8/+0
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky7-57/+24
2014-11-18vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne1-0/+8
2014-11-17vcl: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne1-0/+1
2014-11-17windows opengl: Use the updated DrawMask to get nice text with OpenGL.Jan Holesovsky1-5/+3
2014-11-17windows: Improve logging.Jan Holesovsky3-61/+35
2014-11-17opengl: Do not check for OpenGL errors in a loop.Jan Holesovsky1-1/+1
2014-11-17vcl: make OpenGLContext::makeCurrent unfeasibly faster.Michael Meeks1-2/+10
2014-11-17vcl: initialize data when XGetWindowAttributes fails.Michael Meeks1-5/+22
2014-11-17vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks1-6/+9
2014-11-17vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne4-22/+32
2014-11-17vcl: Fix DrawMask implementation in OpenGL backendLouis-Francis Ratté-Boulianne2-8/+11
2014-11-17vcl: Implement drawing of transformed bitmaps in OpenGL backendLouis-Francis Ratté-Boulianne4-11/+189
2014-11-17vcldemo: improve my rather trivial inferred alpha maths.Michael Meeks1-6/+15
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks2-10/+20
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks6-3/+17
2014-11-17vcldemo: prototype Alpha recovery for native theming.Michael Meeks1-7/+101
2014-11-17vcldemo: repair mini view, and add alpha blended page corner alike.Michael Meeks1-11/+26
2014-11-17vcldemo: simulate border stretching.Michael Meeks1-0/+43
2014-11-16Invert Native Widget rendering in Y.Markus Mohrhard1-3/+3
2014-11-16blind fix for native control on X11Markus Mohrhard1-2/+2
2014-11-16vcl: disable OpenGL usage during build.Michael Meeks1-1/+10
2014-11-16remove some useless SAL_WARNsMarkus Mohrhard1-6/+1
2014-11-16use correct flag to enable ARB debug versionMarkus Mohrhard1-1/+1
2014-11-16vcldemo: create multiple windows sharing the same renderer.Michael Meeks1-63/+125
2014-11-16Revert "make something visible on the screen again"Markus Mohrhard1-1/+1
2014-11-16use the OpenGLHelper version to check for OpenGL supportMarkus Mohrhard1-1/+1
2014-11-16vcldemo: disable broken gradient stencil use.Michael Meeks2-0/+6
2014-11-16vcl: avoid crash with 'gen' backend around window icons.Michael Meeks1-1/+4
2014-11-15make something visible on the screen againMarkus Mohrhard1-1/+1
2014-11-15remove unnecessary whitespaceMarkus Mohrhard1-2/+0
2014-11-15vcl: assert more useful truths on BitmapWriterAccess completion.Michael Meeks1-0/+6
2014-11-15opengl: Another places where it is too eager to check for errors.Jan Holesovsky2-4/+0