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
/
delegated_renderer_layer_impl_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting()
jamesr@chromium.org
2013-02-12
1
-1
/
+1
*
cc: Chromium-stylify the DelegatedRendererLayer classes and tests.
danakj@chromium.org
2013-01-23
1
-954
/
+1119
*
cc: Clip delegated quads to the correct clip rect.
danakj@chromium.org
2013-01-22
1
-53
/
+525
*
cc: Stop using drawableContentRect for occlusion.
danakj@chromium.org
2013-01-22
1
-5
/
+2
*
cc: Use the size of the source frame along with the source frame's renderpasses
danakj@chromium.org
2013-01-20
1
-4
/
+53
*
cc: DelegatedRenderer layer needs a surface if rotated.
danakj@chromium.org
2013-01-20
1
-1
/
+19
*
cc: Test non-root passes are not transformed.
danakj@chromium.org
2013-01-19
1
-13
/
+71
*
cc: Test to verify the order of the transforms when mapping to the delegated ...
danakj@chromium.org
2013-01-16
1
-7
/
+19
*
cc: Map the clip_rect in the SharedQuadState to include the drawTransform of ...
danakj@chromium.org
2013-01-09
1
-0
/
+1
*
cc: Move more functionality from host to LayerTreeImpl
enne@chromium.org
2013-01-05
1
-2
/
+3
*
cc: Unify namespaces for all test files
enne@chromium.org
2012-12-16
1
-4
/
+0
*
[Android WebView] Tie together Chrome's browser compositor with the Android V...
leandrogracia@chromium.org
2012-12-15
1
-34
/
+1
*
Combine mask texture parameters into single gfx::RectF
jamesr@chromium.org
2012-12-13
1
-1
/
+1
*
cc: Make DelegatedRendererLayerImplTest use FakeLayerTreeHostImplClient
enne@chromium.org
2012-12-13
1
-14
/
+4
*
[cc] Make LayerImpls point at LayerTreeImpl instead of LTHI
nduca@chromium.org
2012-12-11
1
-6
/
+6
*
cc: Move WebCompositorOutputSurface and related classes into cc/
danakj@chromium.org
2012-12-07
1
-2
/
+0
*
cc: Pass LayerTreeHostImpl to LayerImpl constructor
enne@chromium.org
2012-12-07
1
-6
/
+7
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-7
/
+3
*
Revert 171403
danakj@chromium.org
2012-12-06
1
-3
/
+7
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-7
/
+3
*
cc: Give ownership of render passes to the renderer when drawing a frame.
danakj@chromium.org
2012-12-04
1
-22
/
+32
*
cc: Add a test to verify DelegatedRendererLayer owns a RenderSurface when nee...
danakj@chromium.org
2012-11-28
1
-0
/
+28
*
[cc] Add TileManager to LayerTreeHostImpl
nduca@chromium.org
2012-11-28
1
-0
/
+1
*
Animation code is not yet migrated by this patch, due to WebTransformOperations.
shawnsingh@chromium.org
2012-11-27
1
-25
/
+24
*
cc: Minimize the number of times GL scissoring state is changed
shawnsingh@chromium.org
2012-11-21
1
-3
/
+3
*
cc: Make RenderPass into a struct-like class.
danakj@chromium.org
2012-11-21
1
-79
/
+80
*
cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.
danakj@chromium.org
2012-11-21
1
-5
/
+8
*
cc: Make the DrawQuad subclasses into a struct-like classes.
danakj@chromium.org
2012-11-20
1
-6
/
+22
*
cc: Turn DrawQuad into a struct-like class with public data members.
danakj@chromium.org
2012-11-17
1
-15
/
+15
*
cc: Convert DrawQuad to chromium style.
danakj@chromium.org
2012-11-17
1
-15
/
+15
*
cc: Remove opaque flags from SharedQuadState and DrawQuad
danakj@chromium.org
2012-11-17
1
-3
/
+3
*
cc: Remove forbidden using namespace directives.
tfarina@chromium.org
2012-11-10
1
-2
/
+3
*
Remove WTF and WebCore from cc/ and webkit/compositor_bindings/
piman@chromium.org
2012-11-10
1
-2
/
+0
*
Remove static thread pointers from CC, attempt 3
aelias@chromium.org
2012-11-08
1
-4
/
+6
*
cc: Fix style for comments at the end of namespaces
danakj@chromium.org
2012-11-05
1
-1
/
+1
*
A speculative Revert for r165872 - Remove static thread pointers from CC, att...
hbono@chromium.org
2012-11-05
1
-6
/
+4
*
Remove static thread pointers from CC, attempt 2
aelias@chromium.org
2012-11-04
1
-4
/
+6
*
Revert 165476 - Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-6
/
+4
*
Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-4
/
+6
*
cc: Use gfx:: Geometry types for positions, bounds, and related things.
danakj@chromium.org
2012-11-01
1
-44
/
+44
*
Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc
jamesr@chromium.org
2012-10-29
1
-2
/
+2
*
Report memory usage statistics from the renderer.
ccameron@chromium.org
2012-10-25
1
-0
/
+1
*
cc: Remove CC*.h temporary includes, part 6/4.
tfarina@chromium.org
2012-10-24
1
-2
/
+2
*
Fix usage of TestRenderPass
piman@chromium.org
2012-10-23
1
-4
/
+4
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-22
1
-84
/
+84
*
Conditionalize memory allocation limit based on visibility
ccameron@chromium.org
2012-10-22
1
-1
/
+1
*
cc: Remove CC*.h temporary includes, part 4/4.
tfarina@chromium.org
2012-10-22
1
-3
/
+3
*
cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes.
danakj@chromium.org
2012-10-20
1
-3
/
+3
*
Revert "cc: Rename cc classes and members to match filenames"
enne@chromium.org
2012-10-19
1
-84
/
+84
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-19
1
-84
/
+84
[next]