summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2014-11-17loplugin:unreffunStephan Bergmann
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks
2014-11-15blind fix for OSXMarkus Mohrhard
2014-11-15let us make the virtual explicitMarkus Mohrhard
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-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky
2014-11-14Revert "vcl: remove non-existent include and hope that it builds?"Jan Holesovsky
2014-11-13coverity#1251601 Uninitialized pointer fieldCaolán McNamara
2014-11-13vcl: remove non-existent include and hope that it builds?Michael Stahl
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky
2014-11-13vcl: Use stencil mask to clip gradient shapeLouis-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: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
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-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne
2014-11-11vcl: Remove unused shaders listLouis-Francis Ratté-Boulianne
2014-11-11vcl: Add methods to call before and after OpenGL renderingLouis-Francis Ratté-Boulianne
2014-11-11windows opengl: We need a constructor for OpenGLSalGraphicsImpl.Jan Holesovsky
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara
2014-11-10fix buildMarkus Mohrhard
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard
2014-11-10implementation for OpenGL text rendering in the unx backendMarkus Mohrhard
2014-11-10fix windows buildMarkus Mohrhard
2014-11-10vcl: Add support for alpha mask rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10prevent insane memory allocationMarkus Mohrhard
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne
2014-11-10get size correct for virtual devicesMarkus Mohrhard
2014-11-10windows opengl: Make SwapBuffers() actually do something.Jan Holesovsky
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne
2014-11-10move the abstract cairo text render code out of the unx dirMarkus Mohrhard
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne