summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)Author
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 windows compile errors in OpenGLContextMarkus 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-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-10add comment to find uncommented code againMarkus Mohrhard
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
2014-11-10reduce one use of SystemWinDataMarkus Mohrhard
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás
2014-09-08WaE: 'DBG_UTIL' is not defined, evaluates to 0 [-Wundef]Matúš Kukan
2014-09-07prevent crash with invalid XVisual, related fdo#80448Markus Mohrhard
2014-09-03don't crash if the new create context method is not availableMarkus Mohrhard
2014-09-03don't create a core context if we need a legacy oneMarkus Mohrhard
2014-09-03create a 3.2 core context if supported in dbgutil modeMarkus Mohrhard
2014-09-03SAL_INFO -> SAL_WARN for important error messageMarkus Mohrhard
2014-09-03SAL_INFO -> SAL_WARN for important error messageMarkus Mohrhard
2014-09-02support legacy and core context on OSXMarkus Mohrhard
2014-09-02fix non OSX build againMarkus Mohrhard
2014-09-02working OSX OpenGLContextMarkus Mohrhard
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard
2014-09-02add invalid framebuffer operation to OpenGL error messagesMarkus Mohrhard
2014-09-02check framebuffer statusMarkus Mohrhard