summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_context_cgl.cc
Commit message (Expand)AuthorAgeFilesLines
* Worked around IOSurface related system lockups on dual NVIDIA/Intel GPUkbr@chromium.org2012-02-151-1/+12
* Fixed crashes when running on top of Apple's software OpenGL renderer.kbr@chromium.org2011-12-211-1/+0
* This change adds the apple software renderer as an option on Chrome/Mac. It'...senorblanco@chromium.org2011-12-071-25/+6
* Split GL binding init into core and extension partjoth@chromium.org2011-10-271-0/+5
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-191-4/+6
* Check for extensions in order to fail early.backer@chromium.org2011-10-171-1/+5
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-5/+45
* Changed assertion about current OpenGL context to work in the face ofkbr@chromium.org2011-09-291-1/+4
* Keep track of the current per-thread context and surface. Addkbr@google.com2011-09-091-1/+7
* Fix for stencil attachment of FBO.backer@chromium.org2011-07-281-1/+1
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-221-0/+1
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-161-6/+6
* Make SetSwapInterval a log warning rather than a notreached.nduca@chromium.org2011-05-261-1/+1
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-21/+34
* Split CGL implementations of *GLContext into GLContextCGL and *GLSurfaceCGL.apatrick@chromium.org2011-05-051-0/+95