summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard2-0/+342
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks1-0/+3
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara3-10/+8
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+5
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks3-12/+13
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-17/+6
2014-11-18vcl: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne1-0/+1
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne3-21/+30
2014-11-17vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks1-6/+9
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é-Boulianne2-11/+174
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks1-10/+18
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks3-2/+14
2014-11-16remove some useless SAL_WARNsMarkus Mohrhard1-6/+1
2014-11-16Revert "make something visible on the screen again"Markus Mohrhard1-1/+1
2014-11-16make something visible on the screen againMarkus Mohrhard1-1/+1
2014-11-16vcl: Invert OpenGL Native Widget rendering in Y.Markus Mohrhard1-1/+1
2014-11-15WaE: unused variable 'aSize'Tor Lillqvist1-1/+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
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky3-3/+27
2014-11-15vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks1-1/+11
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky1-0/+3
2014-11-15vcl: Implement axial gradients in OpenGL backendLouis-Francis Ratté-Boulianne2-1/+68
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne1-4/+12
2014-11-15vcl: Make sure the offscreen texture is unique before rendering to itLouis-Francis Ratté-Boulianne1-1/+23
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne5-184/+322
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-4/+15
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne1-11/+8
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#1251586 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-11-13coverity#1251583 Division or modulo by zeroCaolán McNamara1-3/+3
2014-11-13vcl: Fix several coordinates calculationsLouis-Francis Ratté-Boulianne1-9/+9
2014-11-13vcl: Use stencil mask to clip gradient shapeLouis-Francis Ratté-Boulianne1-30/+48
2014-11-13vcl: Use glScissor for rectangular clip regionsLouis-Francis Ratté-Boulianne1-1/+1
2014-11-13vcl: Fix gradient programs attribute bindingLouis-Francis Ratté-Boulianne1-4/+4
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne1-21/+47
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne1-15/+47
2014-11-13vcl: Use new size when scaling with filter in OpenGL backendLouis-Francis Ratté-Boulianne1-4/+11
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne2-4/+4
2014-11-13vcl: Fix the masked texture program attributes bindingLouis-Francis Ratté-Boulianne1-2/+2
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-4/+17
2014-11-12opengl: Check for error at the end of every method that deals with OpenGL.Jan Holesovsky3-2/+66
2014-11-12vcl: Add support for radial gradients in OpenGL backendLouis-Francis Ratté-Boulianne2-18/+123
2014-11-12vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne2-7/+45
2014-11-12vcl: Add initial support for linear gradient with OpenGLLouis-Francis Ratté-Boulianne2-2/+132
2014-11-12WaE: calm clang tinderbox.Michael Meeks1-1/+1