1. 1252ec4 Make SkColorToHSV and SkHSVToColor "perfect" inverses by Leon Scroggins III · 8 years ago
  2. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  3. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  4. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  5. 7ba89a1 SkSplicer: test and fix loop logic by Mike Klein · 8 years ago
  6. 561c1b0 Rename function in PathOpsExtendedTest which takes strings. by Ben Wagner · 8 years ago
  7. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  8. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  9. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  10. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  11. 1026ccf make SkRBuffer always validate by Mike Reed · 8 years ago
  12. f4c5ce9 fix to not assign uninitialized array to string by Mike Reed · 8 years ago
  13. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  14. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  15. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  16. 7f71d88 SkXbyak basics by Mike Klein · 8 years ago
  17. 8c8cb5b simplify by removing _d stages by Mike Klein · 8 years ago
  18. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  19. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  20. 07792b2 Add context markup to integer texture test by Brian Osman · 8 years ago
  21. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  22. e151bdb Fix color space matrix hashing to avoid hashing the typemask by Matt Sarett · 8 years ago
  23. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  24. 1e85424 Improve detection of color space transfer fns by Matt Sarett · 8 years ago
  25. 2be687a fix skslc crash when ternary parameter types don't match by Ethan Nicholas · 8 years ago
  26. b60e864 Scale the result of TightBounds when path was inverse-scaled by Fredrik Söderquist · 8 years ago
  27. 9a5610e fixed a divide-by-zero bug in skslc by Ethan Nicholas · 8 years ago
  28. e3374d6 validate deserialized path verbs by Mike Reed · 8 years ago
  29. b0b625b GIF: Better check for frame dependency by Leon Scroggins III · 8 years ago
  30. 534cbe5 Increase "large" image size in DeferredTextureImage. by Brian Salomon · 8 years ago
  31. 5a2057a fix fuzzer by Cary Clark · 8 years ago
  32. 3de1adf remove debugging printf from resource cache test. by Brian Salomon · 8 years ago
  33. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  34. 43fb7a0 BUILD.gn: skia_enable_pdf by Hal Canary · 8 years ago
  35. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  36. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  37. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  38. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  39. 58f100c Update libwebp to v0.5.2-rc2 by Leon Scroggins III · 8 years ago
  40. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  41. 1bfcf88 Implement SkICC::WriteICC() by Matt Sarett · 8 years ago
  42. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  43. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  44. 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 8 years ago
  45. d4b9c35 Fix iOS build by Matt Sarett · 8 years ago
  46. 113d05f Revert "Revert "WIP: Skia support library for ICC tasks"" by Ravi Mistry · 8 years ago
  47. eb733fb Revert "WIP: Skia support library for ICC tasks" by Ravi Mistry · 8 years ago
  48. ab2d73b rework xor to be more like winding by Cary Clark · 8 years ago
  49. fc8dc31 WIP: Skia support library for ICC tasks by Matt Sarett · 8 years ago
  50. 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 8 years ago
  51. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  52. 9f67f04 dump path fill type with data by Cary Clark · 8 years ago
  53. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  54. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  55. 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 8 years ago
  56. 1b9924f Added SkLRUCache.h and converted GPU program cache to use it. by Ethan Nicholas · 8 years ago
  57. 5adaf8b remove unused dynamicwstream.snapshotAsData() by Mike Reed · 8 years ago
  58. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  59. 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
  60. 4928229 add tests/bench for dynamicwstream by Mike Reed · 8 years ago
  61. ff11428 more simplify bugs by Cary Clark · 8 years ago
  62. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  63. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  64. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  65. db402ca add move semantics to SkTHash* by Mike Klein · 8 years ago
  66. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  67. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  68. 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
  69. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  70. 3fc97d7 Fix SkGifCodec bugs around truncated data by Leon Scroggins III · 8 years ago
  71. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  72. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  73. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  74. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  75. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  76. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  77. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  78. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  79. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  80. 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 8 years ago
  81. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  82. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  83. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  84. 7eb01e0 simplify bug by Cary Clark · 8 years ago
  85. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  86. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  87. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  88. 02e65df fix build. tests/BitmapTest w/ nogpu by Hal Canary · 8 years ago
  89. 4cba3fe SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16 by Hal Canary · 8 years ago
  90. 851c238 Skip the sRGB mip-map testing on command buffer by brianosman · 8 years ago
  91. 8392634 Divide up CodecTest by Leon Scroggins III · 8 years ago
  92. 287f651 Add a context stack to Reporter, for better error messages by Brian Osman · 8 years ago
  93. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  94. 2047189 Two (related) changes here: by brianosman · 8 years ago
  95. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  96. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  97. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  98. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  99. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  100. 9db12d2 Two (related) changes here: by brianosman · 8 years ago