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
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
28
-108
/
+252
*
Create resource for alpha plane if it exists
vigneshv@chromium.org
2013-06-19
1
-2
/
+4
*
cc: Deprioritize low res when not in smoothness mode
enne@chromium.org
2013-06-19
1
-9
/
+20
*
cc: simplify mailbox management in ResourceProvider
piman@chromium.org
2013-06-19
2
-47
/
+44
*
Reland r206537 - cc: Don't return mailboxes if the TextureLayer is removed fr...
piman@chromium.org
2013-06-18
4
-44
/
+167
*
cc: Fix to image decode in tile manager.
vmpstr@chromium.org
2013-06-18
5
-8
/
+52
*
cc: Prevent raster tasks from completing twice.
reveman@chromium.org
2013-06-18
4
-13
/
+38
*
cc: Add ability to request copy of compositor output as a texture.
danakj@chromium.org
2013-06-18
21
-192
/
+858
*
cc: For LCD text, consider unready tiles as having text
enne@chromium.org
2013-06-18
4
-6
/
+6
*
cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.
danakj@chromium.org
2013-06-18
21
-285
/
+288
*
Link cc, cc_unittests, and compositor against blink_minimal
jamesr@chromium.org
2013-06-18
2
-2
/
+2
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-18
37
-833
/
+756
*
cc: Use run count instead of linear scan through dependencies to detect ready...
reveman@chromium.org
2013-06-18
2
-61
/
+82
*
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
[next]