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
/
debug
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ...
waffles@chromium.org
2014-02-25
1
-3
/
+6
*
fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ...
reed@google.com
2014-02-25
1
-6
/
+3
*
Add additional statistics for rasterize_and_record_micro
chrishtr@chromium.org
2014-02-20
2
-5
/
+48
*
Do not cycle through 3 shades of green when showing paint rects in HUD
caseq@chromium.org
2014-02-20
2
-17
/
+7
*
cc: Clean up iterator template to only take 1 parameter.
danakj@chromium.org
2014-02-14
1
-4
/
+1
*
cc: add more devtools instrumentation
caseq@chromium.org
2014-02-13
1
-2
/
+20
*
Change paint rectangles' colors in compositor to shades of green.
malch@chromium.org
2014-02-13
2
-7
/
+19
*
Avoid int->float->int conversion in OcclusionTracker for int translates.
danakj@chromium.org
2014-02-12
1
-2
/
+2
*
Make cc::Picture immutable except for Raster and Replay.
dominikg@chromium.org
2014-02-07
4
-14
/
+12
*
Remove rendering stats API
ernstm@chromium.org
2014-02-04
2
-41
/
+0
*
Compute accurate screen space bounds for animated layers.
avallee@chromium.org
2014-01-24
1
-1
/
+5
*
Add cc::SurfaceLayer for referencing external surfaces
jamesr@chromium.org
2014-01-17
2
-0
/
+11
*
[#4] Pass gfx structs by const ref (gfx::PointF)
r.kasibhatla@samsung.com
2014-01-17
1
-2
/
+3
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
3
-15
/
+15
*
Revert of https://codereview.chromium.org/63443003/
enne@chromium.org
2014-01-08
5
-1
/
+18
*
cc: Combine analysis and raster
enne@chromium.org
2014-01-07
5
-18
/
+1
*
cc: Include analysis in raster benchmark costs
enne@chromium.org
2013-12-13
5
-1
/
+19
*
Support for drawing a debug border around animated layers
avallee@chromium.org
2013-12-10
6
-1
/
+50
*
cc: remove unused devtools_instrumentation events
caseq@chromium.org
2013-12-04
1
-2
/
+0
*
cc: add DevTools instrumentation for impl-side frames
caseq@chromium.org
2013-12-02
1
-3
/
+22
*
cc: Add rasterize and record micro benchmark.
vmpstr@chromium.org
2013-11-18
5
-0
/
+378
*
cc: Plumbing for impl thread micro benchmarks
vmpstr@chromium.org
2013-11-18
14
-18
/
+402
*
Move test-only stuff from cc/debug/ to cc/test
jamesr@chromium.org
2013-10-31
12
-2545
/
+0
*
Remove WGC3D::signal(Query|SyncPoint) references
jamesr@chromium.org
2013-10-30
2
-18
/
+0
*
Move memory allocation/stats structs to gpu:: and remove bazillion copies
jamesr@chromium.org
2013-10-29
2
-0
/
+6
*
Add array based versions of GL object creation/deletion.
reveman@chromium.org
2013-10-27
4
-53
/
+173
*
cc: Adding ETC1 support to UIResourceBitmap and ResourceProvider
powei@chromium.org
2013-10-24
1
-0
/
+3
*
Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3D
jamesr@chromium.org
2013-10-22
6
-56
/
+97
*
cc: Allow micro benchmarks to receive arguments from js.
vmpstr@chromium.org
2013-10-21
7
-26
/
+72
*
cc: Add PictureRecordBenchmark.
vmpstr@chromium.org
2013-10-12
3
-2
/
+136
*
cc: Add MicroBenchmarkController plumbing.
vmpstr@chromium.org
2013-10-12
5
-1
/
+145
*
telemetry: Refactored rasterize_and_record measurement.
ernstm@chromium.org
2013-10-11
6
-47
/
+46
*
cc: Add MicroBenchmarkController.
vmpstr@chromium.org
2013-10-11
4
-0
/
+194
*
Make ConvertableToTraceFormat ref-counted
wangxianzhu@chromium.org
2013-10-09
6
-23
/
+19
*
cc: Removed unused metrics from RenderingStats.
ernstm@chromium.org
2013-10-09
4
-315
/
+54
*
Delete LayerImpl::NoteLayerSurfacePropertyChanged.
alokp@chromium.org
2013-10-07
1
-2
/
+1
*
Factor TextureMap and Texture class out of resource_provider_unittest.cc and ...
mvujovic@adobe.com
2013-10-04
6
-13
/
+248
*
cc: Add best_record_time to rendering stats.
ernstm@chromium.org
2013-10-01
4
-1
/
+11
*
Remove WGC3D::width(), height(), reshape() implementations
piman@chromium.org
2013-10-01
4
-27
/
+0
*
Temporarily add OVERRIDE to width()/height() in TestWebGraphicsContext3D
piman@chromium.org
2013-10-01
1
-2
/
+2
*
cc: Remove the round-about Callback for creating a TestContextProvider.
danakj@chromium.org
2013-09-27
2
-33
/
+8
*
cc: Fix the LayerTreeHostContextTestDontUseLostResources test.
danakj@chromium.org
2013-09-26
1
-0
/
+1
*
DevTools: add LazyPixelRef id to ImageDecodeTask event
caseq@chromium.org
2013-09-23
1
-1
/
+16
*
cc: Don't discard framebuffer when using partial swaps
piman@chromium.org
2013-09-20
1
-0
/
+3
*
Sets the mapped memory reclaim limit for the renderer compositor on Android. ...
kaanb@chromium.org
2013-09-10
4
-4
/
+36
*
cc: Fixed computation of dropped frames.
ernstm@chromium.org
2013-09-07
1
-1
/
+2
*
Use ThreadNow() for recording times.
dsinclair@chromium.org
2013-09-06
1
-2
/
+8
*
Fix UpdateTilePriorities viewport in Android WebView.
aelias@chromium.org
2013-09-05
1
-7
/
+7
*
cc: Changed picture clones to emit an alias trace.
vmpstr@chromium.org
2013-09-04
2
-1
/
+36
*
So that ScopedPtrHashMap can be used by user outside of cc.
powei@chromium.org
2013-08-30
2
-9
/
+9
[prev]
[next]