1. 288e471 clipstack is now private by Mike Reed · 7 years ago
  2. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 8 years ago
  3. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  4. d4bdee5 Revert "move device headers to core" by Mike Reed · 8 years ago
  5. 98420d0 move device headers to core by Mike Reed · 8 years ago
  6. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  7. 46784be hide getClipStack by Mike Reed · 8 years ago
  8. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  9. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  10. 113fd34 savelayer gm by Mike Reed · 8 years ago
  11. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  12. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  13. 1c47187 Fix Android roll by Mike Klein · 8 years ago
  14. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  15. a005acc skia_android_serial = "auto" by Mike Klein · 8 years ago
  16. e7a364d GrTessellator: fix artifact with exactly-1-px-wide edges. by Stephen White · 8 years ago
  17. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  18. 1252ec4 Make SkColorToHSV and SkHSVToColor "perfect" inverses by Leon Scroggins III · 8 years ago
  19. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  20. 21d742d Get latest ANGLE as of January 6, 2017 by Brian Osman · 8 years ago
  21. db52cf3 move SkDraw.h to core by Mike Reed · 8 years ago
  22. 3f28933 Start including 'winrt' in Windows toolchain by Brian Osman · 8 years ago
  23. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  24. dc11f98 Clean up unused SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS code by Hal Canary · 8 years ago
  25. c0a7a08 remove xbyak experiment by Mike Klein · 8 years ago
  26. 8cbb424 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  27. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  28. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  29. 5cb9a4e move SkBlitRow.h out of public by Mike Reed · 8 years ago
  30. 83f532e Add a real SkXbyak bench, implement enough to run it. by Mike Klein · 8 years ago
  31. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  32. 7d92103 GN: add skia_android_serial and push_$foo targets when it's set by Mike Klein · 8 years ago
  33. 70120c7 Add tools to support gdb and simpleperf for android executables. by Derek Sollenberger · 8 years ago
  34. d3ed402 Disable clang -Wsigned-enum-bitfield warnings by Matt Sarett · 8 years ago
  35. e6b274e Specify "/utf-8" with Visual C++. by Ben Wagner · 8 years ago
  36. 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 8 years ago
  37. 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
  38. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  39. 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
  40. 40a82bd remove MIPS DSP optimizations by Mike Klein · 8 years ago
  41. 6d2f73c Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  42. 6ad3d2f xps.gni by Hal Canary · 8 years ago
  43. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  44. 4f8a467 Allow running gn_to_bp.py from another script by Leon Scroggins III · 8 years ago
  45. 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 8 years ago
  46. 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
  47. 64b70b0 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  48. 113d05f Revert "Revert "WIP: Skia support library for ICC tasks"" by Ravi Mistry · 8 years ago
  49. eb733fb Revert "WIP: Skia support library for ICC tasks" by Ravi Mistry · 8 years ago
  50. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  51. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  52. fc8dc31 WIP: Skia support library for ICC tasks by Matt Sarett · 8 years ago
  53. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  54. 8ced688 Add GM for filtering bug by Robert Phillips · 8 years ago
  55. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  56. 6b316e9 Rename GrTestBatch and subclasses to Op by Brian Salomon · 8 years ago
  57. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  58. 1b9924f Added SkLRUCache.h and converted GPU program cache to use it. by Ethan Nicholas · 8 years ago
  59. 09e019e Rename GrAtlasTextBatch files to GrAtlasTextOp by Brian Salomon · 8 years ago
  60. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  61. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago
  62. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  63. 289e3d8 Bring sk_sp to oval GrDrawOps and rename batch->op by Brian Salomon · 8 years ago
  64. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  65. b7ce80b switch to libstdc++ for standalone Android builds. by Mike Klein · 8 years ago
  66. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  67. 19d20c6 remove PLAIN_ENUM flag for SkClipOp by Mike Reed · 8 years ago
  68. 4928229 add tests/bench for dynamicwstream by Mike Reed · 8 years ago
  69. 2052c86 Move, rename, and document Visual Studio GN helper script by Brian Osman · 8 years ago
  70. bde5d5d Revert "Do not build the ktx encoder for android framework" by Mike Klein · 8 years ago
  71. eeb7137 Do not build the ktx encoder for android framework by Leon Scroggins III · 8 years ago
  72. db402ca add move semantics to SkTHash* by Mike Klein · 8 years ago
  73. 5f1bb0a Add a method in SkCanvas to set "hard" clip bounds. by Stan Iliev · 8 years ago
  74. 689169d Hide exotic clipops, with a private rename for internal use by Mike Reed · 8 years ago
  75. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  76. ee43f6f Just make Android.bp bpfmt compliant to begin with. by Mike Klein · 8 years ago
  77. f44703a Remove dependency on NDK cpufeatures. by Mike Klein · 8 years ago
  78. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  79. c308333 proposed gn_to_bp fixes by Mike Klein · 8 years ago
  80. 252b724 Revert "SkImageEncoder::* going away" by Herb Derby · 8 years ago
  81. 3489b2b SkImageEncoder::* going away by Hal Canary · 8 years ago
  82. 67702f6 update Win/Android toolchain setup after rolling GN by Mike Klein · 8 years ago
  83. 76073c1 Add the ability to use different mallocs. by Herb Derby · 8 years ago
  84. 978cceb On mips64el, use -B instead of linking .o manually. by Mike Klein · 8 years ago
  85. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  86. 867812e remove SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT from android by Mike Reed · 8 years ago
  87. b92520d remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS for android by Mike Reed · 8 years ago
  88. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  89. 27eb22b gn_to_bp.py fixes by Mike Klein · 8 years ago
  90. b88ca7e Revert "SkImageEncoder::* going away" by Hal Canary · 8 years ago
  91. d7e1666 SkImageEncoder::* going away by Hal Canary · 8 years ago
  92. 308b5ac Add gn_to_bp.py. by Mike Klein · 8 years ago
  93. c5875fb -pie applies only to executables by Mike Klein · 8 years ago
  94. 4b7b6f0 Retire SkNoSaveLayerCanvas by Florin Malita · 8 years ago
  95. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  96. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  97. 6e1fca4 Add animating blur image filter GM/slide/bench by Robert Phillips · 8 years ago
  98. ee424ac SkNoDrawCanvas - a public non-drawing canvas base class by Florin Malita · 8 years ago
  99. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  100. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago