1. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  2. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  3. 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  4. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  5. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  6. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  7. 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  8. c523104 Prevent degenerate linear gradient instantiation by fmalita · 8 years ago
  9. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  10. e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 8 years ago
  11. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  12. 8eccc30 SkPDF: SkPDFFont organization changes. by halcanary · 8 years ago
  13. d5b9173 add flaky test option by caryclark · 8 years ago
  14. 643ede6 template intersection fuzz fixes by caryclark · 8 years ago
  15. 9dcdc35 add missing include by mtklein · 8 years ago
  16. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  17. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  18. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  19. af06420 Test sk_linear_to_srgb() less exhaustively in Debug mode. by mtklein · 8 years ago
  20. 9c5052f SkLite* by mtklein · 8 years ago
  21. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  22. ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
  23. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  24. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  25. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  26. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  27. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  28. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  29. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  30. 18e0cbc SkPDF: fewer GYP_DEFINES by halcanary · 8 years ago
  31. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  32. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  33. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  34. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  35. 2f3416d GN: add tests to DM by mtklein · 8 years ago
  36. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  37. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  38. 757a15f not much point to SK_SUPPORT_PDF by mtklein · 8 years ago
  39. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  40. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  41. c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
  42. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  43. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  44. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  45. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  46. fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
  47. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  48. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  49. 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
  50. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  51. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  52. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  53. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  54. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  55. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  56. bba4cfe Added API for Bevel NormalSource. by dvonbeck · 8 years ago
  57. fe8f0e0 SkPDF: refactor font subset: fewer copies by halcanary · 8 years ago
  58. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  59. ac0e00d SkPDF: SkPDFStream takes a unique_ptr by halcanary · 8 years ago
  60. 577e025 Fix ParseConfigs_ViaParsing test when skia_angle=1 by brianosman · 8 years ago
  61. fc560e0 fuzz wednesday by caryclark · 8 years ago
  62. 570c868 Clean up some unused atomic routines. by mtklein · 8 years ago
  63. eb56028 add unittests for roundtripping premul by reed · 8 years ago
  64. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  65. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  66. e25a4f6 fix fuzz bugs by caryclark · 8 years ago
  67. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  68. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  69. 56586b6 SkPDF: re-work SkPDFUtils::FloatToDecimal by halcanary · 8 years ago
  70. 8bc90e2 fix fuzz by caryclark · 8 years ago
  71. b560b5c lockPixelsAreWritable is deprecated by reed · 8 years ago
  72. 057ae8a Fix misdetection of rectangles in SkPath::IsSimpleClosedRect. by bsalomon · 8 years ago
  73. 8a8accb limit number of searched roots by caryclark · 8 years ago
  74. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  75. d50e240 Fix SkClipStack bug with inverse-filled difference elements by csmartdalton · 8 years ago
  76. db2cb10 Update SkImage_NewFromTexture test, to just test release by brianosman · 8 years ago
  77. cdeff81 conic fuzz fix by caryclark · 8 years ago
  78. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  79. a339bb0 let line/cubic intersect at four spots by caryclark · 8 years ago
  80. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  81. 8168194 allow curves on side of lines to be very small by caryclark · 8 years ago
  82. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  83. f41ae2f limit the number of points in SkDashPathEffect::asPoints by lsalzman · 8 years ago
  84. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  85. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  86. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  87. 7b33bf1 fix builder fuzz by caryclark · 8 years ago
  88. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  89. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  90. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  91. 1597628 fix fuzzer bug by caryclark · 8 years ago
  92. 0c90247 Correct sRGB <-> linear everywhere. by mtklein · 8 years ago
  93. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  94. 959ccc1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  95. 2aec3ff Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  96. 566ea9b Tune linear->sRGB constants to round-trip all bytes. by mtklein · 8 years ago
  97. 2ea944c Refactor parsing and storage of SkGammas by msarett · 8 years ago
  98. de996a0 re-disable save/restore peephole optimization by reed · 8 years ago
  99. c526da9 SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha by dvonbeck · 8 years ago
  100. 158fabb re-chop if we fail on a big-bad-cubic by reed · 8 years ago