summaryrefslogtreecommitdiffstats
path: root/vcl/source
Commit message (Expand)AuthorAgeFilesLines
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1213-15/+15
* add quick way to enable OpenGL backend through env varMarkus Mohrhard2014-11-121-1/+3
* vcl: Use the fast path for rendering.Jan Holesovsky2014-11-111-5/+3
* windows opengl: Make sure we don't reach the slow parts of the code.Jan Holesovsky2014-11-111-5/+8
* vcl: fdo#39468 - remove useless German commentChris Sherlock2014-11-111-1/+0
* vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock2014-11-113-54/+53
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-1112-30/+30
* vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock2014-11-111-4/+4
* vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock2014-11-113-14/+12
* vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabledLouis-Francis Ratté-Boulianne2014-11-101-10/+13
* vcl: cleanup the opengl selection API.Michael Meeks2014-11-101-2/+15
* Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist2014-11-101-1/+1
* vcl: add BitmapEx load from icon theme constructor.Michael Meeks2014-11-101-3/+14
* coverity#1222237 Untrusted value as argumentCaolán McNamara2014-11-101-10/+45
* fix windows compile errors in OpenGLContextMarkus Mohrhard2014-11-101-2/+6
* vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne2014-11-101-1/+1
* one more case of these insane memory alloc/release cyclesMarkus Mohrhard2014-11-101-2/+1
* prevent insane memory allocationMarkus Mohrhard2014-11-102-2/+8
* vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne2014-11-101-0/+50
* use some flags found at some examplesMarkus Mohrhard2014-11-101-4/+7
* use GLXPixmap for VirtualDeviceMarkus Mohrhard2014-11-101-5/+89
* improve log messagesMarkus Mohrhard2014-11-101-1/+2
* split the OpenGLContext::ImplInit method into its platform partsMarkus Mohrhard2014-11-101-91/+89
* remove old uncommented codeMarkus Mohrhard2014-11-101-2/+0
* windows opengl: Setup the OpenGL window size also on Windows.Jan Holesovsky2014-11-101-0/+5
* Make it easy to disable OpenGL in the environment.Michael Meeks2014-11-101-1/+2
* improve log message when shader compilation failsMarkus Mohrhard2014-11-101-1/+1
* vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne2014-11-101-2/+15
* add some of the uncommented code backMarkus Mohrhard2014-11-101-3/+2
* ifdef linux only codeMarkus Mohrhard2014-11-101-0/+2
* prevent invalid memory access in dbgutil codeMarkus Mohrhard2014-11-101-7/+12
* vcl: Add list of contexts sharing the same display listLouis-Francis Ratté-Boulianne2014-11-101-1/+13
* vcl: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne2014-11-101-0/+25
* vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne2014-11-102-0/+9
* add comment to find uncommented code againMarkus Mohrhard2014-11-101-1/+2
* vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne2014-11-102-0/+12
* vcl: Get the OpenGL window size from the frameLouis-Francis Ratté-Boulianne2014-11-101-2/+7
* support rendering to memory device contexts on WindowsMarkus Mohrhard2014-11-101-6/+25
* init the OpenGL context in the windows backendMarkus Mohrhard2014-11-101-1/+11
* use false instead of 0Markus Mohrhard2014-11-101-1/+1
* fix windows compile errorMarkus Mohrhard2014-11-101-3/+3
* add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard2014-11-101-0/+5
* first step at optional single buffered OpenGL renderingMarkus Mohrhard2014-11-101-4/+17
* add more log messagesMarkus Mohrhard2014-11-101-0/+1
* cosmetic clean-upMarkus Mohrhard2014-11-101-19/+19
* OpenGLContext: Consistently select the window's visualDaniel Stone2014-11-101-24/+13
* OpenGLContext: Add locking/sync around X errorsDaniel Stone2014-11-101-0/+3
* fix misleading log messageMarkus Mohrhard2014-11-101-1/+1
* that should be a SAL_WARNMarkus Mohrhard2014-11-101-1/+1
* add a OpenGLContext::init for unix backendMarkus Mohrhard2014-11-101-28/+51