summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_surface_egl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use EGL headers to pick up EGL definitions.sheu@chromium.org2013-01-191-6/+0
* CrOS: Plumb through vsync info to compositor on EGL stacksbacker@chromium.org2013-01-141-1/+47
* gl: Move egl_util* into ui namespace.tfarina@chromium.org2012-10-281-0/+2
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-251-8/+9
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-251-9/+8
* Make GL calls go through subclassable class.gman@chromium.org2012-10-251-8/+9
* Recreate egl surface on resize.jbauman@chromium.org2012-09-191-1/+18
* Override Resize() in NativeViewGLSurfaceEGL.sievers@chromium.org2012-08-171-0/+4
* Do not CHECK that handle returned by eglQuerySurfacePointerANGLE is non-null.apatrick@chromium.org2012-07-311-2/+0
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-271-0/+21
* Make NativeViewGLSurfaceEGL directly usable on Android.sievers@chromium.org2012-07-231-11/+0
* CHECK that eglQuerySurfacePointerANGLE always returns a valid handle.apatrick@chromium.org2012-06-281-3/+9
* PbufferGLSurfaceEGL fails early if size is zero.apatrick@chromium.org2012-06-191-0/+6
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-181-13/+11
* Tie native surface EGL config to the window depth.sabercrombie@chromium.org2012-05-151-7/+85
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-0/+398