summaryrefslogtreecommitdiffstats
path: root/cc/output/output_surface_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-3/+2
* Rely on lost context callbacks intead of pollingjamesr@chromium.org2013-12-081-3/+2
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-24/+3
* Move test-only stuff from cc/debug/ to cc/testjamesr@chromium.org2013-10-311-2/+2
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-8/+8
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-1/+2
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-89/+96
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-19/+36
* Add memory manager for software compositor frontbuffers.jbauman@chromium.org2013-09-181-1/+1
* Connect OutputSurface buffer management and document SoftwareOutputDevicerjkroege@chromium.org2013-09-141-0/+53
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-141-1/+6
* cc: Don't leak the texture returned in CopyOutputRequest ever.danakj@chromium.org2013-08-171-2/+4
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-89/+70
* cc: Avoid double ticking RetroactiveBeginFramesbrianderson@chromium.org2013-08-151-7/+64
* aura,cc: Make TestContextProvider usable outside cc.danakj@chromium.org2013-08-131-1/+1
* Add memory policy limit by number of resources.aelias@chromium.org2013-08-031-0/+5
* OutputSurfaceClient::ReleaseGLboliu@chromium.org2013-07-131-63/+7
* cc: Add missing includes of WebGraphicsMemoryAllocation.htfarina@chromium.org2013-07-111-1/+3
* cc: Pipe visibility and memory allocation to DelegatingRendererpiman@chromium.org2013-06-291-1/+65
* cc: Trigger BeginFrames that were just missed retroactivelybrianderson@chromium.org2013-06-201-13/+64
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-191-7/+7
* cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.danakj@chromium.org2013-06-181-12/+14
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-181-12/+147
* Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."reveman@google.com2013-06-171-147/+12
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-131-12/+147
* Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."skaslev@chromium.org2013-06-121-147/+12
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-121-12/+147
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-111-3/+1
* Factor out cc::OutputSurface::InitializeAndSetContext3Dboliu@chromium.org2013-06-071-2/+95
* cc::OutputSurfaceClient::DeferredInitializeboliu@chromium.org2013-06-071-0/+4
* Implement transform/clip support for Android WebView.aelias@chromium.org2013-06-061-0/+2
* cc: Add a unit test to verify BindToClient behaviour.danakj@chromium.org2013-06-051-0/+71