| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...} | danakj@chromium.org | 2013-12-10 | 1 | -3/+2 |
* | Rely on lost context callbacks intead of polling | jamesr@chromium.org | 2013-12-08 | 1 | -3/+2 |
* | Do not give GPU memory to backgrounded compositors. | ccameron@chromium.org | 2013-11-01 | 1 | -24/+3 |
* | Move test-only stuff from cc/debug/ to cc/test | jamesr@chromium.org | 2013-10-31 | 1 | -2/+2 |
* | Move memory allocation/stats structs to gpu:: and remove bazillion copies | jamesr@chromium.org | 2013-10-29 | 1 | -8/+8 |
* | cc: Use HighResNow as timebase if it is fast and reliable | brianderson@chromium.org | 2013-10-25 | 1 | -1/+2 |
* | Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3). | dominikg@chromium.org | 2013-10-23 | 1 | -89/+96 |
* | cc: Implement deadline scheduling disabled by default | brianderson@chromium.org | 2013-09-21 | 1 | -19/+36 |
* | Add memory manager for software compositor frontbuffers. | jbauman@chromium.org | 2013-09-18 | 1 | -1/+1 |
* | Connect OutputSurface buffer management and document SoftwareOutputDevice | rjkroege@chromium.org | 2013-09-14 | 1 | -0/+53 |
* | cc: Always use SetNeedsBeginFrame to request the next BeginFrame | brianderson@chromium.org | 2013-09-14 | 1 | -1/+6 |
* | cc: Don't leak the texture returned in CopyOutputRequest ever. | danakj@chromium.org | 2013-08-17 | 1 | -2/+4 |
* | ContextProvider in OutputSurface | danakj@chromium.org | 2013-08-16 | 1 | -89/+70 |
* | cc: Avoid double ticking RetroactiveBeginFrames | brianderson@chromium.org | 2013-08-15 | 1 | -7/+64 |
* | aura,cc: Make TestContextProvider usable outside cc. | danakj@chromium.org | 2013-08-13 | 1 | -1/+1 |
* | Add memory policy limit by number of resources. | aelias@chromium.org | 2013-08-03 | 1 | -0/+5 |
* | OutputSurfaceClient::ReleaseGL | boliu@chromium.org | 2013-07-13 | 1 | -63/+7 |
* | cc: Add missing includes of WebGraphicsMemoryAllocation.h | tfarina@chromium.org | 2013-07-11 | 1 | -1/+3 |
* | cc: Pipe visibility and memory allocation to DelegatingRenderer | piman@chromium.org | 2013-06-29 | 1 | -1/+65 |
* | cc: Trigger BeginFrames that were just missed retroactively | brianderson@chromium.org | 2013-06-20 | 1 | -13/+64 |
* | cc: Add BeginFrameArgs | brianderson@chromium.org | 2013-06-19 | 1 | -7/+7 |
* | cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes. | danakj@chromium.org | 2013-06-18 | 1 | -12/+14 |
* | cc: Emulate BeginFrame in OutputSurfaces that don't support it natively | brianderson@chromium.org | 2013-06-18 | 1 | -12/+147 |
* | Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..." | reveman@google.com | 2013-06-17 | 1 | -147/+12 |
* | cc: Emulate BeginFrame in OutputSurfaces that don't support it natively | brianderson@chromium.org | 2013-06-13 | 1 | -12/+147 |
* | Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..." | skaslev@chromium.org | 2013-06-12 | 1 | -147/+12 |
* | cc: Emulate BeginFrame in OutputSurfaces that don't support it natively | brianderson@chromium.org | 2013-06-12 | 1 | -12/+147 |
* | Unified OutputSurface::SwapBuffers. | aelias@chromium.org | 2013-06-11 | 1 | -3/+1 |
* | Factor out cc::OutputSurface::InitializeAndSetContext3D | boliu@chromium.org | 2013-06-07 | 1 | -2/+95 |
* | cc::OutputSurfaceClient::DeferredInitialize | boliu@chromium.org | 2013-06-07 | 1 | -0/+4 |
* | Implement transform/clip support for Android WebView. | aelias@chromium.org | 2013-06-06 | 1 | -0/+2 |
* | cc: Add a unit test to verify BindToClient behaviour. | danakj@chromium.org | 2013-06-05 | 1 | -0/+71 |