summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Add additional OutputSurfaceStatesbrianderson@chromium.org2013-08-244-134/+240
* cc: Return const* from const getter of LayerTreeHost.danakj@chromium.org2013-08-245-5/+6
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-235-95/+138
* Fix LayerTreeHostDamageTestScrollbarDoesDamagejbauman@chromium.org2013-08-231-1/+2
* cc: Remove reference counting from PrioritizedTileSet.reveman@chromium.org2013-08-238-31/+47
* Add plumbing for scroll parent.vollick@chromium.org2013-08-236-0/+542
* aura: Fix raciness in context loss and recreation.danakj@chromium.org2013-08-221-1/+1
* Rename ScrollbarLayer\* to PaintedScrollbarLayer\*wjmaclean@chromium.org2013-08-2223-266/+273
* cc: Optimized get tiles with bins a little bin.vmpstr@chromium.org2013-08-222-59/+45
* Fix cpplint errors in layer_tree_host_unittest_damage.cc.wjmaclean@chromium.org2013-08-221-4/+3
* Revert 219026 "Add plumbing for scroll parent."creis@chromium.org2013-08-226-542/+0
* Add plumbing for scroll parent.vollick@chromium.org2013-08-226-0/+542
* Revert "cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline"dominicc@google.com2013-08-225-101/+74
* [cc] Fix async readback querysievers@chromium.org2013-08-221-2/+2
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-225-74/+101
* Use more granularity in scheduling software texture uploads.jbauman@chromium.org2013-08-223-5/+17
* Avoid trying to compute average over zero durationjamesr@chromium.org2013-08-211-0/+6
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-2110-93/+203
* Fix LayerTreeHostDamageTestScrollbarDoesDamage.jbauman@chromium.org2013-08-211-17/+14
* Implemented printToSkPicture without using WebViewBenchmarkSupport.alokp@chromium.org2013-08-216-0/+44