summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Add flag to enable rendering of text using signed distance fields.jvanverth@google.com2014-05-0723-80/+120
* cc: Check for pending tree before transition to COMMIT_STATE_IDLEbrianderson@chromium.org2014-05-072-2/+18
* cc: Make IOSurfaces transportable.piman@chromium.org2014-05-065-98/+71
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-067-24/+34
* Fix some LayerTreeHostTests in delegated modepiman@chromium.org2014-05-062-5/+17
* cc: Use SkRecord recording back-end in bleeding edge rendering modeskyostil@chromium.org2014-05-0612-62/+126
* cc: Fix animation end value for animations that alternate directionajuma@chromium.org2014-05-062-6/+56
* Abstract and overhaul V4L2 HW encode classes.posciak@chromium.org2014-05-061-0/+1
* Fix crash in SetTransformAndInvertibility().avallee@chromium.org2014-05-062-0/+35
* Allow repeated fling boosting for accelerated scrollingjdduke@chromium.org2014-05-064-17/+68
* cc: Make gpu rasterization flag per page instead of per layer.alokp@chromium.org2014-05-058-134/+183
* Properly reset dirty bits before early-out in PreCalculateMetaInformation.hartmanng@chromium.org2014-05-032-3/+31
* Support videos with JPEG color range in GPU YUV convert path.rileya@chromium.org2014-05-038-39/+233
* cc: Fix numbers that we report to the HUDvmpstr@chromium.org2014-05-021-1/+1
* Enable disabling WebCore::GraphicsContext in telemetry.schenney@chromium.org2014-05-0217-64/+122
* Adding frame time trace events inside the scheduler.mithro@mithis.com2014-05-021-4/+10
* Remove physical time dependency from scrollbar fades.aelias@chromium.org2014-05-0222-490/+421
* cc: Delete hybrid rasterization setting.alokp@chromium.org2014-05-0110-85/+34
* cc: Take the source scale into account when picking tilings in pinch.danakj@chromium.org2014-05-012-28/+23
* Handle direction control in compositor Animationsa.renevier@samsung.com2014-05-013-29/+116
* cc: Reraster and fix the raster source scale factor when it changes.danakj@chromium.org2014-05-013-83/+135
* Replace call to SkComposeImageFilter constructor with call to factory.dominikg@chromium.org2014-05-011-1/+1
* cc: Remove unused member functions and vars in SchedulerStateMachinesimonhong@chromium.org2014-05-012-8/+0
* Revert of cc: Change required_for_activation bookkeeping. (https://codereview...kbr@chromium.org2014-05-014-54/+10
* Adding presubmit to cc directory to prevent the usage of base::Time.mithro@mithis.com2014-05-011-0/+53
* cc: Add initial GPU-to-GPU copy rasterizer implementation.reveman@chromium.org2014-05-0112-15/+478
* Don't early out in PreCalculateMetaInformationvollick@chromium.org2014-05-012-2/+54
* cc: Change required_for_activation bookkeeping.vmpstr@chromium.org2014-05-014-10/+54
* cc: Clear begin_retro_frame_posted_ properlybrianderson@chromium.org2014-04-301-3/+12
* cc: Remove PictureLayerImpl CHECK during SyncTilingenne@chromium.org2014-04-301-8/+0
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-3017-67/+394
* cc: Delete GrContext resources when tab becomes invisible.alokp@chromium.org2014-04-3019-53/+191
* cc: Remove condition that would skip deadline taskbrianderson@chromium.org2014-04-301-3/+0
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-2/+2
* cc: Animations committed together should start togetherajuma@chromium.org2014-04-309-236/+743
* Hack SkRecord in as an alternate recording mode in cc/resources/picture.mtklein@chromium.org2014-04-304-4/+48
* Added compositor test for viewport container bounds clobbering behavior.bokan@chromium.org2014-04-301-0/+55
* Trigger GPU rasterization based on viewport rather than per-layer hintsajuma@chromium.org2014-04-306-47/+27
* cc: Make LTHI::NotifyTileInitialized more generic.vmpstr@chromium.org2014-04-304-8/+24
* cc: Record statistics about approximated content.ernstm@chromium.org2014-04-307-1/+53
* Fix scale on axis may be negative.perryuwang@tencent.com2014-04-301-6/+10
* cc: prevent TileManager raster/eviction tile iterators copy.vmpstr@chromium.org2014-04-302-12/+12
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-2917-385/+67
* 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