1. c2a29fc Remove utility include from SkTypes.h by Ben Wagner · 6 years ago
  2. 2247965 SkRefCnt.h no longer uses SkTLogic.h by Hal Canary · 6 years ago
  3. b70e3b4 Remove SkTSwap. by Ben Wagner · 6 years ago
  4. c36f7e7 SkTypes.h: general cleanup by Hal Canary · 6 years ago
  5. e2098c4 SkFontMgr.h is a core header. by Hal Canary · 6 years ago
  6. 846bb41 iwyu by Mike Reed · 6 years ago
  7. 0560bd6 Move GrSwizzle.h from include/private to src/gpu. by Brian Salomon · 6 years ago
  8. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  9. 0917fad move imagefilters into separate dir and flag for build.gn by Mike Reed · 6 years ago
  10. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  11. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  12. bceddbc SkAR: drawing text, shapes, rotation modes enabled, translating objects by ziadb · 6 years ago
  13. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  14. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  15. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  16. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  17. e72e773 remove SkTCast by Mike Klein · 6 years ago
  18. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  19. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  20. 29f2eaf Remove string.h from SkTypes.h by Ben Wagner · 6 years ago
  21. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
  22. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  23. 0e4a12b Don't explicitly include vulkan.h in the vulkan memory allocator. by Greg Daniel · 6 years ago
  24. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  25. b7a72a5 fix bookmaker by Cary Clark · 6 years ago
  26. 725d5ad SkTHashTable no longer uses SkNoncopy by Hal Canary · 6 years ago
  27. 0acb79e SkTemplates no longer uses Sknoncopyable by Hal Canary · 6 years ago
  28. 14f7390 SkCanvas, SkImageGenerator, SkStream: remove SkNoncopyable by Hal Canary · 6 years ago
  29. e08ce40 SkRefCnt no longer a SkNoncopyable by Hal Canary · 6 years ago
  30. 33f920e SkImageInfo: make use of SkISize by Hal Canary · 6 years ago
  31. ca6a245 refresh generated includes by Cary Clark · 6 years ago
  32. 9414c96 ccpr: Generalize GrCCAtlas to work for cached atlases as well by Chris Dalton · 6 years ago
  33. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
  34. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  35. 4d46654 Reland "use std::enable_if instead of assert()" by Mike Klein · 6 years ago
  36. bf54a76 SkImageInfo: MakeN32*() avoids extra ref/deref by Hal Canary · 6 years ago
  37. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  38. b6b5b7a Reland "simplify SkTFitsIn, try 2" by Mike Klein · 6 years ago
  39. 10a83da Add GrContext::MakeVulkan factory that doesn't take a ref'd GrVkBackendContext. by Greg Daniel · 6 years ago
  40. f018b7d SkColorSpaceXformSteps improvements and tests by Brian Osman · 6 years ago
  41. 657edbe Remove SkBool8 (again). by Ben Wagner · 6 years ago
  42. 42c2115 ccpr: Initialize the atlas size more intelligently by Chris Dalton · 6 years ago
  43. 761df75 Remove SkString fwd decl from SkTypes.h. by Ben Wagner · 6 years ago
  44. e4b900b Revert "simplify SkTFitsIn, try 2" by Mike Klein · 6 years ago
  45. a2bf585 Revert "use std::enable_if instead of assert()" by Mike Klein · 6 years ago
  46. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  47. 1e447df minor fixes to SkRRect by Cary Clark · 6 years ago
  48. c6530d1 use std::enable_if instead of assert() by Mike Klein · 6 years ago
  49. 6fbafc0 Remove SkMulDiv. by Ben Wagner · 6 years ago
  50. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  51. 009f51e simplify SkTFitsIn, try 2 by Mike Klein · 6 years ago
  52. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  53. bb9ee9b SkTypes: add static back by Hal Canary · 6 years ago
  54. cee46e5 Remove SkBool8. by Ben Wagner · 6 years ago
  55. 2652223 Revert "simplify SkTFitsIn" by Mike Klein · 6 years ago
  56. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  57. bc718c1 SkTypes: templates are usually better than macros by Hal Canary · 6 years ago
  58. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  59. 22ce794 remove __cplusplus guard by Mike Klein · 6 years ago
  60. b82c3d6 simplify SkTFitsIn by Mike Klein · 6 years ago
  61. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  62. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  63. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  64. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  65. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  66. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  67. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  68. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  69. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  70. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  71. f32fe56 see if we can remove this hack by Mike Klein · 6 years ago
  72. 27dddae rebase by Cary Clark · 6 years ago
  73. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  74. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  75. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  76. 9149954 update SkColor by Cary Clark · 6 years ago
  77. 5f444c9 remove final SkTypes dependencies in SkArenaAlloc by Mike Klein · 6 years ago
  78. 9f752aa tweak SkArenaAlloc comments, parameter names by Mike Klein · 6 years ago
  79. 2e361a3 remove unused stat tracking from SkArenaAlloc by Mike Klein · 6 years ago
  80. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  81. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  82. c174cc6 Add SkTypeface::makeClone. by Ben Wagner · 6 years ago
  83. fa8ff09 fonts: Hook up FallbackTextHelper to font remoting. by Khushal · 6 years ago
  84. dc63620 Add guard around GrVkBackendContext::Create function. by Greg Daniel · 6 years ago
  85. d62c4bd require std::is_trivially_destructible by Mike Klein · 6 years ago
  86. d07dc36 clean up some unused parts of SkArenaAlloc by Mike Klein · 6 years ago
  87. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  88. 12f25a2 simplify SK_FloatNaN by Mike Klein · 6 years ago
  89. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  90. 8683037 Always keep buffers in vulkan persistently mapped. by Greg Daniel · 6 years ago
  91. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  92. 8103bb9 Expose API for temporary use by the Android WebView. by Derek Sollenberger · 6 years ago
  93. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  94. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  95. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  96. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  97. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  98. de81143 Revert "Move include into head to fix build breakage." by Greg Daniel · 6 years ago
  99. fac6953 Move include into head to fix build breakage. by Greg Daniel · 6 years ago
  100. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 6 years ago