summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add support for partial swaps when using impl-side painting by only sohan.jyoti@samsung.com2014-04-2911-10/+139
* cc: Fix PictureLayerImpl::SanityCheck conditionboliu@chromium.org2014-04-291-8/+7
* Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...machenbach@chromium.org2014-04-292-9/+12
* Trace the lifetime of CopyOutputRequestjdduke@chromium.org2014-04-281-1/+6
* cc: SwapAck throttle Swap without throttling MainFramesbrianderson@chromium.org2014-04-282-12/+9
* Scrollbars should get notifications from all scrollable layers up to container.wjmaclean@chromium.org2014-04-283-8/+38
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-2817-67/+385
* Change get_child_as_raw_ptr to get_layer_as_raw_ptrvollick@chromium.org2014-04-283-17/+14
* Don't clear render surfaces unnecessarily.vollick@chromium.org2014-04-2812-36/+64
* Fix for pinch virtual viewport flag wasn't fully enabled.bokan@chromium.org2014-04-282-0/+2
* cc: Remove unused_memory_limit_in_bytes field from GlobalStateThatImpactsTile...reveman@chromium.org2014-04-288-25/+26
* Relax touch hit testing in CC to look at all layers under a pointrbyers@chromium.org2014-04-272-22/+11
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-2628-702/+565
* cc: Remove the capability to give up and leave compositing mode.danakj@chromium.org2014-04-2513-199/+57
* Only allow overlay pinch-zoom scrollbars when page scale > 1.wjmaclean@chromium.org2014-04-242-48/+133
* cc: use viewport-wide tiles for GPU rasterization.ernstm@chromium.org2014-04-244-4/+19
* cc: DCHECK correctly for empty damage rects.danakj@chromium.org2014-04-241-4/+3
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-2443-592/+33
* cc: Use the onscreen context to perform composited ganesh filters.danakj@chromium.org2014-04-246-317/+121
* Update Chromium to new Skia headers & beginRecording signaturerobertphillips@google.com2014-04-2411-26/+33
* cc: Remove code paths for branches that are always true.danakj@chromium.org2014-04-236-77/+46
* Remove QuadSink::MaybeAppend and the QuadCuller unit tests.danakj@chromium.org2014-04-2311-864/+15
* cc: Use CHROMIUM_sync_query in GLRenderer when available.reveman@chromium.org2014-04-233-26/+109
* Cleanup GPU dependencies for gl_in_process_contextprimiano@chromium.org2014-04-231-0/+1
* 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