summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2014-11-18vcl: Actually keep the new offscreen texture aroundLouis-Francis Ratté-Boulianne
2014-11-18Revert "vcl: Fix crash when requesting coordonnates for empty texture"Jan Holesovsky
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky
2014-11-18vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne
2014-11-17vcl: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne
2014-11-17vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks
2014-11-17vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne
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-16Invert Native Widget rendering in Y.Markus Mohrhard
2014-11-16blind fix for native control on X11Markus Mohrhard
2014-11-16remove some useless SAL_WARNsMarkus Mohrhard
2014-11-16Revert "make something visible on the screen again"Markus Mohrhard
2014-11-16vcldemo: disable broken gradient stencil use.Michael Meeks
2014-11-15make something visible on the screen againMarkus Mohrhard
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
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky
2014-11-15vcl: Implement axial gradients in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne
2014-11-15vcl: Make sure the offscreen texture is unique before rendering to itLouis-Francis Ratté-Boulianne
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne
2014-11-13coverity#1251604 Uninitialized scalar fieldCaolán McNamara
2014-11-13coverity#1251603 Uninitialized scalar fieldCaolán McNamara
2014-11-13coverity#1251602 Uninitialized scalar fieldCaolán McNamara
2014-11-13coverity#1251593 Unintended sign extensionCaolán McNamara
2014-11-13coverity#1251586 Unchecked dynamic_castCaolán McNamara
2014-11-13coverity#1251583 Division or modulo by zeroCaolán McNamara
2014-11-13vcl: Fix several coordinates calculationsLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use stencil mask to clip gradient shapeLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use glScissor for rectangular clip regionsLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix gradient programs attribute bindingLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use new size when scaling with filter in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix the masked texture program attributes bindingLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-12opengl: Check for error at the end of every method that deals with OpenGL.Jan Holesovsky
2014-11-12vcl: Add support for radial gradients in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-12vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne
2014-11-12vcl: Add initial support for linear gradient with OpenGLLouis-Francis Ratté-Boulianne
2014-11-12WaE: calm clang tinderbox.Michael Meeks
2014-11-11windows opengl: Instantiate OpenGLSalBitmap even on Windows.Jan Holesovsky