| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: avoid foo ? true : false, part 1. | thestig@chromium.org | 2012-09-27 | 1 | -2/+1 |
* | Add global tracking of GPU memory allocations. Have each ContextGroup push m... | ccameron@chromium.org | 2012-07-28 | 1 | -1/+3 |
* | gpu in-memory program cache implementation with a memory limit + lru eviction. | dmurph@chromium.org | 2012-07-23 | 1 | -0/+2 |
* | 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 |
* | Make context groups share a TextureBufferManager | gman@chromium.org | 2012-06-01 | 2 | -1/+10 |
* | Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO. | apatrick@chromium.org | 2012-05-17 | 2 | -2/+7 |
* | ui: Move gl/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-12 | 3 | -6/+6 |
* | aura: Change shared context to be offscreen for arm | piman@chromium.org | 2012-04-25 | 1 | -0/+1 |
* | Revert 131177 - aura: Change shared context to be offscreen for arm | mazda@chromium.org | 2012-04-10 | 1 | -1/+0 |
* | aura: Change shared context to be offscreen for arm | piman@chromium.org | 2012-04-06 | 1 | -0/+1 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -4/+4 |
* | Add ShareGroup to GLES2Implemenation | gman@chromium.org | 2012-03-29 | 1 | -0/+1 |
* | Make Occlusion Query Sample | gman@chromium.org | 2012-03-15 | 5 | -7/+342 |
* | GPU: Build most of the gpu as a single DLL. | rvargas@google.com | 2012-03-05 | 1 | -0/+1 |
* | Revert 124702 - GPU: Buld most of the gpu as a single DLL. | rvargas@google.com | 2012-03-02 | 1 | -1/+0 |
* | GPU: Buld most of the gpu as a single DLL. | rvargas@google.com | 2012-03-02 | 1 | -0/+1 |
* | Cleanup: Remove even more dead switches. | thestig@chromium.org | 2012-02-07 | 1 | -2/+2 |
* | Change PluginWindowHandle to AcceleratedWidget in ui/gfx/gl | piman@chromium.org | 2012-02-01 | 5 | -10/+10 |
* | Revert "Revert 119430 - Make transferbuffer increase in size dynamically" | gman@chromium.org | 2012-01-27 | 2 | -13/+24 |
* | Revert 119430 - Make transferbuffer increase in size dynamically | kinuko@chromium.org | 2012-01-27 | 2 | -24/+13 |
* | Make transferbuffer increase in size dynamically | gman@chromium.org | 2012-01-27 | 2 | -13/+24 |
* | Revert r118525 / Re-land r118240 - the build failure was a flake. | dpranke@chromium.org | 2012-01-19 | 1 | -1/+2 |
* | Revert r118240 - gles_2_c_lib as a component. | dpranke@chromium.org | 2012-01-19 | 1 | -2/+1 |
* | This change makes gles2_c_lib work as a component. It introduces a gles2_c_li... | dpranke@chromium.org | 2012-01-19 | 1 | -1/+2 |
* | Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-06 | 1 | -0/+1 |
* | Revert 116281 - Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-04 | 1 | -1/+0 |
* | Move paint aggregator and the completion callback factory. | brettw@chromium.org | 2012-01-04 | 1 | -0/+1 |
* | Fix standalone gl demos and conformance tests | gman@chromium.org | 2011-12-15 | 1 | -0/+6 |
* | Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff... | gman@chromium.org | 2011-12-12 | 1 | -1/+1 |
* | Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer" | rsimha@google.com | 2011-12-08 | 1 | -1/+1 |
* | Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer" | gman@chromium.org | 2011-12-07 | 1 | -1/+1 |
* | Revert 113250 - Add CommandBuffer::SetGetBuffer | dglazkov@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Add CommandBuffer::SetGetBuffer | gman@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Add back in compressed_textures sample. | gman@chromium.org | 2011-12-02 | 2 | -0/+444 |
* | base::Bind() conversion for remaining GPU files. | dcheng@chromium.org | 2011-11-22 | 1 | -2/+4 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 1 | -1/+2 |
* | Code cleanup: rename DisallowedExtensions to DisallowedFeature. | zmo@google.com | 2011-09-22 | 1 | -1/+1 |
* | Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler... | apatrick@chromium.org | 2011-09-20 | 2 | -23/+53 |
* | Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler... | rsimha@chromium.org | 2011-09-16 | 2 | -53/+23 |
* | Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom... | apatrick@chromium.org | 2011-09-16 | 2 | -23/+53 |
* | Use Instance* in the Graphics3D constructor rather than Instance&, for | brettw@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | reconstitute moving 3d out of dev CL. (previous attempt was reverted) | nfullagar@google.com | 2011-09-07 | 1 | -3/+3 |
* | Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 1 | -3/+3 |
* | Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 1 | -3/+3 |
* | Remove support for switching draw surfaces on a context.This was originally i... | apatrick@chromium.org | 2011-09-02 | 1 | -3/+1 |
* | Removed config management from Graphics3D API. It will be better handled in t... | alokp@chromium.org | 2011-08-16 | 1 | -1/+1 |
* | Add option to not generate resources on bind in OpenGL ES | gman@chromium.org | 2011-08-16 | 1 | -1/+2 |
* | Updated demo to use resizable plugin element. This exercises the new PPB_Grap... | alokp@chromium.org | 2011-08-02 | 6 | -29/+89 |
* | Reland r93090, which was reverted in r93104. | alokp@chromium.org | 2011-07-27 | 1 | -14/+5 |