summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2014-11-18vcl: check the OpenGL drawable as well as the context.Michael Meeks1-3/+6
2014-11-18windows opengl: Share the contexts as we do on Linux.Jan Holesovsky1-6/+40
2014-11-18windows: Improve logging.Jan Holesovsky1-3/+16
2014-11-18opengl: Do not check for OpenGL errors in a loop.Jan Holesovsky1-1/+1
2014-11-17vcl: initialize data when XGetWindowAttributes fails.Michael Meeks1-5/+22
2014-11-17vcl: make OpenGLContext::makeCurrent unfeasibly faster.Michael Meeks1-2/+10
2014-11-17warning C4702: unreachable codeStephan Bergmann1-2/+0
2014-11-17cppcheck: Return value of std::remove() ignored. Elements remain in container.Julien Nabet1-1/+1
2014-11-16use correct flag to enable ARB debug versionMarkus Mohrhard1-1/+1
2014-11-16remove unnecessary whitespaceMarkus Mohrhard1-2/+0
2014-11-16vcl: disable OpenGL usage during build.Michael Meeks1-1/+10
2014-11-15windows opengl: Do not be _that_ eager with CHECK_GL_ERROR().Jan Holesovsky1-4/+1
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky2-0/+17
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky1-2/+3
2014-11-15ialso support the ARB debug versionMarkus Mohrhard1-3/+11
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-1/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12add quick way to enable OpenGL backend through env varMarkus Mohrhard1-1/+3
2014-11-10vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabledLouis-Francis Ratté-Boulianne1-10/+13
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks1-2/+15
2014-11-10fix windows compile errors in OpenGLContextMarkus Mohrhard1-2/+6
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne1-0/+50
2014-11-10use some flags found at some examplesMarkus Mohrhard1-4/+7
2014-11-10use GLXPixmap for VirtualDeviceMarkus Mohrhard1-5/+89
2014-11-10improve log messagesMarkus Mohrhard1-1/+2
2014-11-10split the OpenGLContext::ImplInit method into its platform partsMarkus Mohrhard1-91/+89
2014-11-10remove old uncommented codeMarkus Mohrhard1-2/+0
2014-11-10windows opengl: Setup the OpenGL window size also on Windows.Jan Holesovsky1-0/+5
2014-11-10Make it easy to disable OpenGL in the environment.Michael Meeks1-1/+2
2014-11-10improve log message when shader compilation failsMarkus Mohrhard1-1/+1
2014-11-10add some of the uncommented code backMarkus Mohrhard1-3/+2
2014-11-10ifdef linux only codeMarkus Mohrhard1-0/+2
2014-11-10prevent invalid memory access in dbgutil codeMarkus Mohrhard1-7/+12
2014-11-10vcl: Add list of contexts sharing the same display listLouis-Francis Ratté-Boulianne1-1/+13
2014-11-10vcl: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne1-0/+25
2014-11-10add comment to find uncommented code againMarkus Mohrhard1-1/+2
2014-11-10vcl: Get the OpenGL window size from the frameLouis-Francis Ratté-Boulianne1-2/+7
2014-11-10support rendering to memory device contexts on WindowsMarkus Mohrhard1-6/+25
2014-11-10init the OpenGL context in the windows backendMarkus Mohrhard1-1/+11
2014-11-10use false instead of 0Markus Mohrhard1-1/+1
2014-11-10fix windows compile errorMarkus Mohrhard1-3/+3
2014-11-10add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard1-0/+5
2014-11-10first step at optional single buffered OpenGL renderingMarkus Mohrhard1-4/+17
2014-11-10add more log messagesMarkus Mohrhard1-0/+1
2014-11-10cosmetic clean-upMarkus Mohrhard1-19/+19
2014-11-10OpenGLContext: Consistently select the window's visualDaniel Stone1-24/+13
2014-11-10OpenGLContext: Add locking/sync around X errorsDaniel Stone1-0/+3
2014-11-10fix misleading log messageMarkus Mohrhard1-1/+1
2014-11-10that should be a SAL_WARNMarkus Mohrhard1-1/+1
2014-11-10add a OpenGLContext::init for unix backendMarkus Mohrhard1-28/+51