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
*
Re-land: cc: Reduce picture cloning by creating at most one clone per raster ...
reveman@google.com
2012-12-05
6
-70
/
+146
*
Organize internal properties of cc/ layer types
shawnsingh@google.com
2012-12-05
26
-434
/
+418
*
Simplify pinch flags.
wjmaclean@chromium.org
2012-12-05
2
-5
/
+0
*
Revert 171267 - it adds a global std::string initializer
dmazzoni@chromium.org
2012-12-05
6
-145
/
+70
*
cc: Reduce picture cloning by creating at most one clone per raster thread.
reveman@chromium.org
2012-12-05
6
-70
/
+145
*
cc: Delete bogus .rej/.orig files from r170413
enne@chromium.org
2012-12-05
3
-240
/
+0
*
cc: Apply contents scales to impl-side painting rasterization
enne@chromium.org
2012-12-05
8
-11
/
+33
*
Clamp texture queries to sane values.
brianderson@chromium.org
2012-12-05
1
-0
/
+4
*
cc: Always commit and redraw after scrolling
skyostil@chromium.org
2012-12-04
2
-3
/
+9
*
Tighten the matrix usage in cc/layer_tree_host_common.cpp
shawnsingh@google.com
2012-12-04
1
-25
/
+27
*
cc: Add basic texture recycling to ResourcePool.
reveman@chromium.org
2012-12-04
5
-40
/
+124
*
cc: Move --num-raster-threads setting to LayerTreeSettings.
reveman@chromium.org
2012-12-04
6
-26
/
+33
*
Use nearest neighbor filtering for non-translated quads
skyostil@chromium.org
2012-12-04
8
-44
/
+200
*
Make PicturePile pile.
aelias@chromium.org
2012-12-04
6
-53
/
+110
*
implement the logic to set tile priorities based on current matrix
qinmin@chromium.org
2012-12-04
11
-2
/
+296
*
cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.
danakj@chromium.org
2012-12-04
18
-85
/
+91
*
Only do full tree sync if tree is actually changed, otherwise just push prope...
jamesr@chromium.org
2012-12-04
8
-85
/
+153
*
cc: Give ownership of render passes to the renderer when drawing a frame.
danakj@chromium.org
2012-12-04
10
-43
/
+55
*
cc: Add historgram for the number of render passes in an ubercomp delegated f...
danakj@chromium.org
2012-12-04
1
-0
/
+3
*
cc: Add CompositorFrame class with IPC param traits for it
danakj@chromium.org
2012-12-04
7
-7
/
+83
*
cc: Avoid unnecessary flush when releasing a pixel buffer.
reveman@chromium.org
2012-12-03
1
-7
/
+12
*
Migrate the Android compositor to cc::Layer classes.
leandrogracia@chromium.org
2012-12-03
1
-0
/
+1
*
cc: Add experimental --num-raster-threads option.
reveman@chromium.org
2012-12-01
3
-4
/
+26
*
Adding tracing to measure synthetic smooth scrolling correctness
hartmanng@chromium.org
2012-12-01
1
-0
/
+7
*
This change switches the compositor to the new WebLayerTreeViewClient::create...
egraether@chromium.org
2012-12-01
8
-22
/
+42
*
Fix compile warnings for 64-bit constants.
isherman@chromium.org
2012-11-30
1
-4
/
+10
*
cc: Fix hudLayer size and paint rects scale for deviceScaleFactor != 1
egraether@chromium.org
2012-11-30
2
-3
/
+9
*
Don't create render passes for transparent images.
skaslev@chromium.org
2012-11-30
11
-26
/
+77
*
Move RenderStats enumeration out of gpu_benchmarking_extension.
hartmanng@chromium.org
2012-11-30
2
-0
/
+38
*
[cc] Track the rendering & painting cost of impl-side painting.
nduca@chromium.org
2012-11-30
9
-8
/
+289
*
Add perf tests based on json representation of layer tree
jamesr@chromium.org
2012-11-30
3
-15
/
+8488
*
Texture Draw Calls Coalescing
whunt@chromium.org
2012-11-30
11
-37
/
+271
*
Use a mutex to deal with concurrent access to the m_evictedBackings
ccameron@chromium.org
2012-11-30
9
-83
/
+48
*
Fix naming of one accelerated compositing stat used in benchmarking
shawnsingh@chromium.org
2012-11-30
4
-6
/
+6
*
This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS...
egraether@chromium.org
2012-11-30
12
-71
/
+124
*
cc: Fix impl-side painting invalidation.
reveman@google.com
2012-11-30
1
-0
/
+1
*
cc: Swizzle contents correctly when using impl side painting.
reveman@google.com
2012-11-30
3
-3
/
+11
*
Revert 170274 - Track the rendering & painting cost of impl-side painting.
tbreisacher@chromium.org
2012-11-29
6
-49
/
+8
*
Track the rendering & painting cost of impl-side painting.
nduca@chromium.org
2012-11-29
6
-8
/
+49
*
cc: Add debug borders / checkerboards for impl-side painting
enne@chromium.org
2012-11-29
4
-7
/
+51
*
cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.
reveman@chromium.org
2012-11-29
13
-66
/
+120
*
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
[next]