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
*
Revert 171850
jamesr@chromium.org
2012-12-10
3
-52
/
+1
*
cc: Remove dangerous LayerImpl::removeFromParent
enne@chromium.org
2012-12-10
3
-16
/
+12
*
cc: Split out calcDrawEtc from drawLayers
enne@chromium.org
2012-12-09
7
-28
/
+193
*
Fix license header in cc/delegating_renderer
boliu@chromium.org
2012-12-08
2
-48
/
+6
*
Revert 171714 - Use an auxiliary list of animation controllers.
vollick@chromium.org
2012-12-08
24
-414
/
+434
*
cc: Add a blocksPendingCommit flag to LayerImpl
enne@chromium.org
2012-12-08
6
-0
/
+26
*
cc: Fix impl-side painting rasterization at >1 contents scales
enne@chromium.org
2012-12-08
6
-12
/
+19
*
Added LayerTreeHostImpl::layerTreeAsJson which serializes a layer tree
skaslev@chromium.org
2012-12-08
7
-9
/
+92
*
Round managed memory stats to the nearest 8MB, and don't perform
ccameron@chromium.org
2012-12-08
7
-13
/
+65
*
cc: Only create tilings for layers that draws content.
reveman@chromium.org
2012-12-08
3
-6
/
+17
*
Add the DelegatingRenderer class with its initialize path.
danakj@chromium.org
2012-12-08
14
-24
/
+393
*
Update 10_10_layer_tree.json benchmark data
jamesr@chromium.org
2012-12-08
1
-8311
/
+1823
*
Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...
jamesr@chromium.org
2012-12-08
5
-48
/
+47
*
cc: Add receiver for CompositorFrameAck in LayerTreeHostImpl and forward it t...
danakj@chromium.org
2012-12-08
2
-2
/
+8
*
This patch makes quad-clipping to a scissor window an explicit operation at q...
whunt@chromium.org
2012-12-07
3
-1
/
+52
*
Expose vector::swap on ScopedPtrVector.
danakj@chromium.org
2012-12-07
1
-0
/
+4
*
cc: Move WebCompositorOutputSurface and related classes into cc/
danakj@chromium.org
2012-12-07
41
-308
/
+425
*
Add a stat to the smoothness benchmark for avg number of missing tiles.
vollick@chromium.org
2012-12-07
8
-16
/
+27
*
Marking LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers test as flaky
pliard@chromium.org
2012-12-07
1
-1
/
+2
*
cc: Pass LayerTreeHostImpl to LayerImpl constructor
enne@chromium.org
2012-12-07
75
-643
/
+964
*
optimize computing bounds by calling SkMatrix44::map2()
reed@google.com
2012-12-07
1
-7
/
+19
*
Basic pixel tests for cc
jamesr@chromium.org
2012-12-07
14
-15
/
+473
*
cc: Use asynchronous set pixels API for impl-side painting.
reveman@chromium.org
2012-12-07
9
-23
/
+78
*
With this patch we accomplish the following:
vollick@chromium.org
2012-12-07
24
-435
/
+420
*
Preparing cc for the removal of scoped_refptr::release()
piman@chromium.org
2012-12-07
1
-2
/
+6
*
Move LayerSorter to exist locally only in layer_tree_host_common
shawnsingh@google.com
2012-12-07
11
-53
/
+51
*
cc: Add asynchronous setPixel interface.
reveman@chromium.org
2012-12-07
2
-0
/
+87
*
Add data file needed for cc pixel tests
jamesr@chromium.org
2012-12-06
1
-0
/
+0
*
[cc] Move root layer pointer to LayerTreeImpl
nduca@chromium.org
2012-12-06
7
-138
/
+254
*
Revert 171544
miket@chromium.org
2012-12-06
13
-404
/
+9
*
Basic pixel tests for cc
jamesr@chromium.org
2012-12-06
13
-9
/
+404
*
Disable pinch zoom viewport for non-compositor scaling
trchen@chromium.org
2012-12-06
1
-1
/
+3
*
cc: Initialize boolean with false, not 0.
danakj@chromium.org
2012-12-06
1
-1
/
+1
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
60
-429
/
+458
*
Revert 171403
danakj@chromium.org
2012-12-06
60
-457
/
+429
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
60
-429
/
+457
*
cc: Allow a renderer to disallow partial texture updates.
danakj@chromium.org
2012-12-06
9
-12
/
+153
*
Try deflake tests, and re-enable a was-flaky test.
danakj@chromium.org
2012-12-06
3
-26
/
+6
*
cc: Don't recycle texture backings when they are in use by the ubercomp consu...
danakj@chromium.org
2012-12-06
1
-0
/
+2
*
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
[next]