summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove tile sharing from tilings.vmpstr2015-04-2920-752/+939
* cc: Remove save/restore from DrawingDisplayItem::Raster.jbroman2015-04-291-2/+2
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+1
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-2720-937/+753
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-252-0/+6
* cc: Some more cleanup and removing TODOs for validating resources.danakj2015-04-242-5/+4
* cc: Remove tile sharing from tilings.vmpstr2015-04-2420-753/+937
* Revert of ui: Cache the output of View::OnPaint when the View isn't invalid. ...jdonnelly2015-04-232-6/+0
* cc: Turn ResourceProvider::ValidateResources into DCHECK-only code.danakj2015-04-231-3/+2
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-232-0/+6
* Add support for painting disabled mode for Slimming Paintschenney2015-04-234-11/+16
* Pass ResourceIdSet into ResourceProvider::DeclareUsedResourceFromChild.jbauman2015-04-183-51/+79
* Avoid creating a sorted vector of resources in ResourceProvider::ReceiveRetur...jbauman2015-04-182-57/+7
* cc: VideoResourceUpdater: don't dismiss the sync_point given by the compositorlionel.g.landwerlin2015-04-161-6/+20
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-168-60/+87
* Speculative revert by sheriffBartosz Fabianowski2015-04-168-87/+60
* cc: Add UMA stats for record and raster time.jbroman2015-04-163-0/+36
* cc: Consider resolution when checking HigherPriorityTree.vmpstr2015-04-152-8/+71
* cc: Make DisplayItemList::Append replay into an SkPictureajuma2015-04-158-60/+87
* Remove ResourceProvider::RESOURCE_TYPE_INVALIDboliu2015-04-143-113/+77
* Don't create sync points when returning resources from Display to browser com...jbauman2015-04-143-2/+45
* cc: Remove use of MessageLoopProxyskyostil2015-04-134-11/+18
* Change GpuMemoryBuffer::GetStride interface from unsigned to signed.dcastagna2015-04-123-2/+3
* Remove DeferredInitialize from ccboliu2015-04-113-85/+23
* Don't create sync points when sending resources from browser compositor to Di...jbauman2015-04-112-4/+86
* Translate canvas before rasterizing combined display list SkPicturetrchen2015-04-112-0/+36
* cc: Remove unused parameters to PicturePile::GetInvalidTileRects.jbroman2015-04-102-8/+1
* ui: Add --ui-enable-slimming-paint and DisplayItem-backed PaintContext.danakj2015-04-092-8/+8
* cc: Rework tiling set eviction iterator.vmpstr2015-04-085-335/+561
* Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording()thestig2015-04-087-12/+16
* cc: Optimize TileManager::CleanUpReleasedTiles.vmpstr2015-04-081-6/+4
* cc: Add ResourceId validation checks at the time of AppendQuads.danakj2015-04-072-1/+10
* cc: Switch tiling set eviction queue to consider combined priority.e.hakkinen2015-04-074-133/+48
* cc: Remove invalidation historyenne2015-04-078-407/+66
* gpu: More specific internalformat requirements for CreateImageCHROMIUM.reveman2015-04-071-5/+3
* cc: Remove GLC macroenne2015-04-042-80/+52
* cc: Remove all traces of synchronous GPU rasterizationhendrikw2015-04-0414-441/+62
* cc: Make the invalidation frequency buffer bigger.vmpstr2015-04-032-15/+22
* cc: This use-after-free issue has been resolved and these CHECKs are no longe...reveman2015-04-031-3/+2
* cc: Fix DCHECK: only call compute priority for valid tiles.vmpstr2015-04-031-2/+5
* cc: CHECK that resource ids are non-zero when passed to ResourceProviderdanakj2015-04-031-0/+2
* Implement DisplayList GatherPixelRefsweiliangc2015-04-0310-420/+735
* cc: Separate tiling set functionality into explicit separate functions.vmpstr2015-04-025-39/+91
* Revert of Implement DisplayList GatherPixelRefs (patchset #5 id:80001 of http...weiliangc2015-04-0110-708/+420
* Revert of Revert of Implement DisplayList GatherPixelRefs (patchset #1 id:1 o...weiliangc2015-04-0110-420/+708
* Revert of Implement DisplayList GatherPixelRefs (patchset #5 id:80001 of http...weiliangc2015-04-0110-708/+420
* Implement DisplayList GatherPixelRefsweiliangc2015-04-0110-420/+708
* cc: Fix memory limit edge cases for SetIsLikelyToRequireADraw.sunnyps2015-03-273-3/+75
* We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...emircan2015-03-272-6/+15
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-2310-103/+39