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