| Commit message (Expand) | Author | Age | Files | Lines |
* | Add global tracking of GPU memory allocations. Have each ContextGroup push m... | ccameron@chromium.org | 2012-07-28 | 1 | -0/+7 |
* | gpu in-memory program cache implementation with a memory limit + lru eviction. | dmurph@chromium.org | 2012-07-23 | 1 | -0/+11 |
* | Revert 147328 - Current status of patch: | gman@chromium.org | 2012-07-19 | 1 | -5/+1 |
* | Current status of patch: | dmurph@chromium.org | 2012-07-18 | 1 | -1/+5 |
* | Expose video memory usage estimation (textures, renderbuffers, buffers) in co... | zmo@chromium.org | 2012-06-14 | 1 | -0/+2 |
* | Make context groups share a TextureBufferManager | gman@chromium.org | 2012-06-01 | 1 | -2/+9 |
* | RefCounted types should not have public destructors, media/ and gpu/ edition | rsleevi@chromium.org | 2012-05-18 | 1 | -1/+3 |
* | Allow textures to be moved from one GL context group to another. | apatrick@chromium.org | 2012-05-01 | 1 | -2/+10 |
* | Add --enforce-gl-minimums flag | gman@chromium.org | 2012-04-19 | 1 | -0/+6 |
* | GPU: Build most of the gpu as a single DLL. | rvargas@google.com | 2012-03-05 | 1 | -1/+2 |
* | Revert 124702 - GPU: Buld most of the gpu as a single DLL. | rvargas@google.com | 2012-03-02 | 1 | -2/+1 |
* | GPU: Buld most of the gpu as a single DLL. | rvargas@google.com | 2012-03-02 | 1 | -1/+2 |
* | Fix TextureManager optimizations. | gman@chromium.org | 2012-01-19 | 1 | -3/+3 |
* | Ensure that ContextGroup is destroyed when an appropriate GL context is current. | apatrick@chromium.org | 2011-10-05 | 1 | -10/+6 |
* | Code cleanup: rename DisallowedExtensions to DisallowedFeature. | zmo@google.com | 2011-09-22 | 1 | -2/+2 |
* | Add option to not generate resources on bind in OpenGL ES | gman@chromium.org | 2011-08-16 | 1 | -1/+6 |
* | Implemented support for GL context share groups in the renderer process.I put... | apatrick@chromium.org | 2011-08-03 | 1 | -4/+5 |
* | Switch most usages of std::map to base::hash_table in GPU service. | gman@chromium.org | 2011-05-13 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -4/+4 |
* | Connect up --disable-gl-multisampling to command buffer | jbauman@chromium.org | 2011-03-14 | 1 | -1/+3 |
* | Revert 77899 - Connect up --disable-gl-multisampling to command buffer | kinuko@chromium.org | 2011-03-12 | 1 | -3/+1 |
* | Connect up --disable-gl-multisampling to command buffer | jbauman@chromium.org | 2011-03-12 | 1 | -1/+3 |
* | Fix destruction order of ContextGroup | gman@chromium.org | 2010-10-27 | 1 | -2/+2 |
* | Add Ability to pass in allowed extensions to GPU contexts. | gman@chromium.org | 2010-10-19 | 1 | -3/+12 |
* | A step in making it possible for WebGL to request no features | gman@chromium.org | 2010-09-30 | 1 | -32/+7 |
* | Enables GL_OES_standard_derivatives | gman@chromium.org | 2010-09-17 | 1 | -1/+3 |
* | Adds support for EXT_framebuffer_multisample | gman@chromium.org | 2010-08-23 | 1 | -0/+15 |
* | Adds support for OpenGL ES 2.0 extensions | gman@chromium.org | 2010-07-16 | 1 | -0/+10 |
* | Free the resources used by a context group. | gman@chromium.org | 2010-07-01 | 1 | -0/+3 |
* | Refactor validation code so it can be modified at runtime. | gman@chromium.org | 2010-06-15 | 1 | -0/+7 |
* | Resubmit http://codereview.chromium.org/2096008/show | gman@chromium.org | 2010-05-19 | 1 | -1/+25 |
* | Reverting again, will manually build on linux since trybots are apparently no... | gman@chromium.org | 2010-05-18 | 1 | -25/+1 |
* | Resubmit with fix that trybot didn't catch. | gman@chromium.org | 2010-05-18 | 1 | -1/+25 |
* | revert last CL | gman@chromium.org | 2010-05-18 | 1 | -25/+1 |
* | Update the GLSL translator code to use the correct constants | gman@chromium.org | 2010-05-18 | 1 | -1/+25 |
* | Adds support for shared resources. | gman@chromium.org | 2010-05-03 | 1 | -1/+10 |
* | Changes the code to use separate ids namspaces | gman@chromium.org | 2010-04-27 | 1 | -9/+0 |
* | Adds renderbuffer and framebuffer tracking so we can | gman@chromium.org | 2010-03-25 | 1 | -0/+14 |
* | Reorangizing the GLES2 code to handle shared | gman@chromium.org | 2010-02-25 | 1 | -0/+88 |