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
*
Remove includes of WebGraphicsContext3D.h from DEPS files.
tfarina@chromium.org
2014-02-07
1
-5
/
+2
*
Remove unnecessary cc::FakeWebGraphicsContext3D interface
jamesr@chromium.org
2014-02-07
5
-1010
/
+231
*
Revert of Do not force scrollbar update if parameters didn't change. (https:/...
alph@chromium.org
2014-02-07
1
-5
/
+0
*
Make LayerTreeHostClient::Animate take TimeTicks instead of double
ajuma@chromium.org
2014-02-07
4
-6
/
+6
*
[cc] Fix for hidden layers with copy requests getting composited to the screen.
miu@chromium.org
2014-02-07
3
-22
/
+147
*
cc: Switch to vector based TaskGraph implementation.
reveman@chromium.org
2014-02-07
10
-470
/
+478
*
Do not force scrollbar update if parameters didn't change.
anton@chromium.org
2014-02-07
1
-0
/
+5
*
cc: Use TRACE_EVENT_INSTANT for EarlyOut events
boliu@chromium.org
2014-02-06
2
-6
/
+10
*
Remove unused cc::ResourceProvider::GetSharedMemory.
alokp@chromium.org
2014-02-06
2
-12
/
+0
*
android: Migrate old content readback to use async readback (and delegated re...
powei@chromium.org
2014-02-06
3
-10
/
+18
*
Add some debugging CHECKs to help track down a use-after-free.
danakj@chromium.org
2014-02-06
1
-3
/
+14
*
Freeze animations that are checkerboarding
ajuma@chromium.org
2014-02-06
3
-19
/
+169
*
cc: Add GL debug markers for gpu rasterization.
alokp@chromium.org
2014-02-06
3
-8
/
+18
*
[cc] Avoid "skip" optimizations when drawing layers that have copy requests.
miu@chromium.org
2014-02-06
3
-5
/
+175
*
cc: Enable rendering stats recording in browser compositor.
ernstm@chromium.org
2014-02-06
2
-0
/
+4
*
cc: Move internal::Task::did_schedule_ to internal::WorkerPoolTask.
reveman@chromium.org
2014-02-06
12
-36
/
+54
*
Ensure IsActiveTree() and IsPendingTree() queries work in ~LayerImpl().
danakj@chromium.org
2014-02-06
8
-8
/
+95
*
cc: Remove page scale layer tree perf test
enne@chromium.org
2014-02-06
1
-79
/
+0
*
Revert of android: Migrate old content readback to use async readback (and de...
powei@chromium.org
2014-02-06
3
-18
/
+10
*
Clamp inner viewport offset while distributing to layer_tree_host
bokan@chromium.org
2014-02-05
3
-11
/
+132
*
Handle null scroll layer in LayerTreeHostImpl::MouseMoveAt().
wjmaclean@chromium.org
2014-02-05
1
-1
/
+5
*
Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface.
danakj@chromium.org
2014-02-05
13
-64
/
+60
*
cc: Request a new pixel buffer when reusing a resource.
reveman@chromium.org
2014-02-05
1
-0
/
+2
*
android: Migrate old content readback to use async readback (and delegated re...
powei@chromium.org
2014-02-05
3
-10
/
+18
*
cc: Fix ordering of raster finished signals in PixelRasterWorkerPool.
reveman@chromium.org
2014-02-05
1
-0
/
+1
*
Revert 248827 "android: Migrate old content readback to use asyn..."
pasko@chromium.org
2014-02-05
3
-18
/
+10
*
Add two new gfx::Tween::Types and use one of them for the timing function for...
pkotwicz@chromium.org
2014-02-05
4
-249
/
+9
*
Pass gfx structs by const ref (gfx::Vector2d)
ajay.berwal@samsung.com
2014-02-05
39
-64
/
+62
*
cc: Use ResourceProvider::Resouce::type to check the type of the given resource.
dongseong.hwang@intel.com
2014-02-05
2
-50
/
+66
*
android: Migrate old content readback to use async readback (and delegated re...
powei@chromium.org
2014-02-05
3
-10
/
+18
*
Remove rendering stats API
ernstm@chromium.org
2014-02-04
3
-46
/
+0
*
[cc] cleanup: re-arrange some file locations in cc/scheduler
simonhong@chromium.org
2014-02-04
15
-45
/
+31
*
Add gpu::MailboxHolder to hold state for a gpu::Mailbox
sheu@chromium.org
2014-02-03
25
-337
/
+320
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-02-03
3
-8
/
+2
*
Add GPU bots to the default set of try jobs in ui/gl/ and gpu/.
danakj@chromium.org
2014-02-03
1
-3
/
+3
*
cc: Prevent drawing low res tiles after visibility change
enne@chromium.org
2014-02-01
9
-26
/
+222
*
Revert 248049 "Ensure GL initialization only happens once, and p..."
kbr@chromium.org
2014-01-31
3
-2
/
+8
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-31
38
-848
/
+1726
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-01-30
3
-8
/
+2
*
Get rid of some uses of base::Create*Value
estade@chromium.org
2014-01-30
3
-35
/
+30
*
cc: add git cl format presubmit warning
enne@chromium.org
2014-01-30
1
-0
/
+1
*
cc: Add TRACE_EVENTs to SingleThreadProxy
danakj@chromium.org
2014-01-30
2
-15
/
+31
*
cc: Make PrepareToDraw return an enum for why it aborts
enne@chromium.org
2014-01-30
25
-403
/
+579
*
Revert 247793 "Ensure GL initialization only happens once, and p..."
yoz@chromium.org
2014-01-30
3
-2
/
+8
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-01-30
3
-8
/
+2
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-29
128
-292
/
+304
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
ricea@chromium.org
2014-01-29
41
-1732
/
+865
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-29
41
-865
/
+1732
*
cc: Add useful TaskGraphRunner performance tests.
reveman@chromium.org
2014-01-29
3
-206
/
+328
*
cc: Refactor and cleanup RasterWorkerPool unit tests.
reveman@chromium.org
2014-01-29
1
-223
/
+136
[next]