1. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  2. 17f811b Bot upgrades. by Ben Wagner · 8 years ago
  3. 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 8 years ago
  4. d5733c7 remove SK_SUPPORT_LEGACY_PREROLL code by Mike Reed · 8 years ago
  5. ddff43a Test CL by Ravi Mistry · 8 years ago
  6. 99c9796 Revert "Revert "Fix issue in SkDebugCanvas where filter canvas prevents GrOp bounds from drawing"" by Ravi Mistry · 8 years ago
  7. 9bcda71 Revert "Fix issue in SkDebugCanvas where filter canvas prevents GrOp bounds from drawing" by Ravi Mistry · 8 years ago
  8. 49e59b2 Protect glyph sub-pixel placement against NaN and Inf. by Herb Derby · 8 years ago
  9. 4bf98e7 Fix issue in SkDebugCanvas where filter canvas prevents GrOp bounds from drawing by Brian Salomon · 8 years ago
  10. 0857527 Cleanup GrBicubicEffect by Brian Osman · 8 years ago
  11. 320573f Add color space xform fallback to GrMorphologyEffect by Brian Osman · 8 years ago
  12. 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
  13. c292b5f Clean up SkFontHost_Mac ownership. by bungeman · 8 years ago
  14. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  15. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  16. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  17. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  18. d5c5ed5 Make SkGIFLZWBlock modifiable so it is assignable by Chris Blume · 8 years ago
  19. a69f4cf Remove sk_ref_sp's misleading preprocessor define and comment by Brian Osman · 8 years ago
  20. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  21. bd81a32 utils/win/SkTScopedComPtr: reset(T*) by Hal Canary · 8 years ago
  22. fa9193d one more empty contour by Cary Clark · 8 years ago
  23. 4784225 Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 8 years ago
  24. 40a82bd remove MIPS DSP optimizations by Mike Klein · 8 years ago
  25. 6d2f73c Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  26. 253b4dd Handle failed surface creation in AlphaThresholdImageFilter GM by Robert Phillips · 8 years ago
  27. 144a5c5 Rename batch->op in skiaserve by Brian Salomon · 8 years ago
  28. f4e27f6 Remove getDevice_just_for_deprecated_compatibility_testing (take 2) by Robert Phillips · 8 years ago
  29. 6ad3d2f xps.gni by Hal Canary · 8 years ago
  30. 42ad83a Rename batch->op in GrAuditTrail. by Brian Salomon · 8 years ago
  31. b44bb31 Add color space xform to GrMagnifierEffect by Brian Osman · 8 years ago
  32. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  33. 8c5bad3 Remove the last "batch tracker" from AAStrokeRectOp. by Brian Salomon · 8 years ago
  34. 721a2c4 Add color space xform support to GrDisplacementEffect by Brian Osman · 8 years ago
  35. 70826d7 Add color space xform bits to key for texture domain effect by Brian Osman · 8 years ago
  36. b2cb535 Fix more Skia filter fuzzer bugs by Robert Phillips · 8 years ago
  37. 8e444a6 check for empty contours in sortable top by Cary Clark · 8 years ago
  38. c1c607e GPU: Fix for fuzzer issue for sw-rendered paths with large bounds. by Brian Salomon · 8 years ago
  39. 22c57ab Fix mapping from src to dst image space in SkAlphaThresholdFilter by Robert Phillips · 8 years ago
  40. 86cedfc Fix iOS build by Robert Phillips · 8 years ago
  41. 2b25d34 Tag string bitmaps (for GMs) as sRGB by Brian Osman · 8 years ago
  42. 33667da Restore getDevice_just_for_deprecated_compatibility_testing by Robert Phillips · 8 years ago
  43. 7dc5452 Do color space conversion in XfermodeImageFilter by Brian Osman · 8 years ago
  44. 07b6ad0 Floor to scalar for SDF paths. by Jim Van Verth · 8 years ago
  45. 58f100c Update libwebp to v0.5.2-rc2 by Leon Scroggins III · 8 years ago
  46. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  47. 1bfcf88 Implement SkICC::WriteICC() by Matt Sarett · 8 years ago
  48. c468963 Respect color space in GrTextureDomainEffect by Brian Osman · 8 years ago
  49. 3711e11 switch to _deprecated suffix for exotic SkClipOps by Mike Reed · 8 years ago
  50. ace3432 Fix, cleanup and document the clamp tiler better. by Herb Derby · 8 years ago
  51. 9c16d1e handle empty contours in a couple more places by Cary Clark · 8 years ago
  52. 6750e91 Fix precision errors in large circle rendering. by Jim Van Verth · 8 years ago
  53. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  54. 65869fb update dox for generateScaledPixels by Mike Reed · 8 years ago
  55. 20dd31f Guard some uint32_t -> int cases in SkPictureData reading by Robert Phillips · 8 years ago
  56. d1c550e Consolidate TILEX_LOW_BITS/TILEY_LOW_BITS -> EXTRACT_LOW_BITS by Florin Malita · 8 years ago
  57. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  58. efa9d34 Explicit ownership of data in SkBlockMemoryStream. by Ben Wagner · 8 years ago
  59. 4f8a467 Allow running gn_to_bp.py from another script by Leon Scroggins III · 8 years ago
  60. 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 8 years ago
  61. 8e04286 Move existing writeICC() code into SkICC by Matt Sarett · 8 years ago
  62. 879bdc9 Temorarily remove Vulkan NexusPlayer bots till we can fix them by Greg Daniel · 8 years ago
  63. 7c36e5a Roll Recipe DEPS by Eric Boren · 8 years ago
  64. 746cc0b Update SKP version by UpdateSKPs · 8 years ago
  65. 5cbc7b9 simplify generatescaledpixels by Mike Reed · 8 years ago
  66. a8b1e6d Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 8 years ago
  67. 64b70b0 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  68. 57845a7 Fix clamp lowbits extraction when combined with non-clamp by Florin Malita · 8 years ago
  69. d4b9c35 Fix iOS build by Matt Sarett · 8 years ago
  70. 113d05f Revert "Revert "WIP: Skia support library for ICC tasks"" by Ravi Mistry · 8 years ago
  71. eb733fb Revert "WIP: Skia support library for ICC tasks" by Ravi Mistry · 8 years ago
  72. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  73. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  74. a97a60c Added gamma visualizations to colorspaceinfo tool by raftias · 8 years ago
  75. ab2d73b rework xor to be more like winding by Cary Clark · 8 years ago
  76. ee1c73f tweak SkOnce.h header to work around issues with std::atomic::compare_exchange_strong by Lee Salzman · 8 years ago
  77. fc8dc31 WIP: Skia support library for ICC tasks by Matt Sarett · 8 years ago
  78. 0eb6ed4 fix fuzzing empty contours squirrelly cubics by Cary Clark · 8 years ago
  79. 595599f Rearrange ICC profile parsing by Matt Sarett · 8 years ago
  80. 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 8 years ago
  81. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  82. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  83. 9f67f04 dump path fill type with data by Cary Clark · 8 years ago
  84. d2a5e30 rm unnecessary forward decl of GrClip in GrDashOp.h by Brian Salomon · 8 years ago
  85. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  86. 8ced688 Add GM for filtering bug by Robert Phillips · 8 years ago
  87. 9864257 hide deprecated SkImage::preroll by Mike Reed · 8 years ago
  88. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  89. 6b316e9 Rename GrTestBatch and subclasses to Op by Brian Salomon · 8 years ago
  90. 99ad164 Rename batch->op and sk_sp in instanced rendering by Brian Salomon · 8 years ago
  91. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  92. 334df3a Fix gray png BRD tests by Matt Sarett · 8 years ago
  93. 1e86044d Mark CG and WIC images as srgb by Matt Sarett · 8 years ago
  94. 427da6f Revert "Remove all KTX support" by Leon Scroggins · 8 years ago
  95. 5d7c6ff Restore fetch-gn instructions. by Mike Klein · 8 years ago
  96. 780dad1 Rename "batch" to "op" and sk_sp in 3 path renderer classes: by Brian Salomon · 8 years ago
  97. 5de15c8 Turn on srgb config on all bots, run image decode tests to srgb by Matt Sarett · 8 years ago
  98. 3ac5b63 Blacklist SKPs for the 100k_IMG_DECODE bot by Ravi Mistry · 8 years ago
  99. 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 8 years ago
  100. 6b00a07 simplify SkTHash* move support by Mike Klein · 8 years ago