summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Use TaskGraphRunner instance in DirectRasterWorkerPool to run tasks.reveman@chromium.org2014-04-237-132/+79
* cc: Add a few more DCHECKs to TaskGraphRunner.vmpstr@chromium.org2014-04-232-3/+13
* cc: Apply occlusion before creating quads in TiledLayerImpl.danakj@chromium.org2014-04-232-6/+72
* cc: Add some debugging CHECKs to help track down what looks like a use-after-...reveman@chromium.org2014-04-221-2/+3
* cc: Fix missing compositor invalidations during resizeenne@chromium.org2014-04-225-1/+112
* Replace MaybeAppend with Append in LayerTreeHostImpl.danakj@chromium.org2014-04-221-2/+2
* cc: Use CHROMIUM_sync_query for CopyResource.reveman@chromium.org2014-04-224-7/+12
* GlowEffect is suppressed when the scrolling is not possible on that particular sataya.m@samsung.com2014-04-222-0/+41
* cc: Remove duplicate transform logic in GLRendererenne@chromium.org2014-04-221-10/+5
* Remove use of deprecated kOptimizeForClippedPlayback_RecordingFlag flagrobertphillips@google.com2014-04-201-5/+4
* cc: Add visible_rect_for_tile_priority draw propertiesboliu@chromium.org2014-04-194-29/+102
* cc: Move raster task related trace events into debug/frame_viewer_instrumenta...reveman@chromium.org2014-04-183-22/+104
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-1827-478/+312
* cc: Apply occlusion before creating quads in NinePatchLayerImpl.danakj@chromium.org2014-04-182-119/+220
* cc: Add a trace event in VideoFrameProviderClientImpl::DidReceiveFrame.danakj@chromium.org2014-04-181-0/+5
* cc: Apply occlusion before creating quads in PictureLayerImpl.danakj@chromium.org2014-04-182-11/+76
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-2/+0
* cc: Remove LTHI::external_stencil_test_enabled_boliu@chromium.org2014-04-172-5/+0
* cc: Add a debug color for missing resize invalidations.enne@chromium.org2014-04-173-1/+21
* cc: Apply occlusion before creating quads in PaintedScrollbarLayerImpl.danakj@chromium.org2014-04-174-8/+110
* Fix incorrect code in updating canvas of heads up layer.shouqun@chromium.org2014-04-171-1/+1
* cc: Fix clipping of texture rect.ernstm@chromium.org2014-04-171-1/+3
* Do main thread hit testing if impl hit testing is affected by occluders.vollick@chromium.org2014-04-172-12/+48
* Stop displaying layers with non-invertible transforms.avallee@chromium.org2014-04-168-12/+174
* Scroll on main if impl-hit testing isn't guaranteed to be correctvollick@chromium.org2014-04-165-16/+153
* Implementation of Window Shape using SkAlphaThresholdFilterzork@chromium.org2014-04-164-2/+104
* Switching Chromium to use new Skia SkPictureRecorder APIrobertphillips@google.com2014-04-166-28/+32
* cc: Give TilingData a Rect instead of a Sizeernstm@chromium.org2014-04-1626-1077/+2708
* cc: CopyResource unit test nits.reveman@chromium.org2014-04-151-1/+4
* Remove Skia legacy API from Chrome.dominikg@chromium.org2014-04-152-8/+8
* cc: Add CopyResource function to ResourceProvider API.reveman@chromium.org2014-04-157-11/+241
* cc: remove SetVisible() call in ThreadProxy::ScheduledActionCommit()simonhong@chromium.org2014-04-141-3/+0
* cc: Remove use of "internal" namespace for TaskGraph.reveman@chromium.org2014-04-1326-355/+296
* cc: Move ResourcePool ownership to LTHI.reveman@chromium.org2014-04-1221-105/+77
* cc: CHECK when skia bitmap allocation fails, DCHECK the sizes again.danakj@chromium.org2014-04-123-10/+9
* cc: Fix LayerRasterTileIterator to return false in no tiling situationsvmpstr@chromium.org2014-04-122-4/+11
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-1224-464/+625
* Add support for setting TrackStart on solid color layers.aelias@chromium.org2014-04-119-24/+72
* cc: TileManager eviction tile iterator.vmpstr@chromium.org2014-04-1111-75/+458
* cc: Move code only used for DCHECKs into DCHECK statement.reveman@chromium.org2014-04-111-10/+8
* Move nonscrollable axis gloweffect suppression to renderer.sataya.m@samsung.com2014-04-113-0/+9
* Remove pixel_buffer from Resourcesjbauman@chromium.org2014-04-113-160/+78
* cc: Separate RasterWorkerPool interface from implementation details.reveman@chromium.org2014-04-1023-858/+880
* cc: Let skia veto gpu rasterization.alokp@chromium.org2014-04-1010-129/+184
* Remove old texture path in TextureLayerpiman@chromium.org2014-04-1023-1465/+96
* cc: Fix TilePriority::IsHigherPriorityThan to be correct.vmpstr@chromium.org2014-04-094-3/+49
* Always set using_map_image when using software renderer.jbauman@chromium.org2014-04-092-2/+2
* cc: Fix invalid tiling state after lost contextenne@chromium.org2014-04-092-4/+31
* cc: Use read lock for source texture in ApplyImageFilter().dongseong.hwang@intel.com2014-04-091-2/+2
* Rasterize at maximum scale for scale animations on CPU-rasterized layersajuma@chromium.org2014-04-0923-152/+742