summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2014-03-21Init an opengl context bounded to an existent window.Zolnai Tamás1-2/+2
2014-03-17fix multisample support in OpenGLMarkus Mohrhard1-0/+4
2014-03-17windows fixes for openglMarkus Mohrhard1-15/+17
2014-03-17no need for OpenGLRender in OpenGLContext anymoreMarkus Mohrhard1-23/+5
2014-03-17move the windows multisample code to OpenGLContextMarkus Mohrhard1-0/+190
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard12-1963/+5
2014-03-15Win build: explicit default contstructor/destructor ofor OpenGLConextZolnai Tamás1-0/+8
2014-03-14Fix mac build: not define these locals for macZolnai Tamás1-2/+1
2014-03-14Fix build: move namespace again.Zolnai Tamás1-1/+3
2014-03-14Fix build: namespace in wrong place.Zolnai Tamás1-2/+2
2014-03-14Remove unused includeZolnai Tamás1-1/+0
2014-03-14Introduce OpenGLContext in vclopenglZolnai Tamás1-0/+417
2014-03-14Move OpenGLRender to vclZolnai Tamás11-0/+1961