summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* TextureLayer: Consume/Produce mailbox at commit time.piman@chromium.org2013-02-225-74/+165
* cc: Unify usage of "upload" in TileManagerskyostil@chromium.org2013-02-222-21/+21
* cc: Added more items into RasterTask(Meta)Datavmpstr@chromium.org2013-02-212-27/+32
* Expose FS show/hide thresholds to Command Linedtrainor@chromium.org2013-02-218-24/+208
* cc: fix HudLayer to be sized by deviceegraether@chromium.org2013-02-201-3/+6
* cc: Rasterize cheap tiles immediatelyskyostil@chromium.org2013-02-209-73/+176
* [Android] Use 1/4 scale low resolution tiles on Nexus 10skyostil@chromium.org2013-02-202-0/+5
* Removed two unncessary calls to DidTileTreeBinChangewhunt@chromium.org2013-02-201-9/+4
* cc: Add RingBuffer::Iterator to simplify buffer iterationegraether@chromium.org2013-02-208-73/+99
* cc: SolidColorQuad-based scrollbars for Androidaelias@chromium.org2013-02-205-0/+165
* cc: Don't sync tilings to layers that don't draw content.danakj@chromium.org2013-02-201-0/+2
* cc: Compute the inflated rect to cover a fixed number of tiles.danakj@chromium.org2013-02-205-13/+411
* cc: Don't consider HUD layer for touchesvmpstr@chromium.org2013-02-202-0/+59
* avoiding unnecessary float-double conversionswhunt@chromium.org2013-02-191-4/+4
* cc: Add raster debug colors to aid in debugging paint problems.reveman@chromium.org2013-02-183-0/+29
* Ensure top controls can be reshown if hidden on small nonscrollable pages.tedchoc@chromium.org2013-02-172-0/+41
* Make compositor tests build on Win64jschuh@chromium.org2013-02-161-0/+6
* Shrink texture uploader when not visible.piman@chromium.org2013-02-165-0/+17
* [cc] Sort tiles based on distance to screen after time, and before content rectnduca@chromium.org2013-02-162-1/+9
* cc: Avoid unnecessary blending with impl-side painting.reveman@chromium.org2013-02-164-0/+5
* This change adds the rasterize time of tiles labeled NOW_BIN of the pending treeegraether@chromium.org2013-02-1510-15/+93
* cc: Add PictureLayerImpl::AsValueenne@chromium.org2013-02-1511-0/+78
* Add missing nullity check to LayerTreeHostAnimationTestAnimationFinishedEventsvollick@chromium.org2013-02-151-4/+11
* cc: Fix up const reference argument passing for UpdateTilePriorities.danakj@chromium.org2013-02-154-7/+7
* cc: Updated code to properly serialize tiles to jsonvmpstr@chromium.org2013-02-154-12/+33
* cc: Changed Now to HighResNow in tile manager timingsvmpstr@chromium.org2013-02-151-6/+6
* cc: Sync raster scales when commiting/activatingenne@chromium.org2013-02-151-1/+14
* cc: Check for completed raster tasks at interval.reveman@google.com2013-02-146-45/+193
* cc: Limit the total number of uploads.epenner@chromium.org2013-02-141-1/+5
* [cc] A few tracing fixesnduca@chromium.org2013-02-142-1/+3
* cc: Only allow trees created at the current viewport size to draw.aelias@chromium.org2013-02-145-3/+39
* Have a common implementation of cc::OutputSurface instead of multiple duplica...skaslev@chromium.org2013-02-1321-201/+170
* cc: Avoid posting renewTreePriority tasks with negative delay.reveman@chromium.org2013-02-131-4/+4
* changing std::vector to std::set for all_tiles_nduca@chromium.org2013-02-132-17/+16
* cc: Disable partial updates when impl-side painting is used.reveman@chromium.org2013-02-131-1/+1
* [cc] Pass metadata about a tile to the raster system for benchmarksnduca@chromium.org2013-02-132-2/+26
* cc: Fix resource provider fences and add DCHECKs.epenner@chromium.org2013-02-132-5/+10
* cc: remove FontAtlasegraether@chromium.org2013-02-1314-303/+0
* cc: Disable RenderSurface caching.danakj@chromium.org2013-02-135-0/+20
* Revert "cc: Clamp texture coordinates in all tile shaders"brianderson@chromium.org2013-02-134-120/+24
* cc: Stretch textures by .5 texels to prevent out of bounds samplingbrianderson@chromium.org2013-02-138-23/+68
* cc: Prevent premature activation during prefer smoothnessnduca@chromium.org2013-02-131-5/+13
* Added a vector to TileManager to explicitly track live or allocated tiles.nduca@chromium.org2013-02-133-101/+88
* cc: Avoid power of two textures.epenner@chromium.org2013-02-136-6/+20
* cc: Disable memory management in the browser compositor.epenner@chromium.org2013-02-133-1/+4
* [cc] Only NOW-binned tiles should contribute to over-memory accountingnduca@chromium.org2013-02-121-5/+8
* [cc] Dont throw away tiles that stop movingnduca@chromium.org2013-02-121-3/+0
* [cc] Apply sublayer transform about anchor instead of about layer center.shawnsingh@chromium.org2013-02-122-24/+41
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-1228-37/+303
* cc: Fix tile manager shutdown by aborting all pending uploads.reveman@google.com2013-02-124-9/+65