summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_context_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-63/+0
* Remove WAYLAND portoshima@chromium.org2012-04-071-3/+1
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-4/+9
* Adding Wayland support for ui/gfxdnicoara@chromium.org2011-08-101-4/+6
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-161-7/+9
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-8/+9
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-9/+8
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-8/+9
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-16/+8
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-297/+19
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-19/+297
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-297/+19
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-111-16/+298
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-111-298/+16
* Split GLX implementations of *GLContext into GLContextGLX and *GLSurfaceGLX.apatrick@chromium.org2011-05-041-560/+63
* Only enable vsync if a compositing window manager is not in use. Thiskbr@chromium.org2011-05-031-1/+20
* Reland 81998.The bug in webkit\gpu\webgraphicscontext3d_in_process_impl.cc th...apatrick@chromium.org2011-04-221-64/+43
* Fixed longstanding bug on Linux where vsync was disabled becausekbr@chromium.org2011-04-201-1/+1
* Revert 81998 - Split OSMesa implementations of *GLContext into GLContextOSMes...apatrick@chromium.org2011-04-181-43/+64
* Split OSMesa implementations of *GLContext into GLContextOSMesa and *GLSurfac...apatrick@chromium.org2011-04-181-64/+43
* Split EGLContext in GLContextEGL and GLSurfaceEGL.apatrick@chromium.org2011-04-141-7/+17
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-0/+830