summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-2711-54/+119
* cc: Throttle raster tasks when we become upload bound.epenner@chromium.org2013-01-262-5/+33
* Treat accelerated css animations like pinch zoom gestures.vollick@chromium.org2013-01-261-6/+30
* cc: Give total impl-side page scale to calcDrawProps.danakj@chromium.org2013-01-261-1/+1
* cc: Sync tilings from pending to active tree.danakj@chromium.org2013-01-262-23/+29
* cc: Sync HUD layer to active tree in impl painting.danakj@chromium.org2013-01-261-0/+4
* Inlining math for UpdateTilePriorities.whunt@chromium.org2013-01-262-35/+92
* Finish migrating cc/ from WebKit::WebTransformationMatrix to gfx::Transformajuma@chromium.org2013-01-2514-208/+153
* Fix memory leak in impl-side painting modehclam@chromium.org2013-01-253-3/+3
* cc: Always use tile priority of both trees when determining if a tile should ...reveman@chromium.org2013-01-252-12/+28
* Add a scroll limit to control hiding/showing top controls.tedchoc@chromium.org2013-01-253-7/+79
* Bucket currently visible NON_IDEAL_RESOLUTION tiles tiles into NOW_BINjamesr@chromium.org2013-01-251-3/+3
* cc: Add a command line flag to slow down rastering.danakj@chromium.org2013-01-258-3/+40
* cc: Make updateDrawProperties tree-specificenne@chromium.org2013-01-2410-89/+102
* cc: Add tile colors to show what reslution the tiles are from.danakj@chromium.org2013-01-244-10/+42
* Add sync point to wait on before consuming texture_mailbox.alexst@chromium.org2013-01-246-18/+55
* cc: Allow sparse impl-side painting tilingsenne@chromium.org2013-01-2422-168/+788
* cc: Don't set smoothness takes priority for output surface when the opposite ...reveman@chromium.org2013-01-241-7/+8
* [cc] Dont remove tilings when no tilings objectnduca@chromium.org2013-01-241-1/+2
* [cc] Use layer-id on scroll_offset_y for impl-side friendlinessnduca@chromium.org2013-01-241-1/+3
* cc: Add tile count as a trace counterenne@chromium.org2013-01-241-0/+1
* Fix scrollbar geometry in impl-side paintingjamesr@chromium.org2013-01-247-34/+31
* cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.epenner@chromium.org2013-01-242-0/+15
* cc: Remove duplicate tree priority counter.reveman@chromium.org2013-01-231-1/+0
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-2342-170/+687
* cc: Don't init maskToBounds on for DelegatedRendererLayers.danakj@chromium.org2013-01-231-2/+0
* cc: Unify context losing machinerydanakj@chromium.org2013-01-237-46/+181
* cc: Chromium-stylify the DelegatedRendererLayer classes and tests.danakj@chromium.org2013-01-237-1163/+1363
* cc: Reduce renderer_main thread priority when prefer_smoothness is setepenner@chromium.org2013-01-232-1/+12
* cc: add workaround to change text color of the FontAtlasegraether@chromium.org2013-01-235-10/+100
* Fix compilation errors caused by #define DEBUG_GL_CALLS 1 in gl_renderer.hrobertshield@chromium.org2013-01-231-2/+2
* cc: Fix inappropriate use of term "texture".reveman@chromium.org2013-01-2315-68/+68
* cc: Clip delegated quads to the correct clip rect.danakj@chromium.org2013-01-223-63/+548
* cc: Update picture pile on tiles to prevent memory leakenne@chromium.org2013-01-228-13/+30
* Switch to enums for top controls animation direction.tedchoc@chromium.org2013-01-223-19/+48
* Enable UMA reporting for CC histogramsbrianderson@chromium.org2013-01-221-1/+1
* Use proper histogram macros for Renderer4 histograms.isherman@chromium.org2013-01-224-16/+57
* cc: Avoid negative sizes in cc_perftests.danakj@chromium.org2013-01-223-3/+96
* cc: Have smoothness take priority during scroll and pinch zoom.reveman@chromium.org2013-01-223-0/+51
* cc: Stop using drawableContentRect for occlusion.danakj@chromium.org2013-01-2221-277/+128
* cc: Clip quads to their target surface's texture in occlusion trackerdanakj@chromium.org2013-01-224-130/+59
* Remove old code that uses non-virtual WebTransformOperationsajuma@chromium.org2013-01-214-96/+0
* Cosmetic cleanup to texture_layer mailboxes.alexst@chromium.org2013-01-2110-96/+183
* cc: Add "new content takes priority" setting to GlobalStateThatImpactsTilePri...reveman@chromium.org2013-01-219-9/+59
* Make new-style page scale work on Android.aelias@chromium.org2013-01-217-59/+39
* Unbreak max scroll offset in threaded compositing mode.aelias@chromium.org2013-01-211-2/+2
* cc: Use the size of the source frame along with the source frame's renderpassesdanakj@chromium.org2013-01-205-12/+82
* cc: DelegatedRenderer layer needs a surface if rotated.danakj@chromium.org2013-01-202-4/+30
* Find root scroll layer at tree activationjamesr@chromium.org2013-01-1911-64/+75
* cc: Test non-root passes are not transformed.danakj@chromium.org2013-01-191-13/+71