| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Implement DelegatingRender::drawFrame() method. | danakj@chromium.org | 2013-01-09 | 1 | -4/+2 |
* | Move filters to RenderPassDrawQuad | piman@chromium.org | 2012-12-21 | 1 | -18/+10 |
* | cc: Chromium-stylify the FakeWebGraphicsContext3D class. | danakj@chromium.org | 2012-12-19 | 1 | -1/+1 |
* | Send compositor frame IPC with metadata. | aelias@chromium.org | 2012-12-18 | 1 | -19/+21 |
* | cc: Unify namespaces for all test files | enne@chromium.org | 2012-12-16 | 1 | -1/+0 |
* | [Android WebView] Tie together Chrome's browser compositor with the Android V... | leandrogracia@chromium.org | 2012-12-15 | 1 | -0/+67 |
* | [cc] Make LayerImpls point at LayerTreeImpl instead of LTHI | nduca@chromium.org | 2012-12-11 | 1 | -1/+1 |
* | Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ... | jamesr@chromium.org | 2012-12-08 | 1 | -18/+18 |
* | cc: Move WebCompositorOutputSurface and related classes into cc/ | danakj@chromium.org | 2012-12-07 | 1 | -14/+14 |
* | cc: Pass LayerTreeHostImpl to LayerImpl constructor | enne@chromium.org | 2012-12-07 | 1 | -2/+7 |
* | cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface | danakj@chromium.org | 2012-12-06 | 1 | -10/+10 |
* | Revert 171403 | danakj@chromium.org | 2012-12-06 | 1 | -10/+10 |
* | cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface | danakj@chromium.org | 2012-12-06 | 1 | -10/+10 |
* | Use nearest neighbor filtering for non-translated quads | skyostil@chromium.org | 2012-12-04 | 1 | -13/+37 |
* | cc: Give ownership of render passes to the renderer when drawing a frame. | danakj@chromium.org | 2012-12-04 | 1 | -2/+2 |
* | Texture Draw Calls Coalescing | whunt@chromium.org | 2012-11-30 | 1 | -0/+2 |
* | Animation code is not yet migrated by this patch, due to WebTransformOperations. | shawnsingh@chromium.org | 2012-11-27 | 1 | -3/+3 |
* | cc: Make RenderPass into a struct-like class. | danakj@chromium.org | 2012-11-21 | 1 | -7/+9 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -5/+0 |
* | Avoid redundantly setting tex parameters | jamesr@chromium.org | 2012-11-13 | 1 | -4/+18 |
* | cc: Remove forbidden using namespace directives. | tfarina@chromium.org | 2012-11-10 | 1 | -2/+3 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -1/+0 |
* | Avoid setting activeTexture redundantly | jamesr@chromium.org | 2012-11-10 | 1 | -0/+55 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -5/+1 |
* | cc: Rename PrioritizedTexture to PrioritizedResource. | reveman@google.com | 2012-11-07 | 1 | -2/+2 |
* | cc: Fix style for comments at the end of namespaces | danakj@chromium.org | 2012-11-05 | 1 | -0/+4 |
* | A speculative Revert for r165872 - Remove static thread pointers from CC, att... | hbono@chromium.org | 2012-11-05 | 1 | -1/+5 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -5/+1 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -1/+5 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -5/+1 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -2/+2 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -3/+0 |
* | Revert 165050 - Remove WebKit::Platform dependencies from cc | sergeyu@chromium.org | 2012-10-30 | 1 | -0/+3 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -3/+0 |
* | Attach GPU memory management IPCs and structures from the compositor through ... | ccameron@chromium.org | 2012-10-30 | 1 | -1/+61 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 1 | -1/+1 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 1 | -69/+69 |
* | Conditionalize memory allocation limit based on visibility | ccameron@chromium.org | 2012-10-22 | 1 | -1/+2 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -3/+3 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -69/+69 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -69/+69 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Remove GraphicsContext3D:: stubs from cc | jamesr@chromium.org | 2012-10-18 | 1 | -4/+4 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 1 | -2/+2 |
* | cc: Remove wtf usage from test code | enne@chromium.org | 2012-10-18 | 1 | -6/+6 |
* | Set memory allocation with visibility, instead of through manager. | ccameron@chromium.org | 2012-10-17 | 1 | -1/+0 |