summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne3-0/+14
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne3-1/+13
2014-11-11vcl: Remove unused shaders listLouis-Francis Ratté-Boulianne1-2/+0
2014-11-11vcl: Add methods to call before and after OpenGL renderingLouis-Francis Ratté-Boulianne1-0/+6
2014-11-11windows opengl: We need a constructor for OpenGLSalGraphicsImpl.Jan Holesovsky1-0/+1
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara1-0/+1
2014-11-10fix buildMarkus Mohrhard1-1/+1
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard1-1/+3
2014-11-10implementation for OpenGL text rendering in the unx backendMarkus Mohrhard1-0/+1
2014-11-10fix windows buildMarkus Mohrhard1-0/+34
2014-11-10vcl: Add support for alpha mask rendering with OpenGLLouis-Francis Ratté-Boulianne1-1/+1
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne1-0/+1
2014-11-10prevent insane memory allocationMarkus Mohrhard1-0/+7
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne6-11/+81
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne3-2/+55
2014-11-10get size correct for virtual devicesMarkus Mohrhard2-0/+6
2014-11-10windows opengl: Make SwapBuffers() actually do something.Jan Holesovsky1-1/+1
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne3-11/+126
2014-11-10move the abstract cairo text render code out of the unx dirMarkus Mohrhard1-0/+0
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard5-39/+217
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne8-0/+16
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne8-5/+22
2014-11-10vcl: Get the OpenGL window size from the frameLouis-Francis Ratté-Boulianne2-0/+8
2014-11-10vcl: Add OpenGLSalBitmap implementationLouis-Francis Ratté-Boulianne1-0/+90
2014-11-10vcl: Add methods to get size of OpenGLSalGraphicsImplLouis-Francis Ratté-Boulianne1-0/+3
2014-11-10vcl: Some fixes to the OpenGL implLouis-Francis Ratté-Boulianne1-1/+1
2014-11-10extract shaders from source codeMarkus Mohrhard1-2/+0
2014-11-10vcl: Implement basic SalGraphics methods for OpenGL backendLouis-Francis Ratté-Boulianne1-0/+45
2014-11-10at least some sanity for WinSalGraphicsMarkus Mohrhard1-17/+26
2014-11-10a little bit more sanityMarkus Mohrhard1-2/+4
2014-11-10remove unused code and const-ify some methodsMarkus Mohrhard1-5/+4
2014-11-10start to bring some sanity to windows backendMarkus Mohrhard1-6/+18
2014-11-10make it possible to select the OpenGL rendering on windowsMarkus Mohrhard1-0/+3
2014-11-10bring the gradient rendering down into SalGraphicsImpl & unx backendMarkus Mohrhard3-2/+5
2014-11-10add missing headerMarkus Mohrhard1-0/+28
2014-11-10implement X11WindowProvider for GtkSalFrameMarkus Mohrhard1-1/+4
2014-11-10better way to access the X11 windowMarkus Mohrhard1-1/+4
2014-11-10add OpenGLContext to OpenGL vcl rendering codeMarkus Mohrhard1-0/+2
2014-11-10add a OpenGLContext to unix backendMarkus Mohrhard1-0/+6
2014-11-10integrate WIP OpenGL rendering to unix backendMarkus Mohrhard1-1/+2
2014-11-10use Impl for windows backendMarkus Mohrhard1-14/+5
2014-11-10implement stub for OpenGL SalGraphicsImpl sub classMarkus Mohrhard1-0/+190
2014-11-10forgot to populate the ImplMarkus Mohrhard1-1/+3
2014-11-10add missing header guardsMarkus Mohrhard1-0/+5
2014-11-10we need to export the SalGraphicsImpl classMarkus Mohrhard1-1/+3
2014-11-10use Impl for unix vcl pluginsMarkus Mohrhard2-63/+22
2014-11-10add Impl version for SalGraphicsPtyl Dragon1-0/+196
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-2/+3
2014-11-07Removed #includes including themselvesAndrea Gelmini1-1/+0
2014-11-07Avoid using null pointer as a special indicatorZolnai Tamás1-0/+1