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
*
Skip raster if MapImage fails
boliu@chromium.org
2013-06-17
5
-57
/
+114
*
Revert impl-side painting setting for GoogleTV
jinsukkim@chromium.org
2013-06-17
1
-6
/
+1
*
cc: Fix throttling of raster tasks.
reveman@chromium.org
2013-06-17
2
-20
/
+29
*
cc: Pixel rebaselines for https://chromiumcodereview.appspot.com/17018002/
danakj@chromium.org
2013-06-17
2
-1
/
+1
*
Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."
reveman@google.com
2013-06-17
37
-693
/
+805
*
Estimate draw duration in SchedulerClient
ajuma@chromium.org
2013-06-16
4
-2
/
+51
*
cc: Throttle raster tasks based on check interval and max upload rate.
reveman@chromium.org
2013-06-15
1
-14
/
+17
*
Revert "cc: Don't return mailboxes if the TextureLayer is removed from the tr...
senorblanco@chromium.org
2013-06-15
4
-78
/
+22
*
cc: Decode images once in tile manager
vmpstr@chromium.org
2013-06-15
4
-56
/
+45
*
cc: Don't return mailboxes if the TextureLayer is removed from the tree.
piman@chromium.org
2013-06-15
4
-22
/
+78
*
Fix scrollbar fade animation scheduling.
aelias@chromium.org
2013-06-15
9
-28
/
+168
*
Turn on lightweight image decode check.
tomhudson@chromium.org
2013-06-14
3
-2
/
+6
*
Add support for LatencyInfo to software compositor.
jbauman@chromium.org
2013-06-14
1
-1
/
+1
*
Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-14
1
-1
/
+1
*
cc: Refactor force upload mechanism to allow proper resource ownership passing.
reveman@chromium.org
2013-06-14
13
-251
/
+182
*
cc: Remove unnecessary ref counting in WorkerPool.
reveman@chromium.org
2013-06-14
2
-4
/
+6
*
cc: Move WorkerPool from cc/base to cc/resources.
reveman@chromium.org
2013-06-14
7
-12
/
+12
*
Remove unused (as of r206108) kEnableCompositorFrameMessage
sievers@chromium.org
2013-06-14
2
-4
/
+0
*
cc: Fix and re-enable DrawRenderPassQuadShaderPermutations test
danakj@chromium.org
2013-06-13
1
-96
/
+20
*
Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
1
-2
/
+2
*
cc: Remove analysis from tile manager
vmpstr@chromium.org
2013-06-13
9
-40
/
+35
*
cc: Reduce calls to WorkerPool::ScheduledTasks().
reveman@chromium.org
2013-06-13
2
-27
/
+44
*
cc: Move WorkerPool task graph construction to derived classes.
reveman@chromium.org
2013-06-13
6
-153
/
+189
*
cc: Remove unused ResourcePool::resource_provider() getter.
reveman@chromium.org
2013-06-13
1
-2
/
+0
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-13
37
-805
/
+693
*
cc: Use RenderingCapabilities::best_texture_format with impl-side painting.
reveman@chromium.org
2013-06-12
6
-21
/
+25
*
CC: Call SwapBuffers instead of PostSubBuffer on full frame update.
backer@chromium.org
2013-06-12
5
-23
/
+42
*
cc: Make raster tasks separate objects.
vmpstr@chromium.org
2013-06-12
10
-303
/
+379
*
cc: Don't flip render passes when rendering them.
danakj@chromium.org
2013-06-12
10
-107
/
+134
*
Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."
skaslev@chromium.org
2013-06-12
37
-692
/
+805
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in cc/.
dcheng@chromium.org
2013-06-12
15
-27
/
+23
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-12
37
-805
/
+692
*
cc: Make activation happen as soon as possible
enne@chromium.org
2013-06-12
15
-59
/
+99
*
cc: Don't add low res tilings for small layers
enne@chromium.org
2013-06-11
8
-10
/
+62
*
cc: PNG baseline for https://codereview.chromium.org/16667004/
danakj@chromium.org
2013-06-11
2
-1
/
+1
*
cc: Clean up non-ideal low res tilings earlier
enne@chromium.org
2013-06-11
2
-23
/
+12
*
cc: Enable AntiAliasing for sub-pixel translations in software renderer
danakj@chromium.org
2013-06-11
3
-32
/
+106
*
Fix DCHECK in browser software compositing.
aelias@chromium.org
2013-06-11
1
-7
/
+5
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
24
-24
/
+24
*
[Software Compositor] Explicitly handle checkerboard draw quads.
skaslev@chromium.org
2013-06-11
2
-9
/
+28
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
7
-33
/
+34
*
Fix DCHECK during TileManager shutdown with ImageRasterWorkerPool
boliu@chromium.org
2013-06-11
2
-0
/
+6
*
Unified OutputSurface::SwapBuffers.
aelias@chromium.org
2013-06-11
29
-243
/
+171
*
cc: Throttle raster tasks properly when using async uploads.
reveman@chromium.org
2013-06-11
2
-11
/
+18
*
Track LatencyInfo through impl-thread scrolling.
jbauman@chromium.org
2013-06-11
4
-0
/
+14
*
cc: Don't add low res tilings during animation/pinch
enne@chromium.org
2013-06-11
7
-11
/
+123
*
Use a direct include of strings headers in cc/.
avi@chromium.org
2013-06-10
19
-19
/
+19
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
cc: Disable anti-aliasing in software compositor for tiled layers.
danakj@chromium.org
2013-06-10
1
-1
/
+8
*
cc: More rebaselines for https://codereview.chromium.org/16634015/
danakj@chromium.org
2013-06-10
3
-2
/
+2
[next]