summaryrefslogtreecommitdiffstats
path: root/ui/gl
Commit message (Expand)AuthorAgeFilesLines
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-2210-27/+90
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-2110-90/+27
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-1910-27/+90
* Add renderbuffer BGRA8 format extension and support in cmd buffer for desktop...bsalomon@google.com2013-10-181-3/+28
* Support GL_TEXTURE_EXTERNAL_OES in ScopedTextureBinder.sheu@chromium.org2013-10-081-0/+3
* Add support for over-riding config attribute values.kalyan.kondapally@intel.com2013-10-041-2/+9
* Use DwmGetCompositionTimingInfo to get vsync info on Vista+jbauman@chromium.org2013-10-013-3/+43
* The original bug happens because when libGL.so.1 is loaded, it registerschihchung@chromium.org2013-09-301-4/+3
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-301-0/+1
* Revert 225857 "gfx: Create a separate gfx component out of ui."ckocagil@chromium.org2013-09-281-1/+0
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-281-0/+1
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-4/+2
* Tighten DEPS rules further.ben@chromium.org2013-09-242-0/+4
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+1
* Move some files from x11_util to gfx/x/x11_types.h so they can be used by ui/gl.ben@chromium.org2013-09-246-29/+29
* Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."ben@chromium.org2013-09-241-3/+0
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+3
* Re-enable child X window workaround.ccameron@chromium.org2013-09-241-4/+0
* Move SurfaceFactoryOzone to ui/gfx/ozoneben@chromium.org2013-09-232-8/+8
* ui: [Android] Hard code the GPU limit to 8MB for low-end deviceskaanb@chromium.org2013-09-201-1/+4
* ui: [Android] use physical memory / 64 for GPU memory limit for low end deviceskaanb@chromium.org2013-09-191-2/+2
* Add an enable D3D11 flag and blacklist specific intel drivers and windows vis...geofflang@chromium.org2013-09-173-1/+7
* Disable GPU memory usage workaround unconditionally.ccameron@chromium.org2013-09-171-0/+4
* Disable child X window workaround when running in test harnesses that doccameron@chromium.org2013-09-141-12/+28
* Destroy GLX windows when they are backgroundedccameron@chromium.org2013-09-132-14/+214
* Add eglWaitSyncKHR() EGL bindingsievers@chromium.org2013-09-122-1/+6
* [Android WebView] Fix async uploadboliu@chromium.org2013-09-101-5/+16
* gpu: Map glDiscardFramebufferEXT to glInvalidateFramebufferskyostil@chromium.org2013-09-051-1/+1
* Adding functionality to paint and signal buffer swap for ozone surface factory.dnicoara@chromium.org2013-08-301-4/+10
* [Android] Rename SurfaceTextureBridge to just SurfaceTexture.yfriedman@chromium.org2013-08-298-44/+46
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-271-2/+2
* Support async readbacks on OpenGL ES 3.0 driverssievers@chromium.org2013-08-272-1/+9
* Reland 219061:yfriedman@chromium.org2013-08-236-102/+39
* Revert 219061 "Introduce facade for interaction with Android Sur..."pasko@chromium.org2013-08-236-39/+102
* Introduce facade for interaction with Android SurfaceTexture.yfriedman@chromium.org2013-08-226-102/+39
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-168-17/+53
* SetTraceFunctionPointers in ANGLE now __stdcallscottmg@chromium.org2013-08-141-1/+1
* initialize trace_event hooks in angle on gpu startupscottmg@chromium.org2013-08-141-0/+51
* android: Always use physical_memory / 32 as GPU memory limit for low-end deviceskaanb@chromium.org2013-08-131-9/+14
* Add GL_EXPORT to gfx::VSyncProviderspang@chromium.org2013-08-091-1/+2
* Remove unused variable SurfaceTextureBridge::texture_id_sievers@chromium.org2013-08-072-8/+1
* Linux: remove use_system_mesa bits.phajdan.jr@chromium.org2013-08-051-7/+1
* gpu: Add support for multiple GpuMemoryBuffer types.reveman@chromium.org2013-08-0312-66/+177
* Remove backer from WATCHLISTS and OWNERSbacker@chromium.org2013-08-011-1/+0
* Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...kaanb@chromium.org2013-07-311-1/+4
* GPU: Adjust memory limit on Android again.epenner@chromium.org2013-07-311-28/+33
* Partial Revert of "Use 1/8 of heap size as TotalGpuMemory for low end devices."epenner@chromium.org2013-07-281-7/+3
* Call glTexImage2D() on a 1x1 pixel instead of a 0x0 NULL pixel.kaanb@chromium.org2013-07-261-2/+10
* work around a bug in GL_ARB_sync on mac 10.7hubbe@chromium.org2013-07-262-9/+5
* GPU: Use TLS pointer for GLApi.epenner@chromium.org2013-07-264-7/+14