summaryrefslogtreecommitdiffstats
path: root/cc/debug
Commit message (Expand)AuthorAgeFilesLines
...
* Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ...waffles@chromium.org2014-02-251-3/+6
* fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ...reed@google.com2014-02-251-6/+3
* Add additional statistics for rasterize_and_record_microchrishtr@chromium.org2014-02-202-5/+48
* Do not cycle through 3 shades of green when showing paint rects in HUDcaseq@chromium.org2014-02-202-17/+7
* cc: Clean up iterator template to only take 1 parameter.danakj@chromium.org2014-02-141-4/+1
* cc: add more devtools instrumentationcaseq@chromium.org2014-02-131-2/+20
* Change paint rectangles' colors in compositor to shades of green.malch@chromium.org2014-02-132-7/+19
* Avoid int->float->int conversion in OcclusionTracker for int translates.danakj@chromium.org2014-02-121-2/+2
* Make cc::Picture immutable except for Raster and Replay.dominikg@chromium.org2014-02-074-14/+12
* Remove rendering stats APIernstm@chromium.org2014-02-042-41/+0
* Compute accurate screen space bounds for animated layers.avallee@chromium.org2014-01-241-1/+5
* Add cc::SurfaceLayer for referencing external surfacesjamesr@chromium.org2014-01-172-0/+11
* [#4] Pass gfx structs by const ref (gfx::PointF)r.kasibhatla@samsung.com2014-01-171-2/+3
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-103-15/+15
* Revert of https://codereview.chromium.org/63443003/enne@chromium.org2014-01-085-1/+18
* cc: Combine analysis and rasterenne@chromium.org2014-01-075-18/+1
* cc: Include analysis in raster benchmark costsenne@chromium.org2013-12-135-1/+19
* Support for drawing a debug border around animated layersavallee@chromium.org2013-12-106-1/+50
* cc: remove unused devtools_instrumentation eventscaseq@chromium.org2013-12-041-2/+0
* cc: add DevTools instrumentation for impl-side framescaseq@chromium.org2013-12-021-3/+22
* cc: Add rasterize and record micro benchmark.vmpstr@chromium.org2013-11-185-0/+378
* cc: Plumbing for impl thread micro benchmarksvmpstr@chromium.org2013-11-1814-18/+402
* Move test-only stuff from cc/debug/ to cc/testjamesr@chromium.org2013-10-3112-2545/+0
* Remove WGC3D::signal(Query|SyncPoint) referencesjamesr@chromium.org2013-10-302-18/+0
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-292-0/+6
* Add array based versions of GL object creation/deletion.reveman@chromium.org2013-10-274-53/+173
* cc: Adding ETC1 support to UIResourceBitmap and ResourceProviderpowei@chromium.org2013-10-241-0/+3
* Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3Djamesr@chromium.org2013-10-226-56/+97
* cc: Allow micro benchmarks to receive arguments from js.vmpstr@chromium.org2013-10-217-26/+72
* cc: Add PictureRecordBenchmark.vmpstr@chromium.org2013-10-123-2/+136
* cc: Add MicroBenchmarkController plumbing.vmpstr@chromium.org2013-10-125-1/+145
* telemetry: Refactored rasterize_and_record measurement.ernstm@chromium.org2013-10-116-47/+46
* cc: Add MicroBenchmarkController.vmpstr@chromium.org2013-10-114-0/+194
* Make ConvertableToTraceFormat ref-countedwangxianzhu@chromium.org2013-10-096-23/+19
* cc: Removed unused metrics from RenderingStats.ernstm@chromium.org2013-10-094-315/+54
* Delete LayerImpl::NoteLayerSurfacePropertyChanged.alokp@chromium.org2013-10-071-2/+1
* Factor TextureMap and Texture class out of resource_provider_unittest.cc and ...mvujovic@adobe.com2013-10-046-13/+248
* cc: Add best_record_time to rendering stats.ernstm@chromium.org2013-10-014-1/+11
* Remove WGC3D::width(), height(), reshape() implementationspiman@chromium.org2013-10-014-27/+0
* Temporarily add OVERRIDE to width()/height() in TestWebGraphicsContext3Dpiman@chromium.org2013-10-011-2/+2
* cc: Remove the round-about Callback for creating a TestContextProvider.danakj@chromium.org2013-09-272-33/+8
* cc: Fix the LayerTreeHostContextTestDontUseLostResources test.danakj@chromium.org2013-09-261-0/+1
* DevTools: add LazyPixelRef id to ImageDecodeTask eventcaseq@chromium.org2013-09-231-1/+16
* cc: Don't discard framebuffer when using partial swapspiman@chromium.org2013-09-201-0/+3
* Sets the mapped memory reclaim limit for the renderer compositor on Android. ...kaanb@chromium.org2013-09-104-4/+36
* cc: Fixed computation of dropped frames.ernstm@chromium.org2013-09-071-1/+2
* Use ThreadNow() for recording times.dsinclair@chromium.org2013-09-061-2/+8
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-051-7/+7
* cc: Changed picture clones to emit an alias trace.vmpstr@chromium.org2013-09-042-1/+36
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-302-9/+9