1. 9ea894b Revert "trim another instruction off SkRasterPipeline overhead" by Mike Klein · 8 years ago
  2. e6b274e Specify "/utf-8" with Visual C++. by Ben Wagner · 8 years ago
  3. 2f4686f Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  4. 021f927 Revert "Quality and performance fixes for AA tessellating path renderer." by Stephan White · 8 years ago
  5. d4b2155 Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  6. 9a5610e fixed a divide-by-zero bug in skslc by Ethan Nicholas · 8 years ago
  7. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  8. 428dfe0 Fix: when pos is not finite, text pointer not advanced. by Herb Derby · 8 years ago
  9. e3374d6 validate deserialized path verbs by Mike Reed · 8 years ago
  10. b0b625b GIF: Better check for frame dependency by Leon Scroggins III · 8 years ago
  11. e337b18 Force classic locale when parsing floats in skslc. by Ethan Nicholas · 8 years ago
  12. 613a697 fix for Vulkan SPIR-V crash on some systems by Ethan Nicholas · 8 years ago
  13. e61c407 trim another instruction off SkRasterPipeline overhead by Mike Klein · 8 years ago
  14. 7551898 Make C API compatible with -Wstrict-prototypes by Brian Salomon · 8 years ago
  15. 534cbe5 Increase "large" image size in DeferredTextureImage. by Brian Salomon · 8 years ago
  16. 55325b7 clean up non-ASCII comments by Hal Canary · 8 years ago
  17. 5a2057a fix fuzzer by Cary Clark · 8 years ago
  18. 32bf449 Use nullptr instead of png_NULL in SkPNGImageEncoder by Matt Sarett · 8 years ago
  19. 3de1adf remove debugging printf from resource cache test. by Brian Salomon · 8 years ago
  20. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  21. 5f50092 Change GaussianBlur logic wrt color spaces by Brian Osman · 8 years ago
  22. 43fb7a0 BUILD.gn: skia_enable_pdf by Hal Canary · 8 years ago
  23. 3419469 Move two skia arrays to read-only data segment by Bruce Dawson · 8 years ago
  24. c0b4d21 Disable msaa on IntelIris540 (new bot). by Ben Wagner · 8 years ago
  25. 4c28a74 Update SKP version by UpdateSKPs · 8 years ago
  26. 7eb01f8 remove unused parameter in onNewimageSnapshot by Mike Reed · 8 years ago
  27. 7355737 Update Win version for iHD530 after driver upgrade. by Ben Wagner · 8 years ago
  28. cf272b5 Omit failing test on GTX1070 (new bot). by Ben Wagner · 8 years ago
  29. 615d66d Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  30. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  31. db90e26 Fix typos in the sheriffing document by Yuqian Li · 8 years ago
  32. a4cb388 Revert "Add ImageToColorSpace helper in SkImageFilter" by Brian Osman · 8 years ago
  33. e02d3ca Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  34. 7cf7745 update pixel and pixelxl to NMF26Q by Kevin Lubick · 8 years ago
  35. 3f375d0 Add skia_enable_discrete_gpu argument to GN by Brian Osman · 8 years ago
  36. e2d4141 Update Nexus 5 to M4B30Z by Kevin Lubick · 8 years ago
  37. 29437eb Add color space fallback for matrix convolution filter by Brian Osman · 8 years ago
  38. 878df6d Modify matrix convolution GM for sRGB testing by Brian Osman · 8 years ago
  39. 210e855 Update SKP version by UpdateSKPs · 8 years ago
  40. 0fcf017 Remove legacy matrix defines by Matt Sarett · 8 years ago
  41. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  42. 578f52c Fix iOS build by Matt Sarett · 8 years ago
  43. 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 8 years ago
  44. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  45. 17f811b Bot upgrades. by Ben Wagner · 8 years ago
  46. 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 8 years ago
  47. d5733c7 remove SK_SUPPORT_LEGACY_PREROLL code by Mike Reed · 8 years ago
  48. ddff43a Test CL by Ravi Mistry · 8 years ago
  49. 99c9796 Revert "Revert "Fix issue in SkDebugCanvas where filter canvas prevents GrOp bounds from drawing"" by Ravi Mistry · 8 years ago
  50. 9bcda71 Revert "Fix issue in SkDebugCanvas where filter canvas prevents GrOp bounds from drawing" by Ravi Mistry · 8 years ago
  51. 49e59b2 Protect glyph sub-pixel placement against NaN and Inf. by Herb Derby · 8 years ago
  52. 4bf98e7 Fix issue in SkDebugCanvas where filter canvas prevents GrOp bounds from drawing by Brian Salomon · 8 years ago
  53. 0857527 Cleanup GrBicubicEffect by Brian Osman · 8 years ago
  54. 320573f Add color space xform fallback to GrMorphologyEffect by Brian Osman · 8 years ago
  55. 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
  56. c292b5f Clean up SkFontHost_Mac ownership. by bungeman · 8 years ago
  57. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  58. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  59. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  60. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  61. d5c5ed5 Make SkGIFLZWBlock modifiable so it is assignable by Chris Blume · 8 years ago
  62. a69f4cf Remove sk_ref_sp's misleading preprocessor define and comment by Brian Osman · 8 years ago
  63. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  64. bd81a32 utils/win/SkTScopedComPtr: reset(T*) by Hal Canary · 8 years ago
  65. fa9193d one more empty contour by Cary Clark · 8 years ago
  66. 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
  67. 40a82bd remove MIPS DSP optimizations by Mike Klein · 8 years ago
  68. 6d2f73c Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  69. 253b4dd Handle failed surface creation in AlphaThresholdImageFilter GM by Robert Phillips · 8 years ago
  70. 144a5c5 Rename batch->op in skiaserve by Brian Salomon · 8 years ago
  71. f4e27f6 Remove getDevice_just_for_deprecated_compatibility_testing (take 2) by Robert Phillips · 8 years ago
  72. 6ad3d2f xps.gni by Hal Canary · 8 years ago
  73. 42ad83a Rename batch->op in GrAuditTrail. by Brian Salomon · 8 years ago
  74. b44bb31 Add color space xform to GrMagnifierEffect by Brian Osman · 8 years ago
  75. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  76. 8c5bad3 Remove the last "batch tracker" from AAStrokeRectOp. by Brian Salomon · 8 years ago
  77. 721a2c4 Add color space xform support to GrDisplacementEffect by Brian Osman · 8 years ago
  78. 70826d7 Add color space xform bits to key for texture domain effect by Brian Osman · 8 years ago
  79. b2cb535 Fix more Skia filter fuzzer bugs by Robert Phillips · 8 years ago
  80. 8e444a6 check for empty contours in sortable top by Cary Clark · 8 years ago
  81. c1c607e GPU: Fix for fuzzer issue for sw-rendered paths with large bounds. by Brian Salomon · 8 years ago
  82. 22c57ab Fix mapping from src to dst image space in SkAlphaThresholdFilter by Robert Phillips · 8 years ago
  83. 86cedfc Fix iOS build by Robert Phillips · 8 years ago
  84. 2b25d34 Tag string bitmaps (for GMs) as sRGB by Brian Osman · 8 years ago
  85. 33667da Restore getDevice_just_for_deprecated_compatibility_testing by Robert Phillips · 8 years ago
  86. 7dc5452 Do color space conversion in XfermodeImageFilter by Brian Osman · 8 years ago
  87. 07b6ad0 Floor to scalar for SDF paths. by Jim Van Verth · 8 years ago
  88. 58f100c Update libwebp to v0.5.2-rc2 by Leon Scroggins III · 8 years ago
  89. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  90. 1bfcf88 Implement SkICC::WriteICC() by Matt Sarett · 8 years ago
  91. c468963 Respect color space in GrTextureDomainEffect by Brian Osman · 8 years ago
  92. 3711e11 switch to _deprecated suffix for exotic SkClipOps by Mike Reed · 8 years ago
  93. ace3432 Fix, cleanup and document the clamp tiler better. by Herb Derby · 8 years ago
  94. 9c16d1e handle empty contours in a couple more places by Cary Clark · 8 years ago
  95. 6750e91 Fix precision errors in large circle rendering. by Jim Van Verth · 8 years ago
  96. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  97. 65869fb update dox for generateScaledPixels by Mike Reed · 8 years ago
  98. 20dd31f Guard some uint32_t -> int cases in SkPictureData reading by Robert Phillips · 8 years ago
  99. d1c550e Consolidate TILEX_LOW_BITS/TILEY_LOW_BITS -> EXTRACT_LOW_BITS by Florin Malita · 8 years ago
  100. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago