1. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 7 years ago
  2. 70131b9 Fix SkTArray operator= to work with self assignment by Greg Daniel · 7 years ago
  3. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  4. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  5. 271d495 check-headers-self-sufficient: update by Hal Canary · 7 years ago
  6. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  7. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  8. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  9. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  10. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  11. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  12. 69225d0 Make SkTArray not allocate unless reserve or initial count > 0 by Brian Salomon · 7 years ago
  13. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 7 years ago
  14. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  15. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  16. 4f70623 Restore deferred GPU resources in Chrome by Robert Phillips · 7 years ago
  17. d54639f Add SkSTArray move assignment operators by Florin Malita · 7 years ago
  18. 053730d Fix SkTHashTable dangling values by Florin Malita · 7 years ago
  19. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  20. 6c14c8d take fast case in swap() if we're using malloc OR we're empty by Mike Reed · 7 years ago
  21. 383dd9d Remove unused ownership argument to GrSurfaceProxy::MakeWrappedBackend by Brian Osman · 7 years ago
  22. c2d5bd0 Fix SkTArray copy construction by Florin Malita · 7 years ago
  23. b1d800d SkSTArray move ctor by Florin Malita · 7 years ago
  24. 3139de3 Remove SkChunckAlloc by Herb Derby · 7 years ago
  25. 4b19b40 Revert "Fix new IT blocks ARMv8" by Mike Klein · 7 years ago
  26. 90165c2 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 7 years ago
  27. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  28. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  29. 5ff3a5c Remove stencil related flags from GrInstancedPipelineInfo. by Brian Salomon · 7 years ago
  30. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  31. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 7 years ago
  32. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 7 years ago
  33. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 7 years ago
  34. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 7 years ago
  35. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 7 years ago
  36. 19eec39 Fix SkSemaphore comments. by Mike Klein · 7 years ago
  37. 384b90a SkExecutor by Mike Klein · 7 years ago
  38. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 7 years ago
  39. 320ade4 Make SkAutoTMalloc movable by csmartdalton · 7 years ago
  40. 267be7f Revert "Revert "IWYU"" by Mike Reed · 7 years ago
  41. 3c727d2 Revert "IWYU" by Robert Phillips · 7 years ago
  42. 2aeae78 IWYU by Mike Reed · 7 years ago
  43. 63b6156 Fixed3232 overflow in LinearGradientContext::shadeSpan() by Florin Malita · 7 years ago
  44. 6b20a55 Make header files self-sufficient by Hal Canary · 8 years ago
  45. b37cb23 Add integer vectors to GrSLType by csmartdalton · 7 years ago
  46. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 7 years ago
  47. 529bcd6 Revert "Revert "SkScalar: delete code that doesn't compile."" by Hal Canary · 8 years ago
  48. 8233fc8 Revert "SkScalar: delete code thqat doesn't compile." by Leon Scroggins · 8 years ago
  49. 565da18 SkScalar: delete code thqat doesn't compile. by Hal Canary · 8 years ago
  50. 958fbc4 Make SkShadowUtils tessellations ref counted in preparation for caching them. by Brian Salomon · 8 years ago
  51. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  52. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  53. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  54. 5d72f7d Remove SkTDict and calls from SkView. by Herb Derby · 8 years ago
  55. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 8 years ago
  56. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  57. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  58. 4fa20ce Fix syntax error for adjusting old stdc++ headers. by Herb Derby · 8 years ago
  59. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  60. 5aedd6d cleanup after 95e3c05 by Hal Canary · 8 years ago
  61. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  62. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  63. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  64. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  65. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  66. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  67. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  68. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  69. 42ad83a Rename batch->op in GrAuditTrail. by Brian Salomon · 8 years ago
  70. ee1c73f tweak SkOnce.h header to work around issues with std::atomic::compare_exchange_strong by Lee Salzman · 8 years ago
  71. 6b00a07 simplify SkTHash* move support by Mike Klein · 8 years ago
  72. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  73. acef51f Remove tombstones from SkTHash. by Herb Derby · 8 years ago
  74. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  75. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  76. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  77. db402ca add move semantics to SkTHash* by Mike Klein · 8 years ago
  78. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  79. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  80. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  81. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  82. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  83. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  84. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  85. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  86. e9f78b4 Guard against buggy ucrt\math.h. by Mike Klein · 8 years ago
  87. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  88. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  89. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  90. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  91. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago
  92. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  93. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  94. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  95. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  96. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  97. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  98. 260d9b3 Move SkChunkAlloc.h to include/private. by Ben Wagner · 8 years ago
  99. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  100. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago