1. 19ae138 Remove unused unique ID from GrProgramElement by Brian Salomon · 8 years ago
  2. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  3. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  4. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  5. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  6. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  7. 5cb9a4e move SkBlitRow.h out of public by Mike Reed · 8 years ago
  8. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  9. c3063e5 remove SkDebugWStream and other cleanups by Mike Reed · 8 years ago
  10. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  11. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  12. 68dd8d0 add writePixels to SkBitmap by Mike Reed · 8 years ago
  13. e151bdb Fix color space matrix hashing to avoid hashing the typemask by Matt Sarett · 8 years ago
  14. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  15. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
  16. 7551898 Make C API compatible with -Wstrict-prototypes by Brian Salomon · 8 years ago
  17. 55325b7 clean up non-ASCII comments by Hal Canary · 8 years ago
  18. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  19. 615d66d Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  20. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  21. a4cb388 Revert "Add ImageToColorSpace helper in SkImageFilter" by Brian Osman · 8 years ago
  22. e02d3ca Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  23. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  24. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  25. d5733c7 remove SK_SUPPORT_LEGACY_PREROLL code by Mike Reed · 8 years ago
  26. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  27. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  28. a69f4cf Remove sk_ref_sp's misleading preprocessor define and comment by Brian Osman · 8 years ago
  29. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  30. f4e27f6 Remove getDevice_just_for_deprecated_compatibility_testing (take 2) by Robert Phillips · 8 years ago
  31. 42ad83a Rename batch->op in GrAuditTrail. by Brian Salomon · 8 years ago
  32. 33667da Restore getDevice_just_for_deprecated_compatibility_testing by Robert Phillips · 8 years ago
  33. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  34. 3711e11 switch to _deprecated suffix for exotic SkClipOps by Mike Reed · 8 years ago
  35. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  36. 65869fb update dox for generateScaledPixels by Mike Reed · 8 years ago
  37. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  38. 5cbc7b9 simplify generatescaledpixels by Mike Reed · 8 years ago
  39. 113d05f Revert "Revert "WIP: Skia support library for ICC tasks"" by Ravi Mistry · 8 years ago
  40. eb733fb Revert "WIP: Skia support library for ICC tasks" by Ravi Mistry · 8 years ago
  41. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  42. ee1c73f tweak SkOnce.h header to work around issues with std::atomic::compare_exchange_strong by Lee Salzman · 8 years ago
  43. fc8dc31 WIP: Skia support library for ICC tasks by Matt Sarett · 8 years ago
  44. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  45. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  46. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  47. 9864257 hide deprecated SkImage::preroll by Mike Reed · 8 years ago
  48. 6b00a07 simplify SkTHash* move support by Mike Klein · 8 years ago
  49. d85dd53 Shrink the SkImageGenerator API by Brian Osman · 8 years ago
  50. 9c457ad speedup dynamicwstream by Mike Reed · 8 years ago
  51. 5adaf8b remove unused dynamicwstream.snapshotAsData() by Mike Reed · 8 years ago
  52. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  53. 8dc1f62 Remove strange 'write' overload on SkDynamicMemoryWStream. by bungeman · 8 years ago
  54. 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
  55. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 8 years ago
  56. acef51f Remove tombstones from SkTHash. by Herb Derby · 8 years ago
  57. 2dc5237 remove PLAIN_ENUM flag for SkClipOp by Mike Reed · 8 years ago
  58. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  59. 78c212a SK_API-export SkCodec by Florin Malita · 8 years ago
  60. 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
  61. 8dcc84f Prefer F16 in SkAndroidCodec for high precision images by Matt Sarett · 8 years ago
  62. 4a24da5 Make filterMaskGPU use GrTextureProxy by Robert Phillips · 8 years ago
  63. 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
  64. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  65. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  66. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  67. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  68. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  69. db402ca add move semantics to SkTHash* by Mike Klein · 8 years ago
  70. 0abc8b4 Add helper for idenitfying hw GrAATypes. by Brian Salomon · 8 years ago
  71. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  72. 4ec2b71 don't use deprecated api by Mike Reed · 8 years ago
  73. 5f1bb0a Add a method in SkCanvas to set "hard" clip bounds. by Stan Iliev · 8 years ago
  74. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  75. 689169d Hide exotic clipops, with a private rename for internal use by Mike Reed · 8 years ago
  76. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  77. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
  78. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  79. c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
  80. 9950408 Fix comment formatting for GrRenderTargetContext::drawArc by Brian Salomon · 8 years ago
  81. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  82. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  83. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  84. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  85. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  86. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  87. 252b724 Revert "SkImageEncoder::* going away" by Herb Derby · 8 years ago
  88. 3489b2b SkImageEncoder::* going away by Hal Canary · 8 years ago
  89. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  90. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  91. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  92. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 8 years ago
  93. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  94. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  95. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  96. 02b7349 no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore by Mike Reed · 8 years ago
  97. 58a7694 SkBitmap::ComputeIsOpaque -> SkPixmap::computeIsOpaque by Hal Canary · 8 years ago
  98. 4cba3fe SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16 by Hal Canary · 8 years ago
  99. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  100. b88ca7e Revert "SkImageEncoder::* going away" by Hal Canary · 8 years ago