aboutsummaryrefslogtreecommitdiff
path: root/gm
AgeCommit message (Expand)Author
2018-10-04Update YUV GMRobert Phillips
2018-10-04Add SkPMColor4f support to SkSLBrian Osman
2018-10-04Make SkYUVAIndex publicly accessibleRobert Phillips
2018-10-04re-precate SkMatrix44::SkMatrix44()Mike Klein
2018-10-04Reland "Reland "Implement an explicit binary search-based analytic gradient c...Michael Ludwig
2018-10-03Add GM for less common YUV formats (take 2)Robert Phillips
2018-10-03play with animated gifMike Reed
2018-10-02Revert "Add GM for less common YUV formats"Mike Klein
2018-10-02Add GM for less common YUV formatsRobert Phillips
2018-10-02Reland "clamp gamut if needed in SkConvertPixels"Mike Klein
2018-10-02Revert "clamp gamut if needed in SkConvertPixels"Mike Klein
2018-10-02Don't crash in aaflags GM if context is abandonedBrian Salomon
2018-10-02Add support for per-edge AA to GrTextureOp.Brian Salomon
2018-10-02clamp gamut if needed in SkConvertPixelsMike Klein
2018-10-01delete textonpath code -- not used anywhereMike Reed
2018-09-28expand imageinfo in C api, start on colorspaceMike Reed
2018-09-28Remove SkPM4fPriv.h includes, then IWYUBrian Osman
2018-09-28Support encoding/decoding F16 without a color spaceBrian Osman
2018-09-27Cleanup resource flagsChris Dalton
2018-09-27Revert "Reland "Implement an explicit binary search-based analytic gradient c...Brian Osman
2018-09-27Reland "Implement an explicit binary search-based analytic gradient colorizer"Michael Ludwig
2018-09-26GrTessellator: two fixes for boundary simplification artifacts.Stephen White
2018-09-26Remove more SkColorSpaceXform (and friends)Brian Osman
2018-09-26refactor downsamplebitmap GMMike Klein
2018-09-25Add rowBytes to createTestingOnlyBackendTextureRobert Phillips
2018-09-25Remove unnecessary sk_tool_utils::EncodeImageToDataLeon Scroggins III
2018-09-24Revert "Implement an explicit binary search-based analytic gradient colorizer"Michael Ludwig
2018-09-24Implement an explicit binary search-based analytic gradient colorizerMichael Ludwig
2018-09-20[skottie] GM exercising external font loadingFlorin Malita
2018-09-20add interp-in-premul case to GMMike Klein
2018-09-20Some SkPM4f cleanupBrian Osman
2018-09-19GrColor -> SkColor in one GMBrian Osman
2018-09-19test,tools: whitespace changes for clang-formatHal Canary
2018-09-18Fix image_from_yuv_textures with --preAbandonContextBrian Salomon
2018-09-18WEBGL_video_texture : sharing texture prototype in skiaBrian Salomon
2018-09-17add a couple bitmap cases to P3 GMMike Klein
2018-09-14Specify CPU (buffer) and GPU (shader) types explicitly in AttributeBrian Osman
2018-09-14add bitmap shaders to P3Mike Klein
2018-09-13add two more cases to P3 gmMike Klein
2018-09-13add a linear gradient to P3 gmMike Klein
2018-09-12revise p3 GMMike Klein
2018-09-12Add F16 test-case to all_bitmap_configsBrian Osman
2018-09-12Remove raw-data version of createTextureProxyBrian Osman
2018-09-11first start on a P3 GMMike Klein
2018-09-07Preseve tangents when converting cubics->quads in GrAAHairlinePathRendererBrian Salomon
2018-09-05Don't use MEM_MOVE=true with SkTArrays of sk_spBrian Salomon
2018-09-05Rip out variable offsettingJim Van Verth
2018-09-05Fix GrAAConvexTessellator to handle cases slightly concave bistectors.Brian Salomon
2018-09-05Centralize the predicate for a glyph being too large for the atlasHerb Derby
2018-09-05Revert "makeSurface defaults to raster"Cary Clark