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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute solid-color scrollbar properties on all platforms.
davemoore@chromium.org
2014-01-09
7
-4
/
+17
*
cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelR...
reveman@chromium.org
2014-01-08
11
-204
/
+162
*
Revert "cc: Simplify raster task completion notification logic"
ernstm@chromium.org
2014-01-08
2
-11
/
+1
*
[cc] Cleanup: remove unused class - CachingBitmapContentLayerUpdater
simonhong@chromium.org
2014-01-08
3
-109
/
+0
*
Revert of https://codereview.chromium.org/63443003/
enne@chromium.org
2014-01-08
13
-85
/
+149
*
cc: Remove racy initialization code in cc/base/switches.cc.
reveman@chromium.org
2014-01-07
2
-20
/
+1
*
Remove presubmit checks from cc/PRESUBMIT.py which checked gfx structs
prashant.n@samsung.com
2014-01-07
1
-7
/
+0
*
[cc] Cleanup: Modify description of BitmapContentLayerUpdater
simonhong@chromium.org
2014-01-07
1
-2
/
+3
*
cc: Combine analysis and raster
enne@chromium.org
2014-01-07
13
-149
/
+85
*
replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variants
reed@google.com
2014-01-06
1
-1
/
+1
*
cc: Improve worker pool performance by using std:make_heap instead of std:pri...
reveman@chromium.org
2014-01-02
1
-26
/
+30
*
Remove some LatencyInfo merging code path
miletus@chromium.org
2014-01-02
3
-9
/
+9
*
Pass cancelable callback to gpu::ContextSupport::SignalQuery() in GLRenderer
sergeyu@chromium.org
2013-12-26
1
-1
/
+4
*
Update uses of Value in android_webview, apps, ash, cc to use the base:: name...
avi@chromium.org
2013-12-21
4
-8
/
+8
*
Add a new target to build gfx test support files.
tfarina@chromium.org
2013-12-20
1
-1
/
+1
*
Lock touchscreen flings to the first layer scrolled by the fling
jdduke@chromium.org
2013-12-20
3
-45
/
+57
*
Use the GL in process bindings directly in cc_unittests
jamesr@chromium.org
2013-12-20
13
-141
/
+329
*
Revert "cc: Added tile bundles"
vmpstr@chromium.org
2013-12-20
29
-1633
/
+528
*
cc: Defer first OutputSurface creation until client is ready
sievers@google.com
2013-12-19
12
-93
/
+164
*
Increase the minimum GPU memory limit on Mac
ccameron@chromium.org
2013-12-19
1
-3
/
+7
*
Move geometric types to a separate, more lightweight target.
ben@chromium.org
2013-12-18
2
-0
/
+4
*
Update ETC1PixelRef to use new SkPixelRef constructor.
halcanary@google.com
2013-12-18
3
-18
/
+8
*
cc: Simplify raster task completion notification logic
skyostil@chromium.org
2013-12-18
2
-1
/
+11
*
cc: Clear delegated layer's current resources when deleting child
sievers@google.com
2013-12-17
2
-0
/
+82
*
cc: Prevent infinite calls of advance_commit_state_timer_ timer.
qsr@chromium.org
2013-12-17
1
-6
/
+14
*
cc: Use 1024x1024 tiles for gpu rasterized layers.
ernstm@chromium.org
2013-12-17
5
-10
/
+68
*
cc: Fix incorrect RecalculateRasterScale edge cases
enne@chromium.org
2013-12-17
3
-2
/
+53
*
cc: Use Skia information about whether pictures have bitmaps
enne@chromium.org
2013-12-17
3
-1
/
+6
*
cc: Stop needlessly converting rect/rectf in update tile priorities
vmpstr@chromium.org
2013-12-14
1
-1
/
+1
*
Implicitly ensure backbuffer creation on draw
jamesr@chromium.org
2013-12-13
2
-6
/
+0
*
cc: Reset tiling size upon destruction.
vmpstr@chromium.org
2013-12-13
2
-0
/
+46
*
cc: Layer::PushPropertiesTo perf test
vmpstr@chromium.org
2013-12-13
2
-0
/
+121
*
cc: Only use advance_commit_state_timer_ when a commit is pending
brianderson@chromium.org
2013-12-13
1
-14
/
+16
*
Add GL entry points for DiscardBackbufferCHROMIUM
jamesr@chromium.org
2013-12-13
2
-5
/
+2
*
cc: Include analysis in raster benchmark costs
enne@chromium.org
2013-12-13
8
-16
/
+60
*
cc: Prevent use after free of LayerImpl that had a copy request.
danakj@chromium.org
2013-12-12
3
-14
/
+85
*
use SkImageInfo parameter for SkPixelRef constructor
reed@google.com
2013-12-12
2
-10
/
+16
*
Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLE
qinmin@chromium.org
2013-12-12
3
-12
/
+12
*
cc: Don't cancel poll_for_draw_triggers_closure_ too early.
brianderson@chromium.org
2013-12-12
7
-15
/
+35
*
Remove WebGraphicsContext3D references from cc/layers
jamesr@chromium.org
2013-12-11
6
-17
/
+24
*
Convert cc::GeometryBinding over to GLES2Interface
jamesr@chromium.org
2013-12-11
3
-82
/
+81
*
Convert cc resource system over to GLES2Interface
jamesr@chromium.org
2013-12-11
12
-539
/
+704
*
Use GLES2Interface in GLRenderer
jamesr@chromium.org
2013-12-11
4
-512
/
+665
*
Revert "Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate"
loislo@chromium.org
2013-12-11
13
-58
/
+81
*
Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate
trchen@chromium.org
2013-12-11
13
-81
/
+58
*
cc: Use a rectf manhattan distance for update tile priorities
vmpstr@chromium.org
2013-12-11
1
-6
/
+6
*
cc: Make BrowserCompositorInvalidateLayerTreePerfTest change mailbox.
danakj@chromium.org
2013-12-11
1
-0
/
+8
*
cc: Remove dead function declaration
enne@chromium.org
2013-12-10
1
-2
/
+0
*
Removed unnecessary forward declarations.
alokp@chromium.org
2013-12-10
1
-4
/
+0
*
cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}
danakj@chromium.org
2013-12-10
54
-352
/
+373
[next]