summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove duplicate call in AddTransformNodeIfNeededajuma2015-04-111-1/+1
* Don't create sync points when sending resources from browser compositor to Di...jbauman2015-04-115-5/+101
* Translate canvas before rasterizing combined display list SkPicturetrchen2015-04-112-0/+36
* cc: Remove unused parameters to PicturePile::GetInvalidTileRects.jbroman2015-04-102-8/+1
* Remove stale entries from OWNERS filesjamesr2015-04-101-1/+0
* cc: Re-use transforms from transform nodes when computing visible rectsajuma2015-04-104-19/+171
* cc: Adding EXPECT_SCOPED to MainFrameInHighLatencyMode scheduler tests.mithro2015-04-101-4/+4
* Avoid unnecessary renderpass copy in SurfaceAggregatorjbauman2015-04-103-41/+126
* cc: Scale occlusion in delegated renderer layer impl by inverse DSF.vmpstr2015-04-092-8/+72
* Only allow change-of-basis between transform nodes on the same ancestor chainjaydasika2015-04-093-125/+5
* ui: Add --ui-enable-slimming-paint and DisplayItem-backed PaintContext.danakj2015-04-093-9/+15
* Update matrix distance metric to account for snapping.vollick2015-04-091-2/+18
* Remove swap ack throttling to regain performance regression on freon.alexst2015-04-093-27/+11
* cc: Only check axis alignment when we really need toajuma2015-04-091-11/+17
* cc: Remove background ticking from LTHI.mithro2015-04-098-358/+50
* cc: Trigger BeginImplFrameDeadline immediately when invisible.mithro2015-04-092-3/+22
* cc: Split out BeginFrame needed verse proactive for commits.mithro2015-04-092-13/+15
* cc: Plumbing for storing property treesenne2015-04-0910-38/+54
* Revert of cc: Re-use transforms from transform nodes when computing visible r...ajuma2015-04-091-26/+10
* Clean up some dead codehush2015-04-091-4/+0
* cc: Rework tiling set eviction iterator.vmpstr2015-04-085-335/+561
* Add R_8 GPU memory buffers format.dcastagna2015-04-081-0/+4
* cc: Move the quad validation checks to the place quads are inserted.danakj2015-04-081-4/+7
* Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording()thestig2015-04-0811-18/+25
* Improve DCHECK in PropertyTree::UpdateSnappingvollick2015-04-081-1/+2
* cc: Adding testing for commits triggering NeedsBeginFrame.mithro2015-04-081-0/+29
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].emircan2015-04-081-8/+72
* Use NOTREACHED in Display OutputSurfaceClient implementations.jbauman2015-04-082-7/+41
* cc: Optimize TileManager::CleanUpReleasedTiles.vmpstr2015-04-081-6/+4
* [S.P.] Fix rasterize_and_record benchmark to include SkPicture playback time.chrishtr2015-04-072-12/+13
* cc: Re-use transforms from transform nodes when computing visible rectsajuma2015-04-071-10/+26
* cc: Add ResourceId validation checks at the time of AppendQuads.danakj2015-04-0718-12/+105
* cc: Switch tiling set eviction queue to consider combined priority.e.hakkinen2015-04-076-257/+128
* cc: Remove invalidation historyenne2015-04-0712-416/+69
* Refactor delegated scrolling in LayerImplhush2015-04-077-375/+161
* gpu: More specific internalformat requirements for CreateImageCHROMIUM.reveman2015-04-071-5/+3
* cc: Remove GLC macroenne2015-04-049-454/+291
* cc: Remove all traces of synchronous GPU rasterizationhendrikw2015-04-0426-581/+74
* 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
* cc: Add main frame timing info to frame timing tracker.vmpstr2015-04-0312-53/+309
* Implement DisplayList GatherPixelRefsweiliangc2015-04-0319-439/+887
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-0224-247/+466
* cc: Separate tiling set functionality into explicit separate functions.vmpstr2015-04-026-44/+104
* Revert of cc: Trigger BeginImplFrameDeadline immediately when invisible. (pat...tommycli2015-04-022-22/+3
* Re-enable draw properties benchmarkvollick2015-04-021-4/+8
* Hook NotifyReadToDraw in SingleThreadProxy and Defer Draw When Neededweiliangc2015-04-029-54/+164
* Work on GN Windows component build.brettw2015-04-021-2/+0