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: 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
*
cc: Ban (f)printf via presubmit.py
enne@chromium.org
2013-01-06
1
-5
/
+13
*
cc: Don't activate pending tree until all tiles are ready
enne@chromium.org
2013-01-06
1
-10
/
+5
*
cc: Ban DLOG/LOG(INFO) from cc via presubmit
enne@chromium.org
2013-01-06
1
-0
/
+19
*
cc: Set the max frames pending from the thread proxy.
danakj@chromium.org
2013-01-05
9
-14
/
+95
*
Remove no-longer-necessary copyfiles.py scripts and stale cc/README
jamesr@chromium.org
2013-01-05
2
-83
/
+0
*
cc: Remove DLOG(INFO) from cc.
enne@chromium.org
2013-01-05
1
-1
/
+0
*
cc: Move more functionality from host to LayerTreeImpl
enne@chromium.org
2013-01-05
8
-92
/
+85
*
cc: Remove unused PictureLayerImpl::didUpdateBounds function
enne@chromium.org
2013-01-04
2
-8
/
+0
*
cc: Put context-loss tests in layer_tree_host_unittest_context.cc
danakj@chromium.org
2013-01-04
26
-925
/
+1406
*
cc: Remove now-unused impl-side painting function
enne@chromium.org
2013-01-04
2
-11
/
+0
*
Avoid depending on WebTransformationMatrix::toTransform
jamesr@chromium.org
2013-01-04
1
-1
/
+25
*
Re-land: cc: Fix typo causing low-res tiles not to be prioritized correctly.
reveman@google.com
2013-01-03
1
-1
/
+1
*
cc: Sync scroll offsets and deltas for impl-side painting
enne@chromium.org
2013-01-03
6
-28
/
+173
*
cc: Android vertical scrollbars should use linear fade.
danakj@chromium.org
2013-01-03
1
-8
/
+16
*
Revert 175010
rlarocque@chromium.org
2013-01-03
1
-1
/
+1
*
cc: Fix typo causing low-res tiles not to be prioritized correctly.
reveman@google.com
2013-01-03
1
-1
/
+1
*
cc: Make the HUD allocate a new texture when the current one is in use by the...
danakj@chromium.org
2013-01-03
1
-2
/
+3
*
cc: Remove all uses of "using namespace std".
tfarina@chromium.org
2013-01-03
12
-46
/
+25
*
Use WeakPtr for posting cc tasks to main thread
jamesr@chromium.org
2013-01-02
9
-147
/
+31
[next]