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: Move anti-aliasing decision to parent compositor.
reveman@chromium.org
2013-01-14
3
-24
/
+15
*
Move pending tile priorities to active on tree activation
brianderson@chromium.org
2013-01-13
10
-0
/
+42
*
Decouple texture upload checks, tree activation, and drawing.
brianderson@chromium.org
2013-01-12
12
-42
/
+55
*
[cc] Raster worker pool needs to accumlate paint time not overwrite it
nduca@chromium.org
2013-01-12
3
-13
/
+17
*
cc: Walk layer tree to determine if pending tree can be activated.
reveman@chromium.org
2013-01-12
12
-71
/
+72
*
Separate layer property pushes from tree structure syncs and clean up scrollb...
jamesr@chromium.org
2013-01-12
15
-82
/
+132
*
Delay consuming the mailbox in the resource provider until lockForRead.
alexst@chromium.org
2013-01-11
1
-17
/
+19
*
Shallow flush after calling beginSetPixels
brianderson@chromium.org
2013-01-11
1
-0
/
+1
*
cc: Create tilings on the pending tree if no active tree
enne@chromium.org
2013-01-11
1
-19
/
+20
*
Add a time source that is triggered by an external vsync signal instead
skyostil@chromium.org
2013-01-11
5
-0
/
+242
*
Enables compositing support for webview.
alexst@chromium.org
2013-01-11
1
-0
/
+1
*
ThreadedTest that a non-null OutputSurface that fails initialization immediat...
jamesr@chromium.org
2013-01-10
2
-1
/
+36
*
Fixed a bug in the layer sorter to deal with layers that are very close toget...
whunt@chromium.org
2013-01-10
2
-0
/
+84
*
LTHI's bg animation timer should set the fake thread to impl.
vollick@chromium.org
2013-01-10
1
-0
/
+18
*
cc: Don't apply --enable-impl-side-painting to browser compositor
enne@chromium.org
2013-01-10
1
-1
/
+0
*
Revert 176061
ricow@chromium.org
2013-01-10
1
-1
/
+0
*
LTHI's bg animation timer should set the fake thread to impl.
vollick@chromium.org
2013-01-10
1
-0
/
+1
*
Remove flags for nonFastScrollable and touchEventHandler regions getting changed
yusufo@chromium.org
2013-01-10
2
-18
/
+2
*
Refactor pinch-zoom viewport.
wjmaclean@chromium.org
2013-01-10
6
-198
/
+241
*
cc: Prohibit impl-side painting with single threaded compositing
enne@chromium.org
2013-01-10
1
-3
/
+4
*
Clamp invalidation regions of PictureLayer to layer bounds
vangelis@chromium.org
2013-01-10
1
-1
/
+5
*
cc: Generate tilings at other scales for impl-side painting
enne@chromium.org
2013-01-09
14
-65
/
+287
*
cc: Delete the element being popped in ScopedPtrVector::pop_back()
danakj@chromium.org
2013-01-09
1
-0
/
+1
*
This patch prevents the creation of some render targets by informing the logi...
whunt@chromium.org
2013-01-09
12
-10
/
+169
*
cc: Defer texture allocation (to allow async allocations).
epenner@chromium.org
2013-01-09
8
-19
/
+183
*
cc: Add RasterWorkerPool class.
reveman@chromium.org
2013-01-09
5
-225
/
+355
*
Refactor so chromium only GL extensions require gl2extchromium.h
gman@chromium.org
2013-01-09
8
-0
/
+8
*
Adds the picture width and height to record and raster trace events used by t...
vangelis@chromium.org
2013-01-09
1
-2
/
+4
*
cc: Improve raster performance of PicturePileImpl
enne@chromium.org
2013-01-09
1
-7
/
+12
*
cc: Preserve currently scrolling layer during tree activation
enne@chromium.org
2013-01-09
3
-1
/
+11
*
cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vecto...
danakj@chromium.org
2013-01-09
29
-174
/
+293
*
Revert 175690
estade@chromium.org
2013-01-09
35
-359
/
+69
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-09
35
-69
/
+359
*
cc: Map the clip_rect in the SharedQuadState to include the drawTransform of ...
danakj@chromium.org
2013-01-09
2
-0
/
+2
*
Revert 175632
kaiwang@chromium.org
2013-01-09
2
-34
/
+1
*
ThreadedTest that a non-null OutputSurface that fails initialization immediat...
jamesr@chromium.org
2013-01-09
2
-1
/
+34
*
Implement a method to access the non-composited content root layer picture pile.
leandrogracia@chromium.org
2013-01-09
19
-2
/
+199
*
Avoid exposing gl bindings through cc public API headers
jamesr@chromium.org
2013-01-08
25
-25
/
+66
*
cc: Fix low-res impl-side painting artifacts
enne@chromium.org
2013-01-08
11
-26
/
+98
*
ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.
danakj@chromium.org
2013-01-08
1
-1
/
+1
*
Mailbox support for texture layers.
alexst@chromium.org
2013-01-08
7
-18
/
+382
*
Ensure that render surface layer list is not dirty/empty before hit testing f...
yusufo@chromium.org
2013-01-08
2
-0
/
+16
*
Fix metadata content size.
aelias@chromium.org
2013-01-08
2
-5
/
+63
*
cc: Use maximum tiling contents scales for picture layer scale
enne@chromium.org
2013-01-08
6
-36
/
+105
*
Revert 175275
jamesr@chromium.org
2013-01-07
9
-95
/
+14
*
Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/
danakj@chromium.org
2013-01-07
13
-211
/
+131
*
Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()
shawnsingh@google.com
2013-01-07
13
-106
/
+109
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2013-01-07
18
-396
/
+396
*
We don't want to tick animation controllers for non-active layers
vollick@chromium.org
2013-01-07
10
-0
/
+39
*
cc: remove loseOutputSurface.
danakj@chromium.org
2013-01-07
8
-35
/
+1
[next]