summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add a flag to layers that returns true if the layer is in RSLL.vmpstr@chromium.org2014-05-0910-33/+436
* Use ThreadNow() in LapTimer if supported.dominikg@chromium.org2014-05-093-76/+53
* Adding extra DCHECKs to DelayBaseTimeSource to prevent bad states from occuring.mithro@mithis.com2014-05-091-4/+10
* cc: Move soon bin apron from tile manager to tiling.vmpstr@chromium.org2014-05-094-32/+97
* NinePatchLayer should support aperture on edgedtrainor@chromium.org2014-05-092-15/+62
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-0811-368/+333
* Solid Color Scrollbars should start with opacity 0.wjmaclean@chromium.org2014-05-073-1/+6
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-4/+2
* cc: Allow one frame of pre-rasterization for GPU rasterization.ernstm@chromium.org2014-05-078-13/+43
* cc: Make LayerAnimationController only call StartAnimations when neededajuma@chromium.org2014-05-073-3/+44
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-0735-179/+154
* UpdateTilePriorities on mask layers whose owners don't draw content.hartmanng@chromium.org2014-05-072-3/+58
* 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