index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Throttle tile priority updates to once a frame.
danakj@chromium.org
2013-01-27
11
-54
/
+119
*
cc: Throttle raster tasks when we become upload bound.
epenner@chromium.org
2013-01-26
2
-5
/
+33
*
Treat accelerated css animations like pinch zoom gestures.
vollick@chromium.org
2013-01-26
1
-6
/
+30
*
cc: Give total impl-side page scale to calcDrawProps.
danakj@chromium.org
2013-01-26
1
-1
/
+1
*
cc: Sync tilings from pending to active tree.
danakj@chromium.org
2013-01-26
2
-23
/
+29
*
cc: Sync HUD layer to active tree in impl painting.
danakj@chromium.org
2013-01-26
1
-0
/
+4
*
Inlining math for UpdateTilePriorities.
whunt@chromium.org
2013-01-26
2
-35
/
+92
*
Finish migrating cc/ from WebKit::WebTransformationMatrix to gfx::Transform
ajuma@chromium.org
2013-01-25
14
-208
/
+153
*
Fix memory leak in impl-side painting mode
hclam@chromium.org
2013-01-25
3
-3
/
+3
*
cc: Always use tile priority of both trees when determining if a tile should ...
reveman@chromium.org
2013-01-25
2
-12
/
+28
*
Add a scroll limit to control hiding/showing top controls.
tedchoc@chromium.org
2013-01-25
3
-7
/
+79
*
Bucket currently visible NON_IDEAL_RESOLUTION tiles tiles into NOW_BIN
jamesr@chromium.org
2013-01-25
1
-3
/
+3
*
cc: Add a command line flag to slow down rastering.
danakj@chromium.org
2013-01-25
8
-3
/
+40
*
cc: Make updateDrawProperties tree-specific
enne@chromium.org
2013-01-24
10
-89
/
+102
*
cc: Add tile colors to show what reslution the tiles are from.
danakj@chromium.org
2013-01-24
4
-10
/
+42
*
Add sync point to wait on before consuming texture_mailbox.
alexst@chromium.org
2013-01-24
6
-18
/
+55
*
cc: Allow sparse impl-side painting tilings
enne@chromium.org
2013-01-24
22
-168
/
+788
*
cc: Don't set smoothness takes priority for output surface when the opposite ...
reveman@chromium.org
2013-01-24
1
-7
/
+8
*
[cc] Dont remove tilings when no tilings object
nduca@chromium.org
2013-01-24
1
-1
/
+2
*
[cc] Use layer-id on scroll_offset_y for impl-side friendliness
nduca@chromium.org
2013-01-24
1
-1
/
+3
*
cc: Add tile count as a trace counter
enne@chromium.org
2013-01-24
1
-0
/
+1
*
Fix scrollbar geometry in impl-side painting
jamesr@chromium.org
2013-01-24
7
-34
/
+31
*
cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.
epenner@chromium.org
2013-01-24
2
-0
/
+15
*
cc: Remove duplicate tree priority counter.
reveman@chromium.org
2013-01-23
1
-1
/
+0
*
Activate LayerImpl tree with sync+push instead of pointer swap
jamesr@chromium.org
2013-01-23
42
-170
/
+687
*
cc: Don't init maskToBounds on for DelegatedRendererLayers.
danakj@chromium.org
2013-01-23
1
-2
/
+0
*
cc: Unify context losing machinery
danakj@chromium.org
2013-01-23
7
-46
/
+181
*
cc: Chromium-stylify the DelegatedRendererLayer classes and tests.
danakj@chromium.org
2013-01-23
7
-1163
/
+1363
*
cc: Reduce renderer_main thread priority when prefer_smoothness is set
epenner@chromium.org
2013-01-23
2
-1
/
+12
*
cc: add workaround to change text color of the FontAtlas
egraether@chromium.org
2013-01-23
5
-10
/
+100
*
Fix compilation errors caused by #define DEBUG_GL_CALLS 1 in gl_renderer.h
robertshield@chromium.org
2013-01-23
1
-2
/
+2
*
cc: Fix inappropriate use of term "texture".
reveman@chromium.org
2013-01-23
15
-68
/
+68
*
cc: Clip delegated quads to the correct clip rect.
danakj@chromium.org
2013-01-22
3
-63
/
+548
*
cc: Update picture pile on tiles to prevent memory leak
enne@chromium.org
2013-01-22
8
-13
/
+30
*
Switch to enums for top controls animation direction.
tedchoc@chromium.org
2013-01-22
3
-19
/
+48
*
Enable UMA reporting for CC histograms
brianderson@chromium.org
2013-01-22
1
-1
/
+1
*
Use proper histogram macros for Renderer4 histograms.
isherman@chromium.org
2013-01-22
4
-16
/
+57
*
cc: Avoid negative sizes in cc_perftests.
danakj@chromium.org
2013-01-22
3
-3
/
+96
*
cc: Have smoothness take priority during scroll and pinch zoom.
reveman@chromium.org
2013-01-22
3
-0
/
+51
*
cc: Stop using drawableContentRect for occlusion.
danakj@chromium.org
2013-01-22
21
-277
/
+128
*
cc: Clip quads to their target surface's texture in occlusion tracker
danakj@chromium.org
2013-01-22
4
-130
/
+59
*
Remove old code that uses non-virtual WebTransformOperations
ajuma@chromium.org
2013-01-21
4
-96
/
+0
*
Cosmetic cleanup to texture_layer mailboxes.
alexst@chromium.org
2013-01-21
10
-96
/
+183
*
cc: Add "new content takes priority" setting to GlobalStateThatImpactsTilePri...
reveman@chromium.org
2013-01-21
9
-9
/
+59
*
Make new-style page scale work on Android.
aelias@chromium.org
2013-01-21
7
-59
/
+39
*
Unbreak max scroll offset in threaded compositing mode.
aelias@chromium.org
2013-01-21
1
-2
/
+2
*
cc: Use the size of the source frame along with the source frame's renderpasses
danakj@chromium.org
2013-01-20
5
-12
/
+82
*
cc: DelegatedRenderer layer needs a surface if rotated.
danakj@chromium.org
2013-01-20
2
-4
/
+30
*
Find root scroll layer at tree activation
jamesr@chromium.org
2013-01-19
11
-64
/
+75
*
cc: Test non-root passes are not transformed.
danakj@chromium.org
2013-01-19
1
-13
/
+71
[next]