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
/
tiled_layer_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Chromify cc::Proxy style
enne@chromium.org
2013-03-08
1
-1
/
+1
*
cc: Chromify ResourceUpdateController
danakj@chromium.org
2013-03-08
1
-2
/
+2
*
cc: Chromify the LayerPainter class.
danakj@chromium.org
2013-03-08
1
-2
/
+2
*
cc: Chromify OcclusionTracker
danakj@chromium.org
2013-03-07
1
-74
/
+74
*
cc: Chromify ResourceProvider.
danakj@chromium.org
2013-03-07
1
-1
/
+1
*
cc: Remove Layer::didUpdateBounds
enne@chromium.org
2013-02-27
1
-45
/
+44
*
cc: Route offscreen context creation for compositor to the browser.
danakj@chromium.org
2013-02-22
1
-2
/
+1
*
cc: Avoid expensive RenderingStats collection.
danakj@chromium.org
2013-02-02
1
-37
/
+35
*
cc: Stop using drawableContentRect for occlusion.
danakj@chromium.org
2013-01-22
1
-8
/
+4
*
cc: Clip quads to their target surface's texture in occlusion tracker
danakj@chromium.org
2013-01-22
1
-0
/
+5
*
Avoid exposing gl bindings through cc public API headers
jamesr@chromium.org
2013-01-08
1
-0
/
+1
*
cc: Invalidate the full tiled layer when contents scale changes.
danakj@chromium.org
2012-12-20
1
-3
/
+8
*
cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bin...
danakj@chromium.org
2012-12-18
1
-1
/
+1
*
cc: Make occlusion tracker always work in target space.
danakj@chromium.org
2012-12-17
1
-98
/
+137
*
cc: Unify namespaces for all test files
enne@chromium.org
2012-12-16
1
-2
/
+0
*
cc: Refactor content scale/bounds into draw properties
enne@chromium.org
2012-12-16
1
-4
/
+4
*
Remove the pools from the ResourceProvider.
ccameron@chromium.org
2012-12-14
1
-1
/
+1
*
[cc] Make LayerImpls point at LayerTreeImpl instead of LTHI
nduca@chromium.org
2012-12-11
1
-36
/
+36
*
cc: Pass LayerTreeHostImpl to LayerImpl constructor
enne@chromium.org
2012-12-07
1
-36
/
+40
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-4
/
+4
*
Revert 171403
danakj@chromium.org
2012-12-06
1
-4
/
+4
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-4
/
+4
*
Organize internal properties of cc/ layer types
shawnsingh@google.com
2012-12-05
1
-75
/
+75
*
Use a mutex to deal with concurrent access to the m_evictedBackings
ccameron@chromium.org
2012-11-30
1
-3
/
+6
*
Animation code is not yet migrated by this patch, due to WebTransformOperations.
shawnsingh@chromium.org
2012-11-27
1
-8
/
+8
*
cc: Increase 'small animated layer' size.
epenner@chromium.org
2012-11-20
1
-11
/
+12
*
Set contents texture manager's limit to something reasonable
jamesr@chromium.org
2012-11-15
1
-1
/
+1
*
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
-70
/
+72
*
cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...
danakj@chromium.org
2012-11-08
1
-10
/
+6
*
cc: Rename PrioritizedTexture to PrioritizedResource.
reveman@google.com
2012-11-07
1
-77
/
+77
*
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
-157
/
+155
*
Remove static thread pointers from CC, attempt 2
aelias@chromium.org
2012-11-04
1
-155
/
+157
*
cc: Remove WebCore rect use from the compositor, except within Region.
danakj@chromium.org
2012-11-03
1
-4
/
+4
*
Remove most remaining references to IntRect and FloatRect.
danakj@chromium.org
2012-11-01
1
-16
/
+16
*
Revert 165476 - Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-157
/
+155
*
Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-155
/
+157
*
cc: Use gfx:: Geometry types for positions, bounds, and related things.
danakj@chromium.org
2012-11-01
1
-202
/
+202
*
Pass accurate contentsScale to LayerImpl.
wangxianzhu@chromium.org
2012-11-01
1
-1
/
+2
*
Use gfx:: Geometry types for the resource provider and layer updater classes.
danakj@chromium.org
2012-10-31
1
-4
/
+4
*
Use gfx::Rect types for occlusion tracker and quad culler classes.
danakj@chromium.org
2012-10-31
1
-4
/
+4
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
1
-4
/
+1
*
Revert 165050 - Remove WebKit::Platform dependencies from cc
sergeyu@chromium.org
2012-10-30
1
-1
/
+4
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
1
-4
/
+1
*
Fix clipping/culling for DelegatedRendererLayer*
piman@chromium.org
2012-10-30
1
-4
/
+8
*
cc: Rename TextureUpdate to ResourceUpdate.
reveman@google.com
2012-10-25
1
-6
/
+6
*
cc: Rename CanvasLayerUpdater to ContentLayerUpdater.
reveman@google.com
2012-10-25
1
-3
/
+3
*
cc: Add predictive pre-painting.
epenner@chromium.org
2012-10-23
1
-6
/
+78
[next]