summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_image_egl.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-15/+15
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-10/+10
* gpu: Add CopyTexImage function to GLImage API.reveman2014-09-051-0/+1
* ui: Add ScheduleOverlayPlane API to GLImage.reveman@chromium.org2014-08-011-0/+5
* During image destroy, delete textures only if we have a GL context.sohan.jyoti@samsung.com2014-07-311-1/+1
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-181-2/+2
* ui: Refactor GLImageEGL for usage by targets other than EGL_NATIVE_BUFFER_AND...reveman@chromium.org2014-03-281-12/+6
* ui: Clang format and general style cleanup of GLImage code.reveman@chromium.org2014-03-261-3/+3
* Add GL_TEXTURE_EXTERNAL_OES as supported texture target for CHROMIUM_map_image.sohan.jyoti@samsung.com2014-03-261-0/+2
* Make GLImage interface pure virtualsievers@chromium.org2014-03-151-0/+2
* gpu: Allow TEXTURE_RECTANGLE_ARB and other targets to be used with CHROMIUM_t...reveman@chromium.org2013-11-221-2/+3
* [Android] Add workaround to unbind gpu memory buffer only on NVIDIAboliu@chromium.org2013-11-131-0/+2
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-221-0/+3
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-211-3/+0
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-191-0/+3
* GLImage support for Android zero-copy pixel bufferskaanb@chromium.org2013-04-091-0/+37