summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2014-11-12add quick way to enable OpenGL backend through env varMarkus Mohrhard
2014-11-11vcl: Use the fast path for rendering.Jan Holesovsky
2014-11-11windows opengl: Make sure we don't reach the slow parts of the code.Jan Holesovsky
2014-11-11vcl: fdo#39468 - remove useless German commentChris Sherlock
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-11vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock
2014-11-10vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabledLouis-Francis Ratté-Boulianne
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks
2014-11-10Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist
2014-11-10vcl: add BitmapEx load from icon theme constructor.Michael Meeks
2014-11-10coverity#1222237 Untrusted value as argumentCaolán McNamara
2014-11-10fix windows compile errors in OpenGLContextMarkus Mohrhard
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10one more case of these insane memory alloc/release cyclesMarkus Mohrhard
2014-11-10prevent insane memory allocationMarkus Mohrhard
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10use some flags found at some examplesMarkus Mohrhard
2014-11-10use GLXPixmap for VirtualDeviceMarkus Mohrhard
2014-11-10improve log messagesMarkus Mohrhard
2014-11-10split the OpenGLContext::ImplInit method into its platform partsMarkus Mohrhard
2014-11-10remove old uncommented codeMarkus Mohrhard
2014-11-10windows opengl: Setup the OpenGL window size also on Windows.Jan Holesovsky
2014-11-10Make it easy to disable OpenGL in the environment.Michael Meeks
2014-11-10improve log message when shader compilation failsMarkus Mohrhard
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne
2014-11-10add some of the uncommented code backMarkus Mohrhard
2014-11-10ifdef linux only codeMarkus Mohrhard
2014-11-10prevent invalid memory access in dbgutil codeMarkus Mohrhard
2014-11-10vcl: Add list of contexts sharing the same display listLouis-Francis Ratté-Boulianne
2014-11-10vcl: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-10add comment to find uncommented code againMarkus Mohrhard
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne
2014-11-10vcl: Get the OpenGL window size from the frameLouis-Francis Ratté-Boulianne
2014-11-10support rendering to memory device contexts on WindowsMarkus Mohrhard
2014-11-10init the OpenGL context in the windows backendMarkus Mohrhard
2014-11-10use false instead of 0Markus Mohrhard
2014-11-10fix windows compile errorMarkus Mohrhard
2014-11-10add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard
2014-11-10first step at optional single buffered OpenGL renderingMarkus Mohrhard
2014-11-10add more log messagesMarkus Mohrhard
2014-11-10cosmetic clean-upMarkus Mohrhard
2014-11-10OpenGLContext: Consistently select the window's visualDaniel Stone
2014-11-10OpenGLContext: Add locking/sync around X errorsDaniel Stone
2014-11-10fix misleading log messageMarkus Mohrhard
2014-11-10that should be a SAL_WARNMarkus Mohrhard
2014-11-10add a OpenGLContext::init for unix backendMarkus Mohrhard
2014-11-10split method in part related to windows and other stuffMarkus Mohrhard