summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-16emfplus: re-work and cleanup unit testMichael Meeks2-8/+12
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-15Revert "Revert "Revert "Revert "wrong merge conflict resolution, vcldemo, ico...Markus Mohrhard1-3/+3
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
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky3-15/+10
2014-11-15windows opengl: Do not be _that_ eager with CHECK_GL_ERROR().Jan Holesovsky1-4/+1
2014-11-15vcldemo: implement key-bindings and command-lineMichael Meeks1-1/+104
2014-11-15vcldemo: BitmapEx rotation, translation and shear.Michael Meeks1-38/+52
2014-11-15vcldemo: exercise more BitmapEx rendering paths.Michael Meeks1-7/+38
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky5-3/+44
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks3-40/+51
2014-11-15vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks1-1/+11
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks3-8/+69
2014-11-15vcl: re-factor image rendering control-flow.Michael Meeks1-5/+4
2014-11-15windows opengl: Finally got the text working.Jan Holesovsky1-11/+22
2014-11-15windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky1-4/+39
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky2-2/+6
2014-11-15request single buffered context on windowsMarkus Mohrhard1-0/+1
2014-11-15windows blind fixMarkus Mohrhard1-1/+1
2014-11-15blind fix for OSXMarkus Mohrhard2-0/+7
2014-11-15let us make the virtual explicitMarkus Mohrhard1-1/+1
2014-11-15ialso support the ARB debug versionMarkus Mohrhard1-3/+11
2014-11-15fix building the KDE backendMarkus Mohrhard1-3/+4
2014-11-15vcl: Implement axial gradients in OpenGL backendLouis-Francis Ratté-Boulianne3-1/+69
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne4-42/+29
2014-11-15vcl: Make sure the offscreen texture is unique before rendering to itLouis-Francis Ratté-Boulianne2-1/+25