summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
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
2014-11-11WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist
2014-11-11Revert "Fix apparently broken commit"Jan Holesovsky
2014-11-11vcl: avoid opengl kernel creation writing over its buffers.Michael Meeks
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-11vcl: Fix alpha value when drawing bitmap with maskLouis-Francis Ratté-Boulianne
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne
2014-11-11vcl: Add methods to call before and after OpenGL renderingLouis-Francis Ratté-Boulianne
2014-11-11vcl: Fix pixel drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-11Fix apparently broken commitStephan Bergmann
2014-11-11windows opengl: We need a constructor for OpenGLSalGraphicsImpl.Jan Holesovsky
2014-11-10vcl: Add rectangle outline renderingLouis-Francis Ratté-Boulianne
2014-11-10vcl: opengl - alpha masks are unexpectedly inverted.Michael Meeks
2014-11-10vcl: calm a valgrind warning.Michael Meeks
2014-11-10put these classes into an anonymous namespaceMarkus Mohrhard
2014-11-10WaE: [-Wsometimes-uninitialized]Markus Mohrhard
2014-11-10WaE implicit conversion of NULL constant to 'bool' [-Wnull-conversion]Markus Mohrhard
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard
2014-11-10move README.deprecated from chart2 to vclMarkus Mohrhard
2014-11-10fix windows buildMarkus Mohrhard
2014-11-10vcl: Add support for styled lines rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Fix rendering of polypolygons and self-intersecting polygons with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add support for alpha mask rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Fix some viewport issues when rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Fix pixel drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Disable clipping in OpenGL for now because it's broken with VDevLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10don't delete texture before we were able to read it backMarkus Mohrhard
2014-11-10vcl: Fix getBitmap operationLouis-Francis Ratté-Boulianne