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: Don't consider tiles at the layers raster_contents_scale incomplete
danakj
2014-08-23
3
-1
/
+162
*
Add source frame number to LayerTreeImpl::AsValueInto
nduca
2014-08-23
1
-0
/
+1
*
cc: Small cleanup to use an existing function instead of tilings search
vmpstr
2014-08-23
1
-5
/
+1
*
cc: Don't infinitely throttle large raster tasks
enne@chromium.org
2014-08-22
2
-6
/
+35
*
cc: Disable all synthetic BeginFrame tests
brianderson@chromium.org
2014-08-22
1
-6
/
+11
*
Plumb selection edge points through the compositor
jdduke@chromium.org
2014-08-22
7
-53
/
+104
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-08-22
19
-212
/
+446
*
Make RenderPass::Id an isolated class
weiliangc@chromium.org
2014-08-22
48
-363
/
+384
*
cc: Remove all traces of SkPicture cloning.
reveman@chromium.org
2014-08-22
29
-439
/
+74
*
Replace overdraw_bottom_height with top_controls_layout_height.
aelias@chromium.org
2014-08-22
12
-159
/
+48
*
cc: Replace Region with SimpleEnclosedRegion for occlusion tracking
danakj@chromium.org
2014-08-22
28
-758
/
+1545
*
cc: Stop checking the result of GetInverse in OcclusionTracker.
danakj@chromium.org
2014-08-21
1
-8
/
+4
*
cc: Use a normal texture for background texture.
dongseong.hwang@intel.com
2014-08-21
22
-193
/
+241
*
Still produce quad when tile OOM and on demand raster is not allowed
weiliangc@chromium.org
2014-08-21
4
-3
/
+77
*
2D Canvas doesn't blend video with the destination buffer.
dongseong.hwang@intel.com
2014-08-21
1
-5
/
+1
*
Re-raster during scale animations for GPU-rasterized layers without text
ajuma@chromium.org
2014-08-21
9
-5
/
+152
*
Fix spurious 1px scrolling.
mkosiba@chromium.org
2014-08-21
2
-1
/
+16
*
cc: Avoid redraw for missing tile outside visible rect
boliu@chromium.org
2014-08-20
4
-19
/
+137
*
cc: Added Tile::is_shared functionality.
vmpstr@chromium.org
2014-08-20
5
-3
/
+78
*
Add memory limits struct to in-process context
boliu@chromium.org
2014-08-20
1
-10
/
+12
*
Re-introduce forward declaration of WebCompositorAnimation
samli@chromium.org
2014-08-20
4
-3
/
+10
*
CC: Support playback rate in compositor animations
samli@chromium.org
2014-08-19
5
-3
/
+187
*
Move blink<->cc bindings to cc/blink
jamesr@chromium.org
2014-08-19
48
-0
/
+3710
*
Fix clip rect for quads aggregated from surfaces.
jbauman@chromium.org
2014-08-18
2
-0
/
+17
*
Use SkBitmap::readPixels to perform copy to 4444.
scroggo@google.com
2014-08-18
1
-18
/
+9
*
cc: Initialize filters of new texture same to the original filter.
dongseong.hwang@intel.com
2014-08-18
1
-2
/
+4
*
Rename Animate as Begin(Main)Frame
skyostil@chromium.org
2014-08-18
26
-123
/
+156
*
Restrict usage of mesa headers to targets that really need them
jamesr@chromium.org
2014-08-16
2
-2
/
+0
*
Early wait on texture resource sync points in gl_renderer.
vmiura@chromium.org
2014-08-16
10
-11
/
+207
*
Enqueuing new frames in a Surface should cause Displays to reaggregate it
jbauman@chromium.org
2014-08-16
11
-24
/
+122
*
cc: fix content_to_screen_scale in UpdateTilePriorities.
ernstm@chromium.org
2014-08-16
2
-4
/
+29
*
[Android] Implementation of overscroll effect for Android L
jdduke@chromium.org
2014-08-15
3
-7
/
+9
*
cc: Add more eviction categories to picture layer impl.
vmpstr@chromium.org
2014-08-15
4
-35
/
+76
*
Removing the assumption that child->SetParent will not change Drawability
awoloszyn@chromium.org
2014-08-15
2
-3
/
+47
*
Refactoring code with existing function.
jungjik.lee@samsung.com
2014-08-15
1
-6
/
+1
*
Adding debugging for SwapPromiseMonitor crash
miletus@chromium.org
2014-08-15
1
-0
/
+2
*
CC: Clamp opacity values during an animation
samli@chromium.org
2014-08-15
2
-1
/
+34
*
Enable test LayerTreeHostTestBreakSwapPromise with verbose logging information
miletus@chromium.org
2014-08-14
1
-1
/
+15
*
Revert of Remove unnecessary static function (patchset #2 of https://coderevi...
danakj@chromium.org
2014-08-14
2
-7
/
+12
*
cc: Change Tile::tile_size_ from a Rect to a Size.
danakj@chromium.org
2014-08-14
3
-4
/
+4
*
cc: Add separate test for context-related commit aborting
enne@chromium.org
2014-08-14
1
-29
/
+55
*
Revert 289480 "Still produce quad when tile OOM and on demand ra..."
bartfab@chromium.org
2014-08-14
4
-70
/
+3
*
Still produce quad when tile OOM and on demand raster is not allowed
weiliangc@chromium.org
2014-08-14
4
-3
/
+70
*
Include tile manager state in lthi state dump
nduca@chromium.org
2014-08-14
1
-0
/
+4
*
Support an ALPHA_8 UIResourceBitmap format
jdduke@chromium.org
2014-08-14
8
-6
/
+52
*
Revert "Make SingleThreadProxy a SchedulerClient"
enne@chromium.org
2014-08-13
19
-492
/
+239
*
Implement scroll handler latency tracking
skyostil@chromium.org
2014-08-13
14
-30
/
+202
*
GPU context creation code duplication cleanup
oetuaho@nvidia.com
2014-08-13
4
-1
/
+10
*
Fix interchange of red and blue content when using rgba_4444_textures
e.hakkinen@samsung.com
2014-08-13
3
-1
/
+43
*
Schedule commit when top controls animation updates the scroll offset
jdduke@chromium.org
2014-08-13
2
-6
/
+134
[next]