1. f046e15 Fix undefined GrIORef test method on Chrome win bot by Brian Salomon · 8 years ago
  2. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  3. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  4. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
  5. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  6. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  7. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  8. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  9. db52cf3 move SkDraw.h to core by Mike Reed · 8 years ago
  10. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  11. 7243f49 Remove last of SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS by Hal Canary · 8 years ago
  12. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  13. dc11f98 Clean up unused SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS code by Hal Canary · 8 years ago
  14. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  15. 0ab977f Remove SkUseTestFontConfigFile. by Ben Wagner · 8 years ago
  16. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  17. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  18. f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago
  19. 19ae138 Remove unused unique ID from GrProgramElement by Brian Salomon · 8 years ago
  20. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  21. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  22. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  23. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  24. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  25. 5cb9a4e move SkBlitRow.h out of public by Mike Reed · 8 years ago
  26. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  27. c3063e5 remove SkDebugWStream and other cleanups by Mike Reed · 8 years ago
  28. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  29. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  30. 68dd8d0 add writePixels to SkBitmap by Mike Reed · 8 years ago
  31. e151bdb Fix color space matrix hashing to avoid hashing the typemask by Matt Sarett · 8 years ago
  32. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  33. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
  34. 7551898 Make C API compatible with -Wstrict-prototypes by Brian Salomon · 8 years ago
  35. 55325b7 clean up non-ASCII comments by Hal Canary · 8 years ago
  36. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  37. 615d66d Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  38. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  39. a4cb388 Revert "Add ImageToColorSpace helper in SkImageFilter" by Brian Osman · 8 years ago
  40. e02d3ca Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  41. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  42. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  43. d5733c7 remove SK_SUPPORT_LEGACY_PREROLL code by Mike Reed · 8 years ago
  44. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  45. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  46. a69f4cf Remove sk_ref_sp's misleading preprocessor define and comment by Brian Osman · 8 years ago
  47. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  48. f4e27f6 Remove getDevice_just_for_deprecated_compatibility_testing (take 2) by Robert Phillips · 8 years ago
  49. 42ad83a Rename batch->op in GrAuditTrail. by Brian Salomon · 8 years ago
  50. 33667da Restore getDevice_just_for_deprecated_compatibility_testing by Robert Phillips · 8 years ago
  51. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  52. 3711e11 switch to _deprecated suffix for exotic SkClipOps by Mike Reed · 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. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  56. 5cbc7b9 simplify generatescaledpixels by Mike Reed · 8 years ago
  57. 113d05f Revert "Revert "WIP: Skia support library for ICC tasks"" by Ravi Mistry · 8 years ago
  58. eb733fb Revert "WIP: Skia support library for ICC tasks" by Ravi Mistry · 8 years ago
  59. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  60. ee1c73f tweak SkOnce.h header to work around issues with std::atomic::compare_exchange_strong by Lee Salzman · 8 years ago
  61. fc8dc31 WIP: Skia support library for ICC tasks by Matt Sarett · 8 years ago
  62. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  63. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  64. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  65. 9864257 hide deprecated SkImage::preroll by Mike Reed · 8 years ago
  66. 6b00a07 simplify SkTHash* move support by Mike Klein · 8 years ago
  67. d85dd53 Shrink the SkImageGenerator API by Brian Osman · 8 years ago
  68. 9c457ad speedup dynamicwstream by Mike Reed · 8 years ago
  69. 5adaf8b remove unused dynamicwstream.snapshotAsData() by Mike Reed · 8 years ago
  70. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  71. 8dc1f62 Remove strange 'write' overload on SkDynamicMemoryWStream. by bungeman · 8 years ago
  72. 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
  73. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 8 years ago
  74. acef51f Remove tombstones from SkTHash. by Herb Derby · 8 years ago
  75. 2dc5237 remove PLAIN_ENUM flag for SkClipOp by Mike Reed · 8 years ago
  76. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  77. 78c212a SK_API-export SkCodec by Florin Malita · 8 years ago
  78. 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
  79. 8dcc84f Prefer F16 in SkAndroidCodec for high precision images by Matt Sarett · 8 years ago
  80. 4a24da5 Make filterMaskGPU use GrTextureProxy by Robert Phillips · 8 years ago
  81. 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
  82. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  83. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  84. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  85. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  86. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  87. db402ca add move semantics to SkTHash* by Mike Klein · 8 years ago
  88. 0abc8b4 Add helper for idenitfying hw GrAATypes. by Brian Salomon · 8 years ago
  89. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  90. 4ec2b71 don't use deprecated api by Mike Reed · 8 years ago
  91. 5f1bb0a Add a method in SkCanvas to set "hard" clip bounds. by Stan Iliev · 8 years ago
  92. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  93. 689169d Hide exotic clipops, with a private rename for internal use by Mike Reed · 8 years ago
  94. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  95. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
  96. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  97. c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
  98. 9950408 Fix comment formatting for GrRenderTargetContext::drawArc by Brian Salomon · 8 years ago
  99. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  100. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago