Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / gpu / GrTestUtils.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-02 Ben WagnerRemove SkAutoTDeleteArray
2016-10-24 Brian OsmanRename all color space factories from New* to Make*
2016-10-19 Brian OsmanAdd helper to create random AsFPArgs for Ganesh unit...
2016-10-03 Brian OsmanSupply random dst color space to asFP in unit tests
2016-10-03 Brian OsmanStart supplying random color space xforms to FP tests
2016-07-06 robertphillipsMove GrNonAAFillRectPerspectiveBatch to its own file
2016-05-10 bsalomonReplace GrStrokeInfo with GrStyle.
2016-05-10 bsalomonRevert of Replace GrStrokeInfo with GrStyle. (patchset...
2016-05-10 bsalomonReplace GrStrokeInfo with GrStyle.
2015-09-22 joshualittFix for degenerate stroke rect
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-10 egdanielFix to call SkDelete_array instead of SkDelete to fix...
2015-08-10 egdanielThis is a speculative fix for the crash on IOS
2015-08-07 mtkleinThis iOS crash makes little sense to me. Add some...
2015-08-07 mtkleinThis iOS crash makes little sense to me. Add some...
2015-08-06 senorblancoPlug a leak in GrTestUtils.
2015-08-06 senorblancoImplement caching of stroked paths in the tessellating...
2015-08-05 senorblancoRevert of Implement caching of stroked paths in the...
2015-08-05 senorblancoImplement caching of stroked paths in the tessellated...
2015-05-13 joshualittGLProgramsTest 3.0
2015-05-11 joshualittconvex path renderer unit tests
2015-05-11 joshualittAADistanceFieldPathRenderer unit tests
2015-05-07 joshualitttesselating path renderer unit tests
2015-05-02 joshualittAdd hairlines batch unit test
2015-04-30 joshualittAdd batch unit tests for ovals
2015-04-29 joshualittAdd dash lines batch unit test
2015-04-29 joshualittInitial CL to create GrBatchTest infrastructure
2015-04-28 joshualittcreate GrTestUtils.h, move some common functions into it