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