summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_surface.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-5/+3
* Added GLSurface::SetVisible to GLSurfaceAdapter.apatrick@chromium.org2011-12-081-0/+4
* Plumb the partial swap though image transport.backer@chromium.org2011-11-231-1/+11
* Allow GLSurface to indicate that it supports a specific extension.backer@chromium.org2011-11-221-4/+5
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-111-0/+8
* Fix --use-gl=any command-line option. The current implementation only checks ...alokp@chromium.org2011-11-081-0/+54
* Remove the remaining 6 exit time destructors and 2 static initializers from ui/thakis@chromium.org2011-11-041-3/+9
* Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-261-0/+84
* Revert 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-251-84/+0
* Added GLSurfaceAdapter, an implementation of GLSurface that forwards all call...apatrick@chromium.org2011-10-251-0/+84
* Check for extensions in order to fail early.backer@chromium.org2011-10-171-1/+2
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-141-0/+3
* Keep track of the current per-thread context and surface. Addkbr@google.com2011-09-091-0/+13
* Fix for stencil attachment of FBO.backer@chromium.org2011-07-281-1/+3
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-221-0/+3
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-0/+6
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-6/+0
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-0/+6
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-111-6/+0
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-111-0/+6
* Fix clang compilation issues following r83248. This might be necessary to mer...apatrick@chromium.org2011-04-271-0/+5
* Split EGLContext in GLContextEGL and GLSurfaceEGL.apatrick@chromium.org2011-04-141-0/+13