summaryrefslogtreecommitdiffstats
path: root/cc/tiles
Commit message (Expand)AuthorAgeFilesLines
* Add more out of line copy ctors for complex classes.vmpstr2016-03-244-0/+8
* Handle out of order tile priorities when building graphericrk2016-03-241-6/+14
* Transfer LayerImpl ownership to LayerTreeImplvollick2016-03-222-17/+20
* cc: Remove a default constructor argument.vmpstr2016-03-212-1/+5
* Use preferred format to allocate memory for decoded imagesbashi2016-03-182-6/+40
* cc: Add test for the fix in https://codereview.chromium.org/1808043002/vmpstr2016-03-171-0/+67
* cc: Ensure to process active low res pending high res tilings at rastervmpstr2016-03-171-5/+5
* cc: Remove some unnecessary const scoped_refptr&.vmpstr2016-03-164-11/+13
* cc: Skip image predecode tasks for LOW_RESOLUTION tiles.vmpstr2016-03-151-5/+14
* cc: ImageDecodes: Make erasing pending tasks more robust.vmpstr2016-03-141-8/+19
* CC Animation: Erase cc::LayerSettings everywhere.loyso2016-03-141-8/+7
* cc: Don't ref ptr -> raw ptr -> ref ptr for raster_source.vmpstr2016-03-125-32/+30
* cc: ImageDecodes: Remove ref counting from SIDC::DecodedImage.vmpstr2016-03-112-27/+25
* cc: ImageDecodes: Fix a possible 0-ref count locked image.vmpstr2016-03-101-0/+9
* DrawImage updatesericrk2016-03-092-164/+95
* GpuImageDecodeController should return new taskericrk2016-03-081-0/+1
* Set debug color for borders of compressed tiles.auygun2016-03-071-0/+4
* cc: Fix interchange of red and blue content when using ETC1_RGB8_OES texturesradu.velea2016-03-071-2/+1
* cc: ImageDecodes: Skip allocating a temporary buffer for subrect pixelsvmpstr2016-03-031-35/+7
* cc: Move SyncedScrollOffset to scroll treesunxd2016-03-031-2/+2
* cc: ImageDecodes: Always use original decode for bilerp.vmpstr2016-03-031-46/+9
* cc: ImageDecodes: Use LRU scheme for unlocked decode eviction.vmpstr2016-03-032-52/+45
* cc: ImageDecodes: Cleanup CanHandleImagevmpstr2016-03-032-19/+9
* cc: Separate ImageDecodeController into software and gpu parts.vmpstr2016-03-038-382/+554
* Revert of Introduce LayerListImpl (patchset #11 id:200001 of https://coderevi...vollick2016-03-012-4/+4
* Revert of Use LTHI's *_list() accessors whenever possible (patchset #1 id:1 o...vollick2016-03-012-4/+4
* Use LTHI's *_list() accessors whenever possiblevollick2016-03-012-4/+4
* Introduce LayerListImplvollick2016-03-012-4/+4
* cc: ImageDecodes: handle low quality filters.vmpstr2016-03-013-111/+434
* cc : Track opacity changes for damage rect without layer tree hierarchyjaydasika2016-03-011-1/+1
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-292-16/+15
* Reland Allow one-copy and zero-copy task tile worker pools to use compressed ...auygun2016-02-221-2/+0
* Delete CalcDrawPropsweiliangc2016-02-191-1/+0
* cc: Imagedecodes: Clip the src_rect to the image rect.vmpstr2016-02-172-9/+121
* Revert of cc: Imagedecodes: Clip the src_rect to the image rect. (patchset #2...vmpstr2016-02-122-121/+9
* cc: Imagedecodes: Clip the src_rect to the image rect.vmpstr2016-02-112-9/+121
* cc: Images: Remove extra erase + unlock memory before deleting it.vmpstr2016-02-041-10/+14
* cc: Ensure ImageDecodeController handles negative scales.vmpstr2016-02-031-7/+0
* cc: Handle readPixels failure in image decodes.vmpstr2016-02-022-3/+16
* cc: Skip drawing 0-sized images.vmpstr2016-02-012-7/+41
* Switch cc to std::unordered_*.davidben2016-01-284-46/+39
* cc: Early out of UpdateTiles for resoureceless drawboliu2016-01-261-10/+5
* cc: Move more traces to be disabled-by-default around tile management.vmpstr2016-01-262-16/+25
* cc: Don't allocate 0-size discardable memory.vmpstr2016-01-261-2/+6
* Allow std::unordered_*.davidben2016-01-221-5/+6
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-211-6/+5
* Allow std::unordered_*.davidben2016-01-211-5/+6
* cc: Add image decode control in the compositor.vmpstr2016-01-195-90/+1752
* cc: Do solid color analysis before scheduling tiles.sohan.jyoti2016-01-134-61/+86
* Add task categories to the task graphericrk2016-01-132-14/+55