1. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 9 years ago
  2. bba4cfe Added API for Bevel NormalSource. by dvonbeck · 9 years ago
  3. fe8f0e0 SkPDF: refactor font subset: fewer copies by halcanary · 9 years ago
  4. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 9 years ago
  5. ac0e00d SkPDF: SkPDFStream takes a unique_ptr by halcanary · 9 years ago
  6. 577e025 Fix ParseConfigs_ViaParsing test when skia_angle=1 by brianosman · 9 years ago
  7. fc560e0 fuzz wednesday by caryclark · 9 years ago
  8. 570c868 Clean up some unused atomic routines. by mtklein · 9 years ago
  9. eb56028 add unittests for roundtripping premul by reed · 9 years ago
  10. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 9 years ago
  11. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 9 years ago
  12. e25a4f6 fix fuzz bugs by caryclark · 9 years ago
  13. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 9 years ago
  14. 6e45bda Add test for typeface style round trip. by bungeman · 9 years ago
  15. 56586b6 SkPDF: re-work SkPDFUtils::FloatToDecimal by halcanary · 9 years ago
  16. 8bc90e2 fix fuzz by caryclark · 9 years ago
  17. b560b5c lockPixelsAreWritable is deprecated by reed · 9 years ago
  18. 057ae8a Fix misdetection of rectangles in SkPath::IsSimpleClosedRect. by bsalomon · 9 years ago
  19. 8a8accb limit number of searched roots by caryclark · 9 years ago
  20. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 9 years ago
  21. d50e240 Fix SkClipStack bug with inverse-filled difference elements by csmartdalton · 9 years ago
  22. db2cb10 Update SkImage_NewFromTexture test, to just test release by brianosman · 9 years ago
  23. cdeff81 conic fuzz fix by caryclark · 9 years ago
  24. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 9 years ago
  25. a339bb0 let line/cubic intersect at four spots by caryclark · 9 years ago
  26. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 9 years ago
  27. 8168194 allow curves on side of lines to be very small by caryclark · 9 years ago
  28. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 9 years ago
  29. f41ae2f limit the number of points in SkDashPathEffect::asPoints by lsalzman · 9 years ago
  30. f292a0c Remove SkGrPixelRef by robertphillips · 9 years ago
  31. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 9 years ago
  32. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 9 years ago
  33. 7b33bf1 fix builder fuzz by caryclark · 9 years ago
  34. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 9 years ago
  35. afbf71d Adding color space to SkSpecialImage by brianosman · 9 years ago
  36. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 9 years ago
  37. 1597628 fix fuzzer bug by caryclark · 9 years ago
  38. 0c90247 Correct sRGB <-> linear everywhere. by mtklein · 9 years ago
  39. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 9 years ago
  40. 959ccc1 Refactor parsing and storage of SkGammas by msarett · 9 years ago
  41. 2aec3ff Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) by msarett · 9 years ago
  42. 566ea9b Tune linear->sRGB constants to round-trip all bytes. by mtklein · 9 years ago
  43. 2ea944c Refactor parsing and storage of SkGammas by msarett · 9 years ago
  44. de996a0 re-disable save/restore peephole optimization by reed · 9 years ago
  45. c526da9 SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha by dvonbeck · 9 years ago
  46. 158fabb re-chop if we fail on a big-bad-cubic by reed · 9 years ago
  47. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 9 years ago
  48. 487f8d3 Consolidate special case shape transformation logic in GrShapeTest. by bsalomon · 9 years ago
  49. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 9 years ago
  50. d1bd208 Update rounding/clamping comments on sk_linear_to_srgb(). by mtklein · 9 years ago
  51. 1493b97 fix fuzzer by caryclark · 9 years ago
  52. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 9 years ago
  53. 9061aa4 Create DCs instead of textures in SRGBMipMaps test by bsalomon · 9 years ago
  54. 28b62e6 Simplify random_draw_context used by GLProgramsTest by bsalomon · 9 years ago
  55. 7f3ff20 remove unused MakeFromPixmap by reed · 9 years ago
  56. 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 9 years ago
  57. db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 9 years ago
  58. 1258455 [SkXMLParser] Initial text node support by fmalita · 9 years ago
  59. 034f243 disable test that fails to compute bounds on nexus 5 by caryclark · 9 years ago
  60. c6b842b disable new test since it fails on skia_fast by caryclark · 9 years ago
  61. b435963 Tweak a couple things I found confusing in ColorSpaceXform unit tests. by mtklein · 9 years ago
  62. a427cc4 Remove SkDOM::build(const char doc[], size_t len) by fmalita · 9 years ago
  63. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 9 years ago
  64. 4ecb8ab Fix rewinding bug in SkJpegCodec by msarett · 9 years ago
  65. 0b30049 Initialize fGammaCorrect in DF Path Renderer unit test by bsalomon · 9 years ago
  66. 55888e4 pathops coincidence and security rewrite by caryclark · 9 years ago
  67. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 9 years ago
  68. 0ae36a2 In GrShape detect that stroked axis-aligned lines are rrects. by bsalomon · 9 years ago
  69. cea22ae Guard SkMatrix::get*Scale[s]() against negative nearly-zero values. by kolczyk · 9 years ago
  70. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 9 years ago
  71. eb92cb3 SkPdf: smaller color serialization by halcanary · 9 years ago
  72. 718df0a Make XML compilation conditional. by fmalita · 9 years ago
  73. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 9 years ago
  74. 7445e86 Dust-off SkXMLParser by fmalita · 9 years ago
  75. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 9 years ago
  76. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 9 years ago
  77. b1792f1 Rewrite GrTextureMipMapInvalidationTest using SkImage by bsalomon · 9 years ago
  78. 201364c Remove unit test that tests subsetting texture backed bitmaps. by bsalomon · 9 years ago
  79. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 9 years ago
  80. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 9 years ago
  81. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 9 years ago
  82. 0d2c234 Fix SkFixedDiv macro by liyuqian · 9 years ago
  83. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 9 years ago
  84. dda5445 Remove GrLayerHoister by robertphillips · 9 years ago
  85. 16ef465 Fix ASAN bot by msarett · 9 years ago
  86. b1b12f8 handle large conic weights by reed · 9 years ago
  87. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 9 years ago
  88. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 9 years ago
  89. 0abddf7 SkRasterPipeline: simplify impl and remove need to rewire stages by mtklein · 9 years ago
  90. 0358a6a Update SkOpts namespaces. by mtklein · 9 years ago
  91. e3aea10 Remove user specified typeface id. by bungeman · 9 years ago
  92. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 9 years ago
  93. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 9 years ago
  94. 281b33f SkRasterPipeline preliminaries by mtklein · 9 years ago
  95. 2edf0c6 Remove bloat from SkBlend_opts. by herb · 9 years ago
  96. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 9 years ago
  97. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 9 years ago
  98. bed41af Revert of Fix compile error on MSAN bot (patchset #1 id:1 of https://codereview.chromium.org/2142653002/ ) by msarett · 9 years ago
  99. 76c52ac Fix compile error on MSAN bot by msarett · 9 years ago
  100. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 9 years ago