| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a shallow command buffer flush that doesn't glFlush | brianderson@chromium.org | 2012-07-23 | 6 | -2/+27 |
* | gpu in-memory program cache implementation with a memory limit + lru eviction. | dmurph@chromium.org | 2012-07-23 | 31 | -90/+2200 |
* | GPU: Fix latency tests | backer@chromium.org | 2012-07-23 | 1 | -0/+5 |
* | Make windowless version of OpenGL ES 2.0 conformance tests | gman@chromium.org | 2012-07-20 | 5 | -10/+112 |
* | On desktop GL, don't disable vertex attribute 0 when restoring state, or noth... | kbr@chromium.org | 2012-07-20 | 2 | -8/+10 |
* | Revert 147328 - Current status of patch: | gman@chromium.org | 2012-07-19 | 33 | -2156/+95 |
* | This removes low level flushes in the command buffer on texture upload and ev... | brianderson@chromium.org | 2012-07-19 | 2 | -24/+0 |
* | Wire the AMD switchable videcard detection | cpu@chromium.org | 2012-07-18 | 1 | -0/+1 |
* | Current status of patch: | dmurph@chromium.org | 2012-07-18 | 33 | -95/+2156 |
* | Fix vendor detection code and add gl_PointCoord workaround for Intel GPUs. | kbr@chromium.org | 2012-07-17 | 3 | -36/+66 |
* | Allow 1xn and 2xn compressed textures. | jbauman@chromium.org | 2012-07-14 | 2 | -26/+18 |
* | Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClient | backer@chromium.org | 2012-07-13 | 1 | -5/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 12 | -12/+0 |
* | Fix glGetTexParameter so it works for TEXTURE_CUBE_MAP | gman@chromium.org | 2012-07-11 | 3 | -18/+3 |
* | RefCounted types should not have public destructors | rsleevi@chromium.org | 2012-07-11 | 2 | -30/+38 |
* | re-enable depth texture gl test | gman@chromium.org | 2012-07-10 | 1 | -3/+3 |
* | Enable debugging code for non-official Android builds. | newt@chromium.org | 2012-07-09 | 1 | -0/+5 |
* | Add GL_CHROMIUM_get_error_query | gman@chromium.org | 2012-07-09 | 18 | -60/+314 |
* | Adding necessary plumbing for bindUniformLocationCHROMIUM extension. | alexst@chromium.org | 2012-07-02 | 1 | -0/+118 |
* | Add workaround ATI/AMD bug with gl_PointCoord | gman@chromium.org | 2012-06-30 | 4 | -0/+159 |
* | Unreviewed pixel wrangling. Temporarily disable DepthTextureTest.RenderTo bec... | shawnsingh@chromium.org | 2012-06-30 | 1 | -1/+3 |
* | Consolidate disable gpu workarounds code. | gman@chromium.org | 2012-06-29 | 4 | -22/+30 |
* | Adds switches for enabling the gpu program cache and setting the size of the ... | dmurph@chromium.org | 2012-06-29 | 2 | -0/+10 |
* | Roll ANGLE 1046:1168. | apatrick@chromium.org | 2012-06-28 | 1 | -1/+0 |
* | Defer descheduling of GPU commands until draw or swap | jbates@chromium.org | 2012-06-28 | 9 | -27/+47 |
* | Change GLES2DecoderImpl::UpdateBackbufferMemoryAccounting so that it is not c... | jbates@chromium.org | 2012-06-28 | 1 | -12/+16 |
* | Revert 144358 - Roll ANGLE 1046:1164. | jochen@chromium.org | 2012-06-27 | 1 | -0/+1 |
* | Roll ANGLE 1046:1164. | apatrick@chromium.org | 2012-06-27 | 1 | -1/+0 |
* | Aura: Fix partial swaps in the UI | backer@chromium.org | 2012-06-26 | 2 | -20/+10 |
* | Define GL_GLEXT_PROTOTYPES | jbauman@chromium.org | 2012-06-26 | 1 | -0/+3 |
* | Add glBindUniformLocationCHROMIUM | gman@chromium.org | 2012-06-26 | 31 | -782/+1038 |
* | Reduce the maximum texture size on Mac/AMD to 4096. | bsalomon@google.com | 2012-06-25 | 1 | -1/+8 |
* | Make GL_CHROMIUM_consistent_uniform_locations slighty more robust | gman@chromium.org | 2012-06-20 | 11 | -23/+129 |
* | Set default GL state | gman@chromium.org | 2012-06-19 | 2 | -0/+150 |
* | Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture... | twiz@chromium.org | 2012-06-19 | 9 | -11/+153 |
* | Revert 142931 - Set default GL state | zmo@chromium.org | 2012-06-19 | 2 | -150/+0 |
* | Set default GL state | gman@chromium.org | 2012-06-19 | 2 | -0/+150 |
* | Add support for GL_CHROMIUM_consistent_uniform_locations | gman@chromium.org | 2012-06-19 | 21 | -252/+698 |
* | gpu: add SignalSyncPoint to complement WaitSyncPoint | piman@chromium.org | 2012-06-19 | 1 | -0/+5 |
* | Fix 2 crashers in GLES2Implementation: | fischman@chromium.org | 2012-06-15 | 2 | -3/+9 |
* | Expose video memory usage estimation (textures, renderbuffers, buffers) in co... | zmo@chromium.org | 2012-06-14 | 5 | -0/+25 |
* | Cache shader translators. | backer@chromium.org | 2012-06-13 | 7 | -70/+279 |
* | hook up new MacVideoDecodeAccelerator | sail@chromium.org | 2012-06-13 | 3 | -4/+6 |
* | Make TextureManager correctly delete default textures. | gman@chromium.org | 2012-06-13 | 4 | -17/+70 |
* | Fix gles2 conformance tests | gman@chromium.org | 2012-06-12 | 3 | -5/+14 |
* | Revert 141302 - hook up new MacVideoDecodeAccelerator | sail@chromium.org | 2012-06-08 | 3 | -6/+4 |
* | hook up new MacVideoDecodeAccelerator | sail@chromium.org | 2012-06-08 | 3 | -4/+6 |
* | Enforce compressed texture restrictions | gman@chromium.org | 2012-06-08 | 11 | -638/+1010 |
* | Plum through ANGLE_depth_texture | gman@chromium.org | 2012-06-08 | 21 | -27/+951 |
* | Preempt renderers by browser UI in GpuScheduler. | backer@chromium.org | 2012-06-06 | 3 | -2/+42 |