summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch back to the original brightness filter implementation.fmalita@google.com2013-02-122-15/+31
* cc: Recreate small layer tiles when size changesenne@chromium.org2013-02-121-0/+2
* Made uses of numeric_limits::max and numeric_limits::infinity consistentwhunt@chromium.org2013-02-122-3/+3
* cc: Fix PostiveRatio crash by checking raster scaleenne@chromium.org2013-02-121-1/+1
* Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting()jamesr@chromium.org2013-02-1221-286/+569
* Temporary build fix pending https://codereview.chromium.org/12033075/fmalita@google.com2013-02-111-0/+1
* Top controls hiding anchor should only apply on scroll up.tedchoc@chromium.org2013-02-112-1/+17
* Temporary build fix pending https://codereview.chromium.org/12033075/fmalita@google.com2013-02-111-0/+1
* Treat scrollbar thumb textures as having premultiplied alpha.aelias@chromium.org2013-02-111-1/+1
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-105-15/+16
* cc: Move command-line and platform-specific settings.danakj@chromium.org2013-02-091-52/+0
* Move event generation from LayerAnimationController::animate to a new methodajuma@chromium.org2013-02-0811-130/+274
* cc: Make recordRenderingStats on TileManager toggleableegraether@chromium.org2013-02-089-37/+60
* cc: Switch HudLayer to use skia's font renderingegraether@chromium.org2013-02-085-78/+88
* cc: Make picture layer tiles multiples of 64 pixels.danakj@chromium.org2013-02-081-4/+6
* cc: Reset rasterScale to 1 when it changes.danakj@chromium.org2013-02-082-21/+52