aboutsummaryrefslogtreecommitdiffstats
path: root/gm
Commit message (Expand)AuthorAgeFilesLines
* Remove GM::onDrawBackgroundChris Dalton2019-02-044-25/+10
* Remove destination GrRenderTargetProxy from GrPipelineRobert Phillips2019-02-012-4/+2
* add Leon's gradient to p3 GMMike Klein2019-01-301-0/+28
* Avoid crash in wacky_yuv GMs with --preAbandonGpuContextBrian Salomon2019-01-301-8/+12
* Convert GrBuffer owners to sk_spBrian Salomon2019-01-292-4/+4
* Fix leak of textures in wacky_yuv_* GMsBrian Salomon2019-01-291-3/+16
* gm: delete boilerplateHal Canary2019-01-244-183/+20
* gm: use DEF_GM macro consistantlyHal Canary2019-01-2438-83/+40
* Add getTypefaceOrDefault and refTypefaceOrDefaultHerb Derby2019-01-234-7/+7
* Add new experimental API for rectangles with per-edge AA controlMichael Ludwig2019-01-231-61/+61
* IWYUMike Reed2019-01-225-0/+5
* Add non-srcover fallback for drawImageSetMichael Ludwig2019-01-221-2/+2
* Reland "Add compressed data support for SkImage."Jim Van Verth2019-01-181-37/+9
* Revert "Add compressed data support for SkImage."Hal Canary2019-01-171-9/+37
* Add compressed data support for SkImage.Jim Van Verth2019-01-171-37/+9
* Return GrProcessorSet::Analysis from GrDrawOp::finalizeChris Dalton2019-01-164-12/+10
* Rename SkGlyphCache -> SkStrikeHerb Derby2019-01-161-1/+1
* Temporarily disable etc1 GM on Google3Jim Van Verth2019-01-151-1/+1
* Fix etc1 GM in preReleaseGpuContext mode.Jim Van Verth2019-01-151-1/+1
* Restore ETC1 compressed texture support.Jim Van Verth2019-01-151-0/+127
* Bugfix for Nexus 5 mipmap+scissor generation failureMichael Ludwig2019-01-151-0/+58
* Revert "Revert "Add SkImage::makeColorTypeAndColorSpace""Brian Osman2019-01-141-0/+48
* Revert "Add SkImage::makeColorTypeAndColorSpace"Brian Osman2019-01-121-35/+0
* Add SkImage::makeColorTypeAndColorSpaceBrian Osman2019-01-121-0/+35
* Reland "Add target SkColorSpace to SkImage_GpuYUVA."Jim Van Verth2019-01-111-6/+23
* Revert "Add target SkColorSpace to SkImage_GpuYUVA."Jim Van Verth2019-01-111-21/+5
* Add target SkColorSpace to SkImage_GpuYUVA.Jim Van Verth2019-01-111-5/+21
* drawText Cleanup, part 5Hal Canary2019-01-093-10/+14
* drawText Cleanup, part 2Hal Canary2019-01-0922-200/+122
* SkPDF: rasterize for color-filter+layerHal Canary2019-01-091-0/+28
* sed s/drawSimpleText/drawString/Hal Canary2019-01-086-17/+12
* gm/gammagradienttext: Attempt to see what changed in gold.Hal Canary2019-01-081-0/+1
* drawText CleanupHal Canary2019-01-0814-263/+143
* Remove SkCanvas::kPreserveLCDText_SaveLayerFlagFlorin Malita2019-01-082-35/+1
* Revert "update p3 GM"Mike Klein2019-01-081-2/+17
* update p3 GMMike Klein2019-01-081-17/+2
* use drawstring with fontMike Reed2019-01-0711-118/+67
* use drawString with fontMike Reed2019-01-077-45/+33
* add drawString to ease the pain of converting to skfontMike Reed2019-01-059-81/+79
* Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"Brian Osman2019-01-055-20/+17
* paint is losing its text-related fieldsMike Reed2019-01-041-8/+10
* Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"Brian Osman2019-01-045-17/+20
* Add SkColorSpace factory from 3x3 row-major gamut and transfer functionBrian Osman2019-01-045-20/+17
* remove more extra semicolonsKevin Lubick2019-01-042-2/+2
* change textutils to require font paramMike Reed2019-01-038-52/+40
* use font instead of paint for textMike Reed2019-01-024-50/+66
* accessors for RunBuffer as points or rsxformsMike Reed2019-01-023-4/+4
* move work out of GM ctorMike Klein2018-12-281-10/+11
* Support wide color in GrLatticeOpBrian Osman2018-12-271-1/+21
* Remove templating from QuadUVMatrix::apply, and fix const-nessBrian Osman2018-12-271-1/+1