summaryrefslogtreecommitdiff
path: root/vcl/opengl/x11
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-1/+1
2014-12-15use AA for lines only when AA is activeLuboš Luňák1-2/+2
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann1-2/+2
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne1-10/+0
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks1-30/+5
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks1-0/+1
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-6/+0
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne2-33/+133
2014-11-24WaE: might be used unintializedCaolán McNamara1-5/+5
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-7/+3
2014-11-24coverity#1255905 Buffer not null terminatedCaolán McNamara1-1/+2
2014-11-23block my OpenGL driverMarkus Mohrhard1-0/+5
2014-11-23remove whitespaceMarkus Mohrhard1-1/+0
2014-11-22vcl: Re-flip native X11 widgets upside down in OpenGL backendLouis-Francis Ratté-Boulianne1-2/+2
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-17/+39
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne1-7/+31
2014-11-22Invert Native Widget rendering in Y.Markus Mohrhard1-2/+2
2014-11-22blind fix for native control on X11Markus Mohrhard1-2/+2
2014-11-20WaE: unused variable 'aOSRelease'Tor Lillqvist1-3/+1
2014-11-20bad API translation between mozilla strings and OUStringMarkus Mohrhard1-1/+1
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard1-0/+326
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks1-0/+3
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks1-0/+6
2014-11-16vcl: Invert OpenGL Native Widget rendering in Y.Markus Mohrhard1-1/+1
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky1-0/+2
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne1-8/+5
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne1-11/+8
2014-11-13coverity#1251586 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne1-3/+3
2014-11-12vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne1-2/+31
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne1-0/+2
2014-11-11vcl: Add methods to call before and after OpenGL renderingLouis-Francis Ratté-Boulianne1-2/+3
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne1-0/+139