| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix flaky test LayerTreeHostTestMaxTransferBufferUsageBytes. | danakj@chromium.org | 2014-06-10 | 1 | -1/+5 |
* | cc: Do not limit number of raster tasks for upload limit. | alokp@chromium.org | 2014-05-10 | 1 | -5/+0 |
* | Rearrange GLImage API to create them with a usage type | alexst@chromium.org | 2014-05-06 | 1 | -2/+3 |
* | cc: Use CHROMIUM_sync_query for CopyResource. | reveman@chromium.org | 2014-04-22 | 1 | -0/+3 |
* | gpu: Generate mailboxes on client side | piman@chromium.org | 2014-02-15 | 1 | -4/+0 |
* | Remove unnecessary cc::FakeWebGraphicsContext3D interface | jamesr@chromium.org | 2014-02-07 | 1 | -93/+164 |
* | Remove remaining blink/WebKit refs from cc | jamesr@chromium.org | 2014-01-15 | 1 | -6/+6 |
* | Remove WebString refs from cc/, they are all dead code | jamesr@chromium.org | 2014-01-14 | 1 | -1/+0 |
* | cc: ContextProvider::Capabilities compose gpu::Capabilities | boliu@chromium.org | 2014-01-12 | 1 | -7/+7 |
* | Remove unnecessary use of blink typedefs | jamesr@chromium.org | 2014-01-11 | 1 | -124/+118 |
* | Decouple cc::FakeWebGraphicsContext3D from blink::WGC3D | jamesr@chromium.org | 2014-01-10 | 1 | -101/+130 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 1 | -11/+0 |
* | cc: Inline GLRenderer::Initialize into the constructor | danakj@chromium.org | 2013-12-09 | 1 | -3/+1 |
* | Rely on lost context callbacks intead of polling | jamesr@chromium.org | 2013-12-08 | 1 | -6/+2 |
* | cc: Allow copy requests to provide a texture. | danakj@chromium.org | 2013-12-03 | 1 | -0/+7 |
* | ResourceProvider should be able to avoid allocating immutable textures. | rosca@adobe.com | 2013-11-21 | 1 | -0/+3 |
* | Make TestWebGraphicsContext3D capable of tracking texture parameters via texP... | mvujovic@adobe.com | 2013-11-21 | 1 | -0/+9 |
* | CC: Account for memory assigned to raster tasks. | epenner@chromium.org | 2013-11-08 | 1 | -0/+5 |
* | Rename WebKit namespace to blink (part 5) | abarth@chromium.org | 2013-11-07 | 1 | -94/+94 |
* | Remove WGC3D::isContextLost references from cc | jamesr@chromium.org | 2013-11-06 | 1 | -1/+0 |
* | Consolidate test contexts and remove unused ones | jamesr@chromium.org | 2013-11-05 | 1 | -1/+29 |
* | cc: Reduce command buffer flushes related to creating texture ids. | reveman@chromium.org | 2013-11-01 | 1 | -0/+3 |
* | Move test-only stuff from cc/debug/ to cc/test | jamesr@chromium.org | 2013-10-31 | 1 | -0/+322 |
* | aura,cc: Make TestContextProvider usable outside cc. | danakj@chromium.org | 2013-08-13 | 1 | -297/+0 |
* | aura: Remove CreateOffscreenContext from ui::ContextFactory. | danakj@chromium.org | 2013-08-13 | 1 | -8/+11 |
* | Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."" | hubbe@chromium.org | 2013-07-23 | 1 | -0/+2 |
* | Implement shareResources==true in TestWebGraphicsContext3D | piman@chromium.org | 2013-07-17 | 1 | -25/+46 |
* | cc: Don't DeleteResource while holding write lock. | danakj@chromium.org | 2013-07-16 | 1 | -0/+4 |
* | Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..." | nick@chromium.org | 2013-07-12 | 1 | -2/+0 |
* | cc: Add missing includes of WebGraphicsMemoryAllocation.h | tfarina@chromium.org | 2013-07-11 | 1 | -0/+2 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-04 | 1 | -0/+2 |
* | Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-03 | 1 | -2/+0 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-03 | 1 | -0/+2 |
* | Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-02 | 1 | -2/+0 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-02 | 1 | -0/+2 |
* | cc: Pipe visibility and memory allocation to DelegatingRenderer | piman@chromium.org | 2013-06-29 | 1 | -0/+7 |
* | Skip raster if MapImage fails | boliu@chromium.org | 2013-06-17 | 1 | -0/+11 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | cc::OutputSurfaceClient::DeferredInitialize | boliu@chromium.org | 2013-06-07 | 1 | -0/+4 |
* | cc: Add new RasterWorkerPool interface. | reveman@chromium.org | 2013-06-03 | 1 | -0/+29 |
* | Part 1/3 (compositor) of adding with device scale factor to transport surfaces | ccameron@chromium.org | 2013-05-24 | 1 | -1/+2 |
* | DelegatingRenderer: send frame on SwapBuffers instead of DrawFrame | piman@chromium.org | 2013-05-08 | 1 | -0/+7 |
* | cc: Make async readback path use async glReadPixels. | danakj@chromium.org | 2013-05-01 | 1 | -1/+37 |
* | cc: Don't change the LayerTreeSettings impl painting sizes. | danakj@chromium.org | 2013-04-23 | 1 | -0/+7 |
* | cc: Move video upload to VideoResourceUpdater. | danakj@chromium.org | 2013-04-10 | 1 | -0/+6 |
* | Part 2 of cc/ directory shuffles: debug | jamesr@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | cc: Route offscreen context creation for compositor to the browser. | danakj@chromium.org | 2013-02-22 | 1 | -0/+6 |
* | Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting() | jamesr@chromium.org | 2013-02-12 | 1 | -0/+151 |