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
*
Revert 278654 "cc: Start using raster/eviction iterators in tile..."
vmpstr@google.com
2014-06-23
2
-1
/
+4
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
8
-111
/
+30
*
Small layer_tree_json_parser fix for Is3dSorted
thildebr@chromium.org
2014-06-21
1
-1
/
+1
*
cc: Support on demand raster with gpu rasterization
boliu@chromium.org
2014-06-21
3
-0
/
+27
*
cc: Start using raster/eviction iterators in tile manager
vmpstr@chromium.org
2014-06-20
2
-4
/
+1
*
cc: Don't add new tilings while syncing a tiling.
danakj@chromium.org
2014-06-20
1
-10
/
+0
*
Adding a test hook for ScheduledActionAnimate.
mithro@mithis.com
2014-06-19
2
-11
/
+17
*
cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().
danakj@chromium.org
2014-06-19
1
-1
/
+1
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
3
-6
/
+0
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
4
-11
/
+25
*
Remove QuadCuller class and make QuadSink concrete
weiliangc@chromium.org
2014-06-17
2
-33
/
+13
*
Change GLInternalFormat param from GLint to GLenum.
jungjik.lee@samsung.com
2014-06-17
2
-2
/
+2
*
MockQC stops create its own RP and MockOcclusionTracker
weiliangc@chromium.org
2014-06-13
5
-39
/
+24
*
Create MockOcclusionTracker for testing
weiliangc@chromium.org
2014-06-13
3
-25
/
+78
*
cc: Move tiling management out of draw properties calculation.
sohan.jyoti@samsung.com
2014-06-13
2
-0
/
+15
*
cc: Removed LCD text settings from the impl side.
alokp@chromium.org
2014-06-13
2
-3
/
+3
*
cc: Refactor how picture layers are exposed to the tile manager.
reveman@chromium.org
2014-06-12
2
-1
/
+21
*
cc: Test losing the output surface during deferred commits.
danakj@chromium.org
2014-06-11
2
-0
/
+2
*
Fix flaky test LayerTreeHostTestMaxTransferBufferUsageBytes.
danakj@chromium.org
2014-06-10
2
-13
/
+14
*
Invert DSF to map from delegated frame to layer space
jamesr@chromium.org
2014-06-10
2
-3
/
+8
*
Revert of Invert DSF to map from delegated frame to layer space (https://code...
acleung@chromium.org
2014-06-07
2
-8
/
+3
*
Invert DSF to map from delegated frame to layer space
jamesr@chromium.org
2014-06-06
2
-3
/
+8
*
Added LayerSorter::Sort perftests
thildebr@chromium.org
2014-06-06
3
-0
/
+3550
*
Get rid of graphics layer anchor points, and replace with
chrishtr@chromium.org
2014-06-05
8
-22
/
+16
*
Fixing crash in PictureLayerImpl::MarkVisibleResourcesAsRequired when low-res...
p.sergey@samsung.com
2014-05-30
1
-3
/
+6
*
cc: Add message passing mechanism to micro benchmarking.
ernstm@chromium.org
2014-05-30
1
-0
/
+1
*
cc: Introduce OrderedSimpleTaskRunner
simonhong@chromium.org
2014-05-29
3
-0
/
+139
*
Re-land: cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-27
3
-15
/
+3
*
Revert 272635 "cc: Examine layers to determine if we're ready to..."
kbr@chromium.org
2014-05-24
3
-3
/
+15
*
cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-23
3
-15
/
+3
*
cc: Get rid of rasterizer delegate.
alokp@chromium.org
2014-05-22
1
-3
/
+0
*
cc: Prevent tiles that are required for activation from being placed in NEVER...
reveman@chromium.org
2014-05-22
2
-0
/
+8
*
cc: Allow DeferredInitialize to use DelegatingRenderer
boliu@chromium.org
2014-05-22
3
-5
/
+22
*
cc: Add testing stubs for proxy test
simonhong@chromium.org
2014-05-22
2
-4
/
+68
*
Make delegated software renderer work on Mac
ccameron@chromium.org
2014-05-21
2
-5
/
+7
*
cc: Remove CreateAndInitializeOutputSurface from the Proxy interface.
danakj@chromium.org
2014-05-20
2
-6
/
+0
*
cc: Reset raster scale if we didn't sync high res tiling.
vmpstr@chromium.org
2014-05-20
1
-0
/
+4
*
Adding gtest helpers for BeginFrameArgs.
mithro@mithis.com
2014-05-19
2
-0
/
+29
*
Do not use MockQuadCuller when only testing with RenderPass
weiliangc@chromium.org
2014-05-16
1
-16
/
+10
*
cc: Change tile manager perftest to use layers.
vmpstr@chromium.org
2014-05-16
1
-0
/
+5
*
Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.
danakj@chromium.org
2014-05-15
5
-28
/
+3
*
Remove hit-testing-only RSLL entries
vollick@chromium.org
2014-05-15
2
-19
/
+1
*
Use LapTimer in rasterize_and_record micro benchmark.
dominikg@chromium.org
2014-05-13
2
-144
/
+0
*
Hit test on the layer tree rather than the RSLL
vollick@chromium.org
2014-05-12
2
-0
/
+242
*
cc: Unify use of DidSwapBuffers() and did_request_swap
simonhong@chromium.org
2014-05-12
2
-8
/
+7
*
cc: Do not limit number of raster tasks for upload limit.
alokp@chromium.org
2014-05-10
4
-32
/
+0
*
Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...
mithro@mithis.com
2014-05-10
3
-1
/
+61
*
Use ThreadNow() in LapTimer if supported.
dominikg@chromium.org
2014-05-09
1
-2
/
+14
*
Use RenderPass CreateAndAppendSQS whenever possible
weiliangc@chromium.org
2014-05-08
2
-26
/
+16
*
Create SharedQuadState on RenderPass
weiliangc@chromium.org
2014-05-07
3
-43
/
+28
[next]