aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
Commit message (Expand)AuthorAge
* Add SkSVGCanvasGravatar fmalita2015-02-06
* add length parameter to addText, to match attr valuesGravatar reed2015-02-04
* [SkSVGDevice] drawTextOnPath() supportGravatar fmalita2015-02-04
* [SkSVGDevice] Add support for more stroke paramsGravatar fmalita2015-02-04
* [SkSVGDevice] Initial clipping supportGravatar fmalita2015-02-04
* [SkSVGDevice] Initial text supportGravatar fmalita2015-02-03
* remove remaining parts of SkExampleGravatar caryclark2015-02-03
* [SkSVGDevice] Initial shader/gradient supportGravatar fmalita2015-02-03
* First cut at cleaning up Sergio's example code and moving some common code to...Gravatar caryclark2015-01-30
* Initial SVG backend stubbingGravatar fmalita2015-01-30
* remove experimental pixman filesGravatar caryclark2015-01-29
* The original instantiation of pathops was in the experimental/Intersection di...Gravatar caryclark2015-01-29
* Fold gmtoskp into DM, as --src gm --config skp.Gravatar mtklein2015-01-28
* experimental/skp_to_pdf_md5 optionally also outputs pdf filesGravatar halcanary2015-01-24
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Update PdfViewer's SkNulCanvasGravatar robertphillips2015-01-05
* experimental skp_to_pdf_md5 program.Gravatar halcanary2015-01-05
* remove unused drawDataGravatar reed2015-01-02
* Delete old bench expectation code.Gravatar mtklein2014-12-15
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* fix last warnings on w64 and turn on w.a.e.Gravatar bsalomon2014-12-15
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Remove virtual clear in PdfViewer's SkNulCanvasGravatar robertphillips2014-12-08
* quick fix to land clear() changeGravatar reed2014-12-04
* Fix PdfViewer BGR byte orderGravatar halcanary2014-12-03
* work in progressGravatar halcanary2014-12-02
* multipage_pdf_profiler, gmtoskpGravatar halcanary2014-12-01
* Cleanup: Remove SimpleiOSApp xcode project file.Gravatar tfarina2014-11-03
* patch from issue 697743002Gravatar mtklein2014-11-03
* Quick and dirty test to call the C interface from GO.Gravatar stephana2014-10-31
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* delete webtry from main skia repo; it's been moved to buildbotsGravatar Greg Humphreys2014-10-29
* fix issues with simultaneous configs and security jail on skfiddleGravatar Greg Humphreys2014-10-29
* rework GUI, scripts, and fiddle main for multiple simultaneous configsGravatar Greg Humphreys2014-10-29
* SkV8Sample: Now with Path2D and Path2DBuilder.Gravatar jcgregorio2014-10-29
* remove the GPU checkbox from the hash / databaseGravatar Greg Humphreys2014-10-28
* Start moving to the new canvas structure.Gravatar jcgregorio2014-10-27
* Fixup references to the js files from the HTML files in SkV8Example.Gravatar jcgregorio2014-10-27
* Move .js files to their own directoryGravatar robertphillips2014-10-24
* Doing the "using namespace" penance by adding in v8:: everywhere, like I shou...Gravatar jcgregorio2014-10-24
* move c api into includeGravatar reed2014-10-24
* fix some bit-rot in the ios port of sampleappGravatar reed2014-10-22
* webtry: Improve error handling/message when creating sqlite tables.Gravatar tfarina2014-10-22
* Move init() to Init() so that flag.Parse() can be called first.Gravatar jcgregorio2014-10-20
* webtry: Add logserver to serve /tmp/glog.Gravatar tfarina2014-10-17
* fix display of fiddles that DON'T have compile errorsGravatar Greg Humphreys2014-10-16
* Properly parse compiler errors for fiddles and mark them in the editor.Gravatar humper2014-10-16
* webtry: Do not forget the close the rows.Gravatar tfarina2014-10-16
* webtry: Forgot onr log.Fatal.Gravatar Thiago Farina2014-10-15