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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Schedule redraw when tile initialization completes.
reveman@google.com
2012-11-28
1
-0
/
+1
*
cc: Implement impl-side rasterization.
reveman@google.com
2012-11-27
1
-1
/
+1
*
Animation code is not yet migrated by this patch, due to WebTransformOperations.
shawnsingh@chromium.org
2012-11-27
5
-10
/
+43
*
cc: Minimize the number of times GL scissoring state is changed
shawnsingh@chromium.org
2012-11-21
1
-0
/
+2
*
cc: Add PictureLayerTilingSet to manage PictureLayerTiling
enne@chromium.org
2012-11-21
3
-0
/
+90
*
cc: Make RenderPass into a struct-like class.
danakj@chromium.org
2012-11-21
2
-67
/
+127
*
cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.
danakj@chromium.org
2012-11-21
3
-4
/
+3
*
cc: Make the DrawQuad subclasses into a struct-like classes.
danakj@chromium.org
2012-11-20
1
-10
/
+32
*
cc: Make UV coords in TileDrawQuad a full RectF
enne@chromium.org
2012-11-20
1
-1
/
+1
*
cc: Turn DrawQuad into a struct-like class with public data members.
danakj@chromium.org
2012-11-17
2
-2
/
+2
*
cc: Convert DrawQuad to chromium style.
danakj@chromium.org
2012-11-17
2
-2
/
+2
*
cc: Remove opaque flags from SharedQuadState and DrawQuad
danakj@chromium.org
2012-11-17
1
-6
/
+7
*
cc: Remove cc::settings, move them to LayerTreeSettings.
danakj@chromium.org
2012-11-14
2
-29
/
+0
*
Avoid redundantly setting tex parameters
jamesr@chromium.org
2012-11-13
1
-1
/
+1
*
cc: Fix header include guards.
tfarina@chromium.org
2012-11-11
2
-4
/
+9
*
cc: Remove the remaining using-directives of namespace cc.
tfarina@chromium.org
2012-11-10
3
-3
/
+24
*
Remove WTF and WebCore from cc/ and webkit/compositor_bindings/
piman@chromium.org
2012-11-10
14
-27
/
+1
*
Avoid setting activeTexture redundantly
jamesr@chromium.org
2012-11-10
2
-0
/
+60
*
cc: Rename MockContentLayerClient to FakeContentLayerClient and move to cc/test/
danakj@chromium.org
2012-11-09
2
-0
/
+45
*
cc: Do not save the rasterScale for layers until they are finished animating ...
danakj@chromium.org
2012-11-08
2
-23
/
+30
*
Remove static thread pointers from CC, attempt 3
aelias@chromium.org
2012-11-08
5
-36
/
+131
*
cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...
danakj@chromium.org
2012-11-08
3
-7
/
+6
*
cc: Rename PrioritizedTexture to PrioritizedResource.
reveman@google.com
2012-11-07
2
-16
/
+16
*
cc: Remove WebThread includes.
tfarina@chromium.org
2012-11-06
1
-1
/
+0
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
4
-11
/
+17
*
Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...
phajdan.jr@chromium.org
2012-11-05
4
-17
/
+11
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
4
-11
/
+17
*
A speculative Revert for r165872 - Remove static thread pointers from CC, att...
hbono@chromium.org
2012-11-05
5
-131
/
+36
*
cc: Fix header include guards of our header files.
tfarina@chromium.org
2012-11-05
18
-89
/
+49
*
Remove static thread pointers from CC, attempt 2
aelias@chromium.org
2012-11-04
5
-36
/
+131
*
cc: Remove WebCore rect use from the compositor, except within Region.
danakj@chromium.org
2012-11-03
1
-4
/
+2
*
Remove most remaining webcore points and sizes.
danakj@chromium.org
2012-11-02
2
-2
/
+1
*
Remove most remaining references to IntRect and FloatRect.
danakj@chromium.org
2012-11-01
2
-5
/
+5
*
Revert 165476 - Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
5
-131
/
+36
*
Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
5
-36
/
+131
*
cc: Use gfx:: Geometry types for positions, bounds, and related things.
danakj@chromium.org
2012-11-01
4
-35
/
+43
*
Pass accurate contentsScale to LayerImpl.
wangxianzhu@chromium.org
2012-11-01
2
-0
/
+18
*
Use gfx:: Geometry types for the resource provider and layer updater classes.
danakj@chromium.org
2012-10-31
2
-10
/
+10
*
Use gfx::Rect types for occlusion tracker and quad culler classes.
danakj@chromium.org
2012-10-31
1
-2
/
+1
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
8
-239
/
+59
*
Revert 165050 - Remove WebKit::Platform dependencies from cc
sergeyu@chromium.org
2012-10-30
8
-59
/
+239
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
8
-239
/
+59
*
Remove root layer specialness in calculateDrawTransforms
shawnsingh@chromium.org
2012-10-30
3
-8
/
+31
*
cc: Remove the remaining uses of WTF::ThreadSafeRefCounted.
tfarina@chromium.org
2012-10-30
1
-2
/
+3
*
Revert 164723 - Remove root layer specialness in calculateDrawTransforms
sergeyu@chromium.org
2012-10-30
3
-31
/
+8
*
Remove root layer specialness in calculateDrawTransforms
shawnsingh@chromium.org
2012-10-29
3
-8
/
+31
*
cc: Convert more usages from Vector to std::vector.
tfarina@chromium.org
2012-10-29
2
-8
/
+5
*
Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc
jamesr@chromium.org
2012-10-29
2
-6
/
+6
*
Aura: Resize locks with --ui-enable-threaded-compositing
backer@chromium.org
2012-10-27
2
-0
/
+6
*
cc: Rename TextureUpdate to ResourceUpdate.
reveman@google.com
2012-10-25
2
-3
/
+3
[next]