summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Expand)AuthorAgeFilesLines
* Merge 278887 "cc: Support on demand raster with gpu rasterization"boliu@chromium.org2014-07-137-33/+6
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-196-45/+0
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-192-5/+12
* Mac ÜC: Enable back-pressure for the browser compositorccameron@chromium.org2014-06-121-2/+1
* cc: Fix negative EstimatedParentDrawTimesbrianderson@chromium.org2014-06-112-3/+3
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-103-1/+6
* Revert of Invert DSF to map from delegated frame to layer space (https://code...acleung@chromium.org2014-06-073-6/+1
* Use the factory to create SkGpuDevice objects.rosca@adobe.com2014-06-061-7/+22
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-063-1/+6
* Gracefully handling texture creation failuresugoi@chromium.org2014-06-061-0/+2
* use setInfo instead of (deprecated) setConfigreed@google.com2014-06-031-3/+3
* Re-land: cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-281-0/+18
* Revert 272565 "Re-land: cc: Fail more visibly when sync queries ..."kbr@chromium.org2014-05-231-18/+0
* Re-land: cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-231-0/+18
* cc: Show success or failure in the trace event for CopyOutputRequest.danakj@chromium.org2014-05-221-1/+2
* cc: Allow DeferredInitialize to use DelegatingRendererboliu@chromium.org2014-05-224-2/+15
* Make delegated software renderer work on Macccameron@chromium.org2014-05-213-10/+16
* Adding gtest helpers for BeginFrameArgs.mithro@mithis.com2014-05-193-5/+84
* Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.danakj@chromium.org2014-05-1510-157/+24
* Make ui::Snapshot asynchronous on Android, remove CompositeAndReadback.danakj@chromium.org2014-05-154-4/+2
* setLocalMatrix is deprecated, so pass the matrix to the factoryreed@google.com2014-05-141-8/+6
* Revert 270265 "cc: Fail more visibly when sync queries are not w..."kbr@chromium.org2014-05-141-18/+0
* cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-141-0/+18
* cc: Removed deadcode GlRenderer::InitializeGrContext.alokp@chromium.org2014-05-131-1/+0
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-121-7/+6
* Use Async readbacks in the SoftwareRenderer unit tests.danakj@chromium.org2014-05-111-106/+105
* Use factory methods for Skia effects in unit tests.dominikg@chromium.org2014-05-113-11/+11
* Scrub deprecated Skia APIs.fmalita@chromium.org2014-05-101-2/+2
* Making BeginFrameArgs work with TRACE_EVENT system.mithro@mithis.com2014-05-102-0/+13
* Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...mithro@mithis.com2014-05-103-17/+2
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-083-292/+276
* Add flag to enable rendering of text using signed distance fields.jvanverth@google.com2014-05-074-21/+26
* Support videos with JPEG color range in GPU YUV convert path.rileya@chromium.org2014-05-032-27/+193
* Replace call to SkComposeImageFilter constructor with call to factory.dominikg@chromium.org2014-05-011-1/+1
* cc: Add initial GPU-to-GPU copy rasterizer implementation.reveman@chromium.org2014-05-012-4/+2
* cc: Delete GrContext resources when tab becomes invisible.alokp@chromium.org2014-04-3011-53/+130
* Trace the lifetime of CopyOutputRequestjdduke@chromium.org2014-04-281-1/+6
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-264-361/+34
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-2415-107/+11
* cc: Use the onscreen context to perform composited ganesh filters.danakj@chromium.org2014-04-243-68/+117
* cc: Remove code paths for branches that are always true.danakj@chromium.org2014-04-232-19/+10
* cc: Use CHROMIUM_sync_query in GLRenderer when available.reveman@chromium.org2014-04-232-22/+108
* cc: Remove duplicate transform logic in GLRendererenne@chromium.org2014-04-221-10/+5
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-184-121/+52
* Implementation of Window Shape using SkAlphaThresholdFilterzork@chromium.org2014-04-164-2/+104
* Remove Skia legacy API from Chrome.dominikg@chromium.org2014-04-151-7/+7
* cc: Remove use of "internal" namespace for TaskGraph.reveman@chromium.org2014-04-134-17/+15
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-124-172/+165
* Always set using_map_image when using software renderer.jbauman@chromium.org2014-04-092-2/+2
* cc: Use read lock for source texture in ApplyImageFilter().dongseong.hwang@intel.com2014-04-091-2/+2