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
/
layers
/
tiled_layer_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Remove TiledLayer and ContentLayer.
danakj
2015-06-17
1
-320
/
+0
*
Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...
jbauman
2015-05-19
1
-13
/
+9
*
cc: Move files out of cc/resources/.
danakj
2015-05-18
1
-1
/
+1
*
cc: Some more cleanup and removing TODOs for validating resources.
danakj
2015-04-24
1
-3
/
+1
*
cc: Add ResourceId validation checks at the time of AppendQuads.
danakj
2015-04-07
1
-0
/
+4
*
cc: Remove unused references to header files
huayong.xu
2015-03-12
1
-1
/
+0
*
cc: Scale checkerboard quads by the device scale factor.
danakj
2015-03-04
1
-2
/
+2
*
cc: Stop passing the occlusion explicitly to AppendQuads.
danakj
2015-02-14
1
-2
/
+2
*
mechanical rename of base::debug -> base::trace_event for /cc
ssid
2015-02-09
1
-1
/
+1
*
Convert scroll offsets to use SyncedProperty.
aelias
2015-01-31
1
-2
/
+10
*
Mechanical rename of tracing includes for /cc
primiano
2015-01-28
1
-1
/
+1
*
cc: refactor of MathUtil::AddToTracedValue
jungjik.lee
2015-01-21
1
-3
/
+1
*
[cc] Add nearest neighbor filtering for PictureLayer.
jackhou
2014-12-13
1
-1
/
+2
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
1
-1
/
+1
*
Include mask texture size in RenderPassDrawQuad
enne
2014-10-16
1
-5
/
+9
*
cc: Pass Occlusion instead of OcclusionTracker to LayerImpls
vmpstr
2014-10-07
1
-8
/
+5
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-2
/
+2
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-2
/
+2
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-2
/
+2
*
cc: Move UnoccludedContentRect to Occlusion.
vmpstr
2014-09-18
1
-1
/
+3
*
cc: Remove the opaque rect return-parameter from ContentLayerClient.
danakj
2014-09-15
1
-10
/
+2
*
cc: Replace Region with SimpleEnclosedRegion for occlusion tracking
danakj@chromium.org
2014-08-22
1
-3
/
+4
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
1
-2
/
+5
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
1
-5
/
+2
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
1
-2
/
+5
*
cc: add DCHECKs of tile in GPUMemoryUsageInBytes and PushPropertiesTo
hyunki.baik@samsung.com
2014-07-09
1
-2
/
+3
*
Create DrawQuad in RenderPass and only give out raw pointer to layers
weiliangc@chromium.org
2014-07-03
1
-8
/
+5
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
1
-9
/
+12
*
cc: Pass scaled bounds to debug border quads for drawing.
sohan.jyoti@samsung.com
2014-06-20
1
-1
/
+2
*
Create SharedQuadState on RenderPass
weiliangc@chromium.org
2014-05-07
1
-2
/
+3
*
cc: Apply occlusion before creating quads in TiledLayerImpl.
danakj@chromium.org
2014-04-23
1
-6
/
+9
*
cc: Rename QuadSink::Append to MaybeAppend.
danakj@chromium.org
2014-03-13
1
-3
/
+3
*
cc: Remove the AppendQuadsData from QuadSink::Append.
danakj@chromium.org
2014-03-12
1
-5
/
+3
*
cc: Add visible_rect to Draw*Quad::SetNew().
danakj@chromium.org
2014-03-07
1
-3
/
+9
*
cc: Remove TiledLayer mask DCHECK for 0 tiles
enne@chromium.org
2014-01-16
1
-0
/
+6
*
cc: Rename LayerImpl::DidLoseOutputSurface to ReleaseResources
boliu@chromium.org
2014-01-14
1
-1
/
+1
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
1
-1
/
+1
*
Revert "cc: Temporary diagnostics."
dongseong.hwang@intel.com
2013-10-15
1
-21
/
+0
*
cc: Preserve partial culling from child compositor.
danakj@chromium.org
2013-10-12
1
-2
/
+3
*
cc: Delete LayerTreeAsText / ShowPlatformLayerTree
enne@chromium.org
2013-06-20
1
-6
/
+0
*
Use a direct include of strings headers in cc/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Skip drawing unsupported layers in forced software mode
boliu@chromium.org
2013-06-02
1
-4
/
+13
*
cc: Add per-layer memory usage to tracing snapshots
enne@chromium.org
2013-05-15
1
-0
/
+15
*
cc: Make LayerImpl::LayerTypeAsString return the full type
enne@chromium.org
2013-05-15
1
-1
/
+1
*
cc: Add TiledLayerImpl::AsValue
enne@chromium.org
2013-05-14
1
-0
/
+5
*
Ensure opaque background for missing tiles for opaque layers
wangxianzhu@chromium.org
2013-04-11
1
-24
/
+15
*
cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...
danakj@chromium.org
2013-03-29
1
-1
/
+1
*
Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
rsleevi@chromium.org
2013-03-29
1
-1
/
+1
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
1
-1
/
+1
*
Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
danakj@chromium.org
2013-03-29
1
-1
/
+1
[next]