summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl
AgeCommit message (Expand)AuthorFilesLines
2014-12-02vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne2-1/+14
2014-12-02vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne1-1/+1
2014-11-20WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard2-0/+74
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+1
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks1-2/+2
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky2-29/+1
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne1-1/+2
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks1-0/+2
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks2-0/+2
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne2-25/+49
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne1-1/+1
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky1-0/+1
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne1-0/+28
2014-11-13vcl: Use new size when scaling with filter in OpenGL backendLouis-Francis Ratté-Boulianne1-1/+1
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne2-1/+4
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard1-1/+3
2014-11-10fix windows buildMarkus Mohrhard1-0/+34
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne1-0/+42
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne3-11/+126
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+4
2014-11-10vcl: Add OpenGLSalBitmap implementationLouis-Francis Ratté-Boulianne1-0/+90