summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* cc: Removed LCD text settings from the impl side.alokp@chromium.org2014-06-1312-218/+11
* Remove use of kUsePathBoundsForClip_RecordingFlagrobertphillips@google.com2014-06-122-11/+4
* cc: Refactor how picture layers are exposed to the tile manager.reveman@chromium.org2014-06-124-78/+31
* cc: Don't cleanup the pending twin's low res tiling.danakj@chromium.org2014-06-111-6/+2
* Switch Chromium to new Skia SkCanvas::drawPicture methodrobertphillips@google.com2014-06-051-1/+1
* cc: Fix a bug in tile manager raster tile iterator.vmpstr@chromium.org2014-06-031-4/+17
* Support for YUV 4:4:4 subsampling.sandersd@chromium.org2014-06-031-2/+5
* Transfer texture wrap mode in in cc::Resourcesccameron@chromium.org2014-06-023-3/+7
* Allow creating SharedBitmaps backed by new[]jbauman@chromium.org2014-05-302-2/+18
* cc: Change CheckIfReadyToActivate to use unique notifier.vmpstr@chromium.org2014-05-302-21/+8
* cc: Remove gpu-rasterization flag from Tile.alokp@chromium.org2014-05-293-36/+5
* cc: Change PBRWP to use delayed unique notifier.vmpstr@chromium.org2014-05-292-58/+18
* Re-land: cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-274-59/+90
* cc: Fix tiling raster tile iterator to handle initializing tiles.vmpstr@chromium.org2014-05-272-5/+7
* Revert 272635 "cc: Examine layers to determine if we're ready to..."kbr@chromium.org2014-05-244-90/+59
* cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-234-59/+90
* cc: Get rid of rasterizer delegate.alokp@chromium.org2014-05-225-181/+21
* cc: Prevent tiles that are required for activation from being placed in NEVER...reveman@chromium.org2014-05-222-11/+27
* cc: Allow DeferredInitialize to use DelegatingRendererboliu@chromium.org2014-05-222-2/+13
* Remove unused function in PictureLayerTilingenne@chromium.org2014-05-212-10/+1
* cc: Reset raster scale if we didn't sync high res tiling.vmpstr@chromium.org2014-05-202-11/+17
* Reland "cc: Remove layers that are not drawn from tile manager."vmpstr@chromium.org2014-05-172-0/+16
* cc: Change tile manager perftest to use layers.vmpstr@chromium.org2014-05-163-182/+182
* Revert "cc: Remove layers that are not drawn from tile manager."vmpstr@chromium.org2014-05-142-16/+0
* cc: Remove layers that are not drawn from tile manager.vmpstr@chromium.org2014-05-132-0/+16
* Use LapTimer in rasterize_and_record micro benchmark.dominikg@chromium.org2014-05-135-5/+5
* cc: Discard SkCanvas (frame-buffer) before rasterization.alokp@chromium.org2014-05-132-0/+2
* Make --enable-delegated-renderer show stuff on Macccameron@chromium.org2014-05-131-1/+0
* cc: Fix tile manager raster tile iterator perftest.vmpstr@chromium.org2014-05-121-4/+5
* cc: Do not limit number of raster tasks for upload limit.alokp@chromium.org2014-05-103-23/+6
* Use ThreadNow() in LapTimer if supported.dominikg@chromium.org2014-05-091-45/+28
* cc: Move soon bin apron from tile manager to tiling.vmpstr@chromium.org2014-05-094-32/+97
* Add flag to enable rendering of text using signed distance fields.jvanverth@google.com2014-05-0714-54/+85
* cc: Make IOSurfaces transportable.piman@chromium.org2014-05-062-37/+20
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-063-11/+17
* cc: Use SkRecord recording back-end in bleeding edge rendering modeskyostil@chromium.org2014-05-066-61/+88
* Abstract and overhaul V4L2 HW encode classes.posciak@chromium.org2014-05-061-0/+1
* cc: Fix numbers that we report to the HUDvmpstr@chromium.org2014-05-021-1/+1
* Enable disabling WebCore::GraphicsContext in telemetry.schenney@chromium.org2014-05-022-18/+28
* Revert of cc: Change required_for_activation bookkeeping. (https://codereview...kbr@chromium.org2014-05-011-24/+4
* cc: Add initial GPU-to-GPU copy rasterizer implementation.reveman@chromium.org2014-05-015-1/+405
* cc: Change required_for_activation bookkeeping.vmpstr@chromium.org2014-05-011-4/+24
* cc: Delete GrContext resources when tab becomes invisible.alokp@chromium.org2014-04-301-0/+1
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-2/+2
* Hack SkRecord in as an alternate recording mode in cc/resources/picture.mtklein@chromium.org2014-04-303-3/+47
* cc: prevent TileManager raster/eviction tile iterators copy.vmpstr@chromium.org2014-04-302-12/+12
* cc: Add support for partial swaps when using impl-side painting by only sohan.jyoti@samsung.com2014-04-294-0/+6
* cc: Remove unused_memory_limit_in_bytes field from GlobalStateThatImpactsTile...reveman@chromium.org2014-04-285-13/+15
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-241-1/+1
* Update Chromium to new Skia headers & beginRecording signaturerobertphillips@google.com2014-04-247-22/+27