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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Remove unused references to header files
huayong.xu
2015-03-12
1
-1
/
+0
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
1
-1
/
+1
*
cc: Stop converting update rect from int to float to int.
danakj
2014-10-11
1
-2
/
+3
*
[C++11 Allowed Features] Declares a type-safe null pointer converting from NU...
kulkarni.a
2014-10-10
1
-11
/
+8
*
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
*
Fix bad scaling in TiledLayer
Scott Violet
2014-09-23
1
-8
/
+7
*
Revert of Fix bad scaling in TiledLayer (patchset #8 id:140001 of https://cod...
ager
2014-09-23
1
-7
/
+8
*
Fix bad scaling in TiledLayer
sky
2014-09-23
1
-8
/
+7
*
cc: Remove OcclusionTracker::Occluded in favour of Occlusion class.
vmpstr
2014-09-17
1
-2
/
+2
*
cc: Remove the opaque rect return-parameter from ContentLayerClient.
danakj
2014-09-15
1
-31
/
+3
*
cc: Replace Region with SimpleEnclosedRegion for occlusion tracking
danakj@chromium.org
2014-08-22
1
-3
/
+4
*
Keeping track of descendants that draw content instead of recalcualting
awoloszyn@chromium.org
2014-08-11
1
-8
/
+7
*
cc: Give TilingData back a Size instead of a Rect.
danakj@chromium.org
2014-07-16
1
-8
/
+7
*
cc: Give TilingData a Rect instead of a Size
ernstm@chromium.org
2014-04-16
1
-9
/
+8
*
cc: Remove OverdrawMetrics and --trace-overdraw flag.
danakj@chromium.org
2014-03-12
1
-19
/
+0
*
cc: Remove impl_transform_is_unknown argument from OcclusionTracker.
danakj@chromium.org
2014-03-06
1
-4
/
+3
*
cc: Clean up OcclusionTracker template parameters.
danakj@chromium.org
2014-03-05
1
-4
/
+5
*
Pass gfx structs by const ref (gfx::Vector2d)
ajay.berwal@samsung.com
2014-02-05
1
-1
/
+1
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-29
1
-1
/
+3
*
Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...
mnissler@chromium.org
2014-01-28
1
-3
/
+1
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-28
1
-1
/
+3
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
1
-6
/
+6
*
Dirty rects always contain full tiles with delegated rendering.
prashant.n@samsung.com
2013-12-05
1
-13
/
+20
*
Fix transition from hardware to software compositing.
ccameron@chromium.org
2013-10-09
1
-0
/
+13
*
Do not clip inside OcclusionTracker.
alokp@chromium.org
2013-10-04
1
-3
/
+1
*
cc: Stop using magic numbers to detect if we can use partial updates.
danakj@chromium.org
2013-10-04
1
-2
/
+2
*
cc: Delete RenderSurface caching.
alokp@chromium.org
2013-10-01
1
-2
/
+1
*
cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...
kaanb@chromium.org
2013-09-19
1
-1
/
+1
*
Revert "Adding support for RGBA_4444 tile textures"
tomhudson@google.com
2013-09-18
1
-1
/
+1
*
Adding support for RGBA_4444 tile textures
kaanb@chromium.org
2013-09-18
1
-1
/
+1
*
cc: Block commit on activate by setting a flag on LayerTreeHost.
danakj@chromium.org
2013-08-30
1
-2
/
+4
*
Revert 220418 "cc: Block commit on activate by setting a flag on..."
danakj@chromium.org
2013-08-30
1
-4
/
+2
*
cc: Block commit on activate by setting a flag on LayerTreeHost.
danakj@chromium.org
2013-08-29
1
-2
/
+4
*
cc: Return const* from const getter of LayerTreeHost.
danakj@chromium.org
2013-08-24
1
-1
/
+1
*
cc: Push valid property values when CalcDrawProps skips layer.
danakj@chromium.org
2013-08-03
1
-28
/
+29
*
Add PRESUBMIT check to cc to ensure that C++ std::abs is used
shawnsingh@google.com
2013-07-29
1
-2
/
+2
*
Revert 214144 "Add PRESUBMIT check to cc to ensure that C++ std:..."
shawnsingh@google.com
2013-07-29
1
-2
/
+2
*
Add PRESUBMIT check to cc to ensure that C++ std::abs is used
shawnsingh@google.com
2013-07-28
1
-2
/
+2
*
cc: Early out in PushPropertiesTo tree walk for commit.
danakj@chromium.org
2013-07-13
1
-0
/
+5
*
cc: Make Layer::Update return a bool
enne@chromium.org
2013-07-08
1
-12
/
+12
*
cc: Remove RenderingStats passed to Layer::Update()
egraether@chromium.org
2013-06-29
1
-14
/
+11
*
cc: Replace FIXMEs with TODO(danakj)
enne@chromium.org
2013-06-28
1
-12
/
+12
*
cc: Remove RenderingStats passed to ContentLayerUpdater during Layer::Update()
egraether@chromium.org
2013-06-27
1
-3
/
+2
*
cc: Audit use of Rect::Contains with empty rects.
danakj@chromium.org
2013-06-07
1
-0
/
+1
*
Rename ClampToMin and ClampToMax
vollick@chromium.org
2013-05-30
1
-1
/
+1
*
Make BitmapContentLayerUpdater free its SkCanvas
ccameron@chromium.org
2013-05-18
1
-0
/
+5
*
cc: Add strict layer property change checking and handle bounds changes durin...
reveman@chromium.org
2013-04-16
1
-2
/
+4
*
Revert 191086 "cc: Switch RenderingStats collection in Layer::Up..."
danakj@chromium.org
2013-03-28
1
-13
/
+17
[next]