summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-2310-103/+39
* cc: Send updated tile priority with tiles into tracing.vmpstr2015-03-236-36/+61
* Add texture compression interface and ETC1 encoder.christiank2015-03-235-0/+705
* cc: Add priority rects to tracing.vmpstr2015-03-191-0/+5
* cc: Fix skewport mathenne2015-03-192-4/+26
* cc: Use RectToSkRect in Picture for less code.danakj2015-03-191-5/+1
* Updated layer_quads to deal with degenerate cases more gracefully.awoloszyn2015-03-183-6/+43
* cc: Remove is_analysis parameter in RasterCommonjungjik.lee2015-03-184-30/+16
* cc: Make TileManager not call SetIsLikelyToRequireADraw unnecessarily.sunnyps2015-03-182-5/+43
* cc: Use history from two calls ago for skewport calculation.vmpstr2015-03-183-17/+103
* cc: Hide display list tracing behind cc.debug.picture.danakj2015-03-131-2/+2
* cc: Release pixel refs after decoding images.reveman2015-03-131-0/+4
* Raster into an SkPicture before rendering a DisplayList.schenney2015-03-123-5/+55
* Splitting of layers for correct intersectionsawoloszyn2015-03-122-15/+61
* cc: Remove unused references to header fileshuayong.xu2015-03-123-4/+0
* gpu-raster: Check for NULL sk_surface in GpuRasterizer::RasterizeSource.vmiura2015-03-112-2/+36
* Revert of Raster into an SkP before rendering a DisplayList. (patchset #2 id:...adamk2015-03-113-55/+5
* Revert of Splitting of layers for correct intersections (patchset #20 id:3700...gab2015-03-112-61/+15
* Raster into an SkPicture before rendering a DisplayList.schenney2015-03-113-5/+55
* Splitting of layers for correct intersectionsawoloszyn2015-03-112-15/+61
* Fix a comment and remove an unnecessary "explicit" keyword.wtc2015-03-111-3/+3
* Move PixelRefMap and its Iterator out from Picture classweiliangc2015-03-108-471/+565
* Revert of Raster into an SkP before rendering a DisplayList. (patchset #2 id:...chrishtr2015-03-063-55/+5
* Raster into an SkPicture before rendering a DisplayList.schenney2015-03-063-5/+55
* cc: Make raster queues easier to change.vmpstr2015-03-062-99/+262
* Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1...dongseong.hwang2015-03-051-7/+3
* cc: Make ResourceProvider use bindless Produce/ConsumeTextureCHROMIUMsohan.jyoti2015-03-052-64/+63
* cc: Refactored UpdateTilingsToCurrentRasterSource a bit; added commentsvmpstr2015-03-032-38/+54
* Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of ht...ulan2015-03-031-3/+7
* gpu: introduce glCopySubTextureCHROMIUMdongseong.hwang2015-03-031-7/+3
* Revert of Splitting of layers for correct intersections (patchset #17 id:3100...eroman2015-02-272-61/+15
* Splitting of layers for correct intersectionsawoloszyn2015-02-272-15/+61
* cc: Clear the invalidation history when moving between compositors.danakj2015-02-265-0/+20
* Add ScopedAllowWait to TaskGraphRunner to Avoid Crash in Shutdownweiliangc2015-02-261-0/+1
* Refactor BenchmarkingCanvas to avoid internal Skia dependenciesfmalita2015-02-262-6/+5
* Remove unused transparency display items.pdr2015-02-262-145/+0
* Add layer bounds to compositing_dislay_itempdr2015-02-252-4/+21
* Add a compositing display item which replaces transparency display itempdr2015-02-242-0/+153
* Moved renderer implementation from media/filters/ to media/renderers/servolk2015-02-241-1/+1
* Revert of Revert of cc: Increase kMaxCopyOperations to 32. (patchset #1 id:1 ...zmo2015-02-241-1/+1
* Revert of cc: Increase kMaxCopyOperations to 32. (patchset #1 id:1 of https:/...zmo2015-02-231-1/+1
* cc: Increase kMaxCopyOperations to 32.reveman2015-02-231-1/+1
* Fix Enum Style Throughout CC.ericrk2015-02-2014-298/+267
* cc: Fix MSAA when threaded GPU rasterization is enabled.senorblanco2015-02-201-1/+1
* cc: Make VideoResourceUpdater use CopyToResource instead of SetPixels.danakj2015-02-192-8/+37
* Resolve FIXMEs in cc for Display Item Lists.schenney2015-02-193-29/+37
* cc: Stop using TextureUploader for UIResources, HUD, and tests.danakj2015-02-194-55/+103
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-1913-68/+110
* cc: Remove unused PictureDrawQuad support from GLRenderer.danakj2015-02-195-25/+66
* cc: Fix crash in TileTaskWorkerPoolPerfTests.e.hakkinen2015-02-181-0/+2