summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
...
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-2/+2
* Early out from CleanUpUnusedImageDecodeTasks().tomhudson@chromium.org2013-08-301-0/+3
* cc: Remove incorrect TODO.danakj@chromium.org2013-08-301-4/+0
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-3018-65/+442
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-3012-178/+23
* Fix cc::Layer debug namerharrison@chromium.org2013-08-301-1/+0
* cc: Avoid updating animations in the background without an active treebrianderson@chromium.org2013-08-308-16/+171
* Revert 220418 "cc: Block commit on activate by setting a flag on..."danakj@chromium.org2013-08-3018-434/+65
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-2918-65/+434
* Pass the quad's rect (contents_rect) origin to skia image filters as an offse...senorblanco@chromium.org2013-08-292-0/+54
* Revert "Remove solid_color_scrollbar_thickness_dip from LayerTreeSettings."tony@chromium.org2013-08-294-1/+14
* Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that...robertphillips@google.com2013-08-291-1/+1
* cc: Re-enable LayerTreeHostFiltersPixelTest.BackgroundFilterBlurOutsetsdanakj@chromium.org2013-08-291-3/+3
* cc: Fixing misreported numbers in perf tests.iancottrell@chromium.org2013-08-297-123/+184
* Optimize alpha software PictureDrawQuads.aelias@chromium.org2013-08-292-21/+86
* cc: Use BlockedTaskRunner to immediately run callbacks on the main thread.danakj@chromium.org2013-08-2910-107/+642
* Revert 220159 "cc: Re-enable LayerTreeHostFiltersPixelTest.Backg..."tkent@chromium.org2013-08-291-3/+3
* Speeded up PicturePileBase::UpdateRecordedRegion algorithmically.skaslev@chromium.org2013-08-291-6/+4
* Clear render surface when we early out in CalcDrawPropsInternalvollick@chromium.org2013-08-292-1/+69
* Pass context capabilities via cc::ContextProvider instead of gl stringjamesr@chromium.org2013-08-2915-209/+149
* cc: Re-enable LayerTreeHostFiltersPixelTest.BackgroundFilterBlurOutsetsdanakj@chromium.org2013-08-291-3/+3
* cc: Add test for output surface lost while not visiblebrianderson@chromium.org2013-08-291-3/+28
* Remove unreferenced variables.alokp@chromium.org2013-08-291-6/+1
* cc: Handle deferred GL initialization failure.danakj@chromium.org2013-08-282-39/+168
* Suppress sporadic failure in LayerTreeHostAnimationTestAddAnimation.RunMultiT...rjkroege@chromium.org2013-08-281-2/+3
* cc: Disable flaky LayerTreeHostTestStartPageScaleAnimationbrianderson@chromium.org2013-08-281-3/+5
* cc: Dont call setMemoryAllocationChangedCallbackCHROMIUM in GLRendererdanakj@chromium.org2013-08-281-1/+0
* cc: Cleanup offscreen context plumbing.danakj@chromium.org2013-08-2822-140/+190
* cc: Do not request commits if they will be abortedbrianderson@chromium.org2013-08-281-8/+8
* cc: Add more DCHECKs around tiling statesenne@chromium.org2013-08-284-2/+35
* cc: Removed low priority bin from tile management.vmpstr@chromium.org2013-08-286-129/+119
* Skip clearing the canvas before painting the contents of opaque layersvangelis@chromium.org2013-08-285-29/+35
* cc: Simplify Scheduler::NextActionbrianderson@chromium.org2013-08-282-55/+27
* Convert LayerTreeSetting::use_linear_fade_scrollbar_animator to an enum.tony@chromium.org2013-08-275-17/+35
* Avoid "ForTesting" presubmit warning when changing ThreadProxy.danakj@chromium.org2013-08-273-12/+12
* cc: Only update tile priority if it has changed.vmpstr@chromium.org2013-08-272-1/+8
* Don't draw invisible portions of quads in software renderer.jbauman@chromium.org2013-08-275-25/+197
* cc: Control activation from the Schedulerbrianderson@chromium.org2013-08-2717-284/+306
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-272-4/+4
* cc: Remove unnecessary "default" cases from switch statements.reveman@chromium.org2013-08-2712-45/+66
* cc: Add better tile manager perf tests.reveman@chromium.org2013-08-271-16/+76
* cc: Replace --use-map-image with --enable/disable-map-image and add about-flag.reveman@chromium.org2013-08-272-3/+20
* [cc] Cache scrollbar location in UpdateThumbAndTrackGeometryccameron@chromium.org2013-08-272-3/+8
* cc: Added picture layer tiling perftest.vmpstr@chromium.org2013-08-262-0/+187
* Make use of scroll parent relationships in cc/vollick@chromium.org2013-08-268-87/+929
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-2613-27/+29
* cc: Fix commits causing damage to scrollbarsenne@chromium.org2013-08-244-61/+149
* Remove solid_color_scrollbar_thickness_dip from LayerTreeSettings.tony@chromium.org2013-08-244-14/+1
* Add UMA histogram for compositor frame delay with software compositor.jbauman@chromium.org2013-08-243-8/+18
* telemetry: Partially switch smoothnes measurement to timeline.ernstm@chromium.org2013-08-247-15/+45