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: Only record to a SkPicture once.
reveman@chromium.org
2012-11-29
3
-4
/
+12
*
Fix float constants for layer_tree_host_perftest.cc
danakj@chromium.org
2012-11-29
1
-12
/
+12
*
Move temporary MathUtil wrappers to permanent home in gfx::Transform
shawnsingh@google.com
2012-11-28
7
-126
/
+244
*
cc: Add a test to verify DelegatedRendererLayer owns a RenderSurface when nee...
danakj@chromium.org
2012-11-28
1
-0
/
+28
*
cc: Add a unit test for easily profiling drawing behaviour with a complex dra...
danakj@chromium.org
2012-11-28
2
-8
/
+231
*
Fix tautological compares in font_atlas.cc.
hans@chromium.org
2012-11-28
1
-2
/
+6
*
cc: Make sure we pass a valid picture pile pointer to RasterizeTile.
reveman@google.com
2012-11-28
1
-1
/
+7
*
cc: Schedule redraw when tile initialization completes.
reveman@google.com
2012-11-28
5
-0
/
+11
*
Clamp ScrollbarLayer's texture size to GL_MAX_TEXTURE_SIZE.
aelias@chromium.org
2012-11-28
6
-1
/
+99
*
cc: Fix iterator crash in PictureLayerImpl::appendQuads.
reveman@google.com
2012-11-28
1
-1
/
+1
*
cc: Add a didUpdateTransforms function to LayerImpl
enne@chromium.org
2012-11-28
4
-13
/
+27
*
[cc] Add TileManager to LayerTreeHostImpl
nduca@chromium.org
2012-11-28
11
-10
/
+76
*
[cc] ALLOW_ANYTHING should map EVENTUALLY_BIN to EVENTUALLY
nduca@chromium.org
2012-11-28
1
-1
/
+1
*
Add asserts that should help in diagnosing the crashes being observed.
ccameron@chromium.org
2012-11-28
5
-18
/
+38
*
[cc] Give newly created tiles default priority
nduca@chromium.org
2012-11-28
1
-0
/
+6
*
cc: Reset manage_tiles_pending_ in ManageTiles and avoid rasterizing tiles in...
reveman@google.com
2012-11-28
1
-0
/
+7
*
cc: Clean up invalidation behavior in PicturePile / PictureLayer
enne@chromium.org
2012-11-28
5
-53
/
+40
*
cc: Impl-side painting fixes needed to draw correctly.
reveman@google.com
2012-11-27
3
-1
/
+3
*
[cc] Rename to --enable-impl-side-painting, route to render process, and expo...
nduca@chromium.org
2012-11-27
4
-4
/
+6
*
Benchmark for measuring the number of layers in a page.
hartmanng@chromium.org
2012-11-27
4
-2
/
+10
*
cc: Implement impl-side rasterization.
reveman@google.com
2012-11-27
8
-38
/
+276
*
Animation code is not yet migrated by this patch, due to WebTransformOperations.
shawnsingh@chromium.org
2012-11-27
74
-1521
/
+1493
*
gfx::Transform API clean-up
vollick@chromium.org
2012-11-26
3
-59
/
+67
*
cc: Add CHROMIUM_pixel_transfer_buffer_object support.
reveman@chromium.org
2012-11-24
2
-0
/
+187
*
cc: Create param traits for cc::RenderPass and its contained classes.
danakj@chromium.org
2012-11-22
1
-1
/
+1
*
implTransform needs to scale scroll delta with deviceScaleFactor.
wjmaclean@chromium.org
2012-11-22
6
-26
/
+345
*
ui/compositor: use cc/ directly instead of webkit
piman@chromium.org
2012-11-21
5
-8
/
+18
*
Squeeze ninepatch when layer is smaller than bitmap.
aelias@chromium.org
2012-11-21
2
-8
/
+85
*
cc: Minimize the number of times GL scissoring state is changed
shawnsingh@chromium.org
2012-11-21
26
-32
/
+321
*
Return value from scrollLayerWithViewportSpaceDelta should include panning of...
wjmaclean@chromium.org
2012-11-21
2
-2
/
+76
*
cc: Add PictureLayerTilingSet to manage PictureLayerTiling
enne@chromium.org
2012-11-21
21
-112
/
+709
*
f
danakj@chromium.org
2012-11-21
1
-0
/
+1
*
cc: Increment the ref count when assigning the SkImageFilter
danakj@chromium.org
2012-11-21
1
-1
/
+1
*
cc: Make RenderPass into a struct-like class.
danakj@chromium.org
2012-11-21
21
-554
/
+679
*
[base] Move AutoReset to base namespace.
dbeam@chromium.org
2012-11-21
1
-1
/
+1
*
cc: Don't return non-const Layer* from a const Layer.
danakj@chromium.org
2012-11-21
7
-23
/
+38
*
YUV software decode path stride fixes.
sheu@chromium.org
2012-11-21
3
-29
/
+175
*
cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.
danakj@chromium.org
2012-11-21
19
-75
/
+88
*
cc: Increase 'small animated layer' size.
epenner@chromium.org
2012-11-20
3
-22
/
+26
*
cc: Make the DrawQuad subclasses into a struct-like classes.
danakj@chromium.org
2012-11-20
45
-646
/
+1220
*
ui: Add methods to Rect classes to get points at each of the rect's corners.
danakj@chromium.org
2012-11-20
8
-40
/
+8
*
Explicitly unlink any textures that exceed the texture budget.
ccameron@chromium.org
2012-11-20
2
-14
/
+44
*
cc: Make UV coords in TileDrawQuad a full RectF
enne@chromium.org
2012-11-20
11
-37
/
+57
*
Fixes for nonmodal pinch zoom.
aelias@chromium.org
2012-11-20
2
-5
/
+23
*
cc: Enable all animations on Android.
epenner@chromium.org
2012-11-20
2
-0
/
+13
*
Implement unit tests and temporary MathUtil wrappers for transform functionality
shawnsingh@chromium.org
2012-11-19
3
-0
/
+1097
*
Relax assertions around context loss and program initialization. Higher level...
kbr@chromium.org
2012-11-17
3
-23
/
+26
*
cc: Turn DrawQuad into a struct-like class with public data members.
danakj@chromium.org
2012-11-17
26
-209
/
+208
*
Add Shawn and Alex as cc/OWNERS
jamesr@chromium.org
2012-11-17
1
-2
/
+2
*
cc: Convert DrawQuad to chromium style.
danakj@chromium.org
2012-11-17
24
-246
/
+239
[next]