summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
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
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10fix line positionMarkus Mohrhard
2014-11-10fix ellipse rendering completelyMarkus Mohrhard
2014-11-10improvement for ellipse renderingMarkus Mohrhard
2014-11-10get size correct for virtual devicesMarkus Mohrhard
2014-11-10I screwed up before, fix itMarkus Mohrhard
2014-11-10fix bug around wrong number of verticesMarkus Mohrhard
2014-11-10vcl: vertically invert line and point positionsMichael Meeks
2014-11-10vcldemo - test the drawAlphaRect method.Michael Meeks
2014-11-10Build vcldemo on Windows too.Jan Holesovsky
2014-11-10make shader compile for nowMarkus Mohrhard
2014-11-10remove semicolon at the end of main in shader filesMarkus Mohrhard
2014-11-10vcl: Add some debug traceLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne
2014-11-10ifdef linux only codeMarkus Mohrhard
2014-11-10MSVC does not support VLAMarkus Mohrhard
2014-11-10vcl: OpenGL coordinates are the inverse of VCL onesLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add class to control a OpenGL textureLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne