summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_image_egl.cc
Commit message (Expand)AuthorAgeFilesLines
* ui: Add ScheduleOverlayPlane API to GLImage.reveman@chromium.org2014-08-011-0/+8
* During image destroy, delete textures only if we have a GL context.sohan.jyoti@samsung.com2014-07-311-2/+4
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-181-2/+3
* ui: Refactor GLImageEGL for usage by targets other than EGL_NATIVE_BUFFER_AND...reveman@chromium.org2014-03-281-102/+9
* ui: Clang format and general style cleanup of GLImage code.reveman@chromium.org2014-03-261-27/+11
* Add GL_TEXTURE_EXTERNAL_OES as supported texture target for CHROMIUM_map_image.sohan.jyoti@samsung.com2014-03-261-21/+47
* Make GLImage interface pure virtualsievers@chromium.org2014-03-151-0/+6
* ui: Explicitly prevent GL_TEXTURE_RECTANGLE_ARB from being used GLImageEGL.reveman@chromium.org2013-11-231-0/+5
* gpu: Allow TEXTURE_RECTANGLE_ARB and other targets to be used with CHROMIUM_t...reveman@chromium.org2013-11-221-6/+13
* [Android] Add workaround to unbind gpu memory buffer only on NVIDIAboliu@chromium.org2013-11-131-1/+11
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-221-20/+35
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-211-35/+20
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-191-20/+35
* gpu: Add support for multiple GpuMemoryBuffer types.reveman@chromium.org2013-08-031-2/+2
* Call glTexImage2D() on a 1x1 pixel instead of a 0x0 NULL pixel.kaanb@chromium.org2013-07-261-2/+10
* Add command line switch and about:flags entry to enable use of D3D11 on Windows.apatrick@chromium.org2013-07-091-2/+3
* -Move #define for EGL_BUFFER_NATIVE_ANDROID within gl_bindings.hkaanb@chromium.org2013-04-091-3/+0
* GLImage support for Android zero-copy pixel bufferskaanb@chromium.org2013-04-091-0/+84