Age | Commit message (Expand) | Author |
2014-11-15 | vcl: Implement copyBits in the OpenGL backend | Louis-Francis Ratté-Boulianne |
2014-11-15 | vcl: Replace GetPixmapFromScreen by FillPixmapFromScreen | Louis-Francis Ratté-Boulianne |
2014-11-14 | vcl: move the Impl class of MapMode ...uhm... out of the public header? | Michael Stahl |
2014-11-14 | vcl: mpFontCharSets is never set. | Jan Holesovsky |
2014-11-14 | vcl: mpLogFont is never set. | Jan Holesovsky |
2014-11-14 | windows opengl: Proof-of-concept text rendering. | Jan Holesovsky |
2014-11-14 | Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen... | Jan Holesovsky |
2014-11-14 | Revert "vcl: remove non-existent include and hope that it builds?" | Jan Holesovsky |
2014-11-13 | coverity#1251601 Uninitialized pointer field | Caolán McNamara |
2014-11-13 | vcl: remove non-existent include and hope that it builds? | Michael Stahl |
2014-11-13 | vcl: Abstract the Windows text rendering into a TextRenderImpl descendant. | Jan Holesovsky |
2014-11-13 | vcl: Use stencil mask to clip gradient shape | Louis-Francis Ratté-Boulianne |
2014-11-13 | vcl: Use scissor or stencil for clipping in OpenGL backend | Louis-Francis Ratté-Boulianne |
2014-11-13 | vcl: Add support for GPU scaling when no rendering is involved | Louis-Francis Ratté-Boulianne |
2014-11-13 | vcl: Use new size when scaling with filter in OpenGL backend | Louis-Francis Ratté-Boulianne |
2014-11-13 | vcl: Use single-buffer rendering and only flush when necessary | Louis-Francis Ratté-Boulianne |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | vcl: Add support for radial gradients in OpenGL backend | Louis-Francis Ratté-Boulianne |
2014-11-12 | vcl: Read back OpenGL FBO to create offscreen X11 pixmap | Louis-Francis Ratté-Boulianne |
2014-11-12 | vcl: Add initial support for linear gradient with OpenGL | Louis-Francis Ratté-Boulianne |
2014-11-11 | vcl: Fix text rendering with OpenGL | Louis-Francis Ratté-Boulianne |
2014-11-11 | vcl: Use a different FBO when rendering using a VirtualDevice | Louis-Francis Ratté-Boulianne |
2014-11-11 | vcl: Remove unused shaders list | Louis-Francis Ratté-Boulianne |
2014-11-11 | vcl: Add methods to call before and after OpenGL rendering | Louis-Francis Ratté-Boulianne |
2014-11-11 | windows opengl: We need a constructor for OpenGLSalGraphicsImpl. | Jan Holesovsky |
2014-11-10 | only call XFreePixmap on pixmaps created via XCreatePixmap | Caolán McNamara |
2014-11-10 | fix build | Markus Mohrhard |
2014-11-10 | add code for getting device width and height on window devices | Markus Mohrhard |
2014-11-10 | implementation for OpenGL text rendering in the unx backend | Markus Mohrhard |
2014-11-10 | fix windows build | Markus Mohrhard |
2014-11-10 | vcl: Add support for alpha mask rendering with OpenGL | Louis-Francis Ratté-Boulianne |
2014-11-10 | vcl: Add support for transparent polygon drawing with OpenGL | Louis-Francis Ratté-Boulianne |
2014-11-10 | prevent insane memory allocation | Markus Mohrhard |
2014-11-10 | vcl: Initial work to have native widgets rendered with OpenGL | Louis-Francis Ratté-Boulianne |
2014-11-10 | vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphics | Louis-Francis Ratté-Boulianne |
2014-11-10 | get size correct for virtual devices | Markus Mohrhard |
2014-11-10 | windows opengl: Make SwapBuffers() actually do something. | Jan Holesovsky |
2014-11-10 | vcl: Add a way to resize an image using the GPU | Louis-Francis Ratté-Boulianne |
2014-11-10 | move the abstract cairo text render code out of the unx dir | Markus Mohrhard |
2014-11-10 | extract cairo rendering and abstract platform bits | Markus Mohrhard |
2014-11-10 | vcl: Add method to swap buffers after painting window | Louis-Francis Ratté-Boulianne |
2014-11-10 | vcl: Allow SalBitmap implementation to do scaling | Louis-Francis Ratté-Boulianne |
2014-11-10 | vcl: Get the OpenGL window size from the frame | Louis-Francis Ratté-Boulianne |
2014-11-10 | vcl: Add OpenGLSalBitmap implementation | Louis-Francis Ratté-Boulianne |
2014-11-10 | vcl: Add methods to get size of OpenGLSalGraphicsImpl | Louis-Francis Ratté-Boulianne |
2014-11-10 | vcl: Some fixes to the OpenGL impl | Louis-Francis Ratté-Boulianne |
2014-11-10 | extract shaders from source code | Markus Mohrhard |
2014-11-10 | vcl: Implement basic SalGraphics methods for OpenGL backend | Louis-Francis Ratté-Boulianne |
2014-11-10 | at least some sanity for WinSalGraphics | Markus Mohrhard |
2014-11-10 | a little bit more sanity | Markus Mohrhard |