1. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  2. f259b8b Add kRGB_888X_GrPixelConfig by Greg Daniel · 6 years ago
  3. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 6 years ago
  4. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  5. 60ea40c Remove private configs from GrPixelConfig. by Greg Daniel · 6 years ago
  6. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 6 years ago
  7. 5257816 Remove a few semicolons. by Nico Weber · 6 years ago
  8. cd9ef73 Mask -> M by Mike Klein · 6 years ago
  9. 1f05d45 Add GrContext::resetGLTextureBindings(). by Brian Salomon · 6 years ago
  10. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 6 years ago
  11. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  12. dcfc3ef skvx wip by Mike Klein · 6 years ago
  13. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  14. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  15. 53a5298 add mad() and shuffle() to SkVx by Mike Klein · 6 years ago
  16. 4292515 fill in most remaining skvx operations by Mike Klein · 6 years ago
  17. 455c747 sketch SkVx by Mike Klein · 6 years ago
  18. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  19. bb60677 Move caps and FP factory cache to GrContext_Base by Robert Phillips · 6 years ago
  20. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 6 years ago
  21. c1541ae Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base by Robert Phillips · 6 years ago
  22. c3b4790 use std::underlying_type by Mike Klein · 6 years ago
  23. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  24. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
  25. d8a90f9 Converting more debug code to SkJSONWriter by Brian Osman · 6 years ago
  26. 0d60676 Actually reuse GrTexture if SkPromiseImageTexture used with multiple images. by Brian Salomon · 6 years ago
  27. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  28. 84e0064 remove SK_API from private calls by Mike Klein · 6 years ago
  29. 3a33fa5 Add SK_API to SkHalfToFloat by Leon Scroggins III · 6 years ago
  30. c39d0c8 Implement generic draw-as-clear fallback for color and stencil by Michael Ludwig · 6 years ago
  31. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  32. 553610d Change how PromiseLazyInstantiationCallback calls Done proc. by Brian Salomon · 6 years ago
  33. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  34. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  35. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  36. c6444d2 Enable wide color support in CCPR by Brian Osman · 6 years ago
  37. 4284ec6 add SkTHashTable::LookupOrNull() by Mike Klein · 6 years ago
  38. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  39. 7f4735b Reland "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  40. d7c2a38 Revert "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  41. 51eaa79 Wide color support in AA Convex path renderer by Brian Osman · 6 years ago
  42. b4ba826 Move GrResourceKey.h to include/private. by Brian Salomon · 6 years ago
  43. fee3f9b Make GrSurfaceProxy::Copy take SkBackingFit. by Brian Salomon · 6 years ago
  44. 7dfe6d9 minor Sk4px cleanup by Mike Klein · 6 years ago
  45. 34a2030 Remove window rects flag from GrInternalSurfaceFlags. by Brian Salomon · 6 years ago
  46. 7da2fc7 Move textureType() method from GrSurfaceProxy to GrTextureProxy. by Brian Salomon · 6 years ago
  47. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  48. 9f7d9a2 Revert "Move some Gr headers from include/gpu to include/private and src/gpu." by Brian Salomon · 6 years ago
  49. 3bdc3f5 Move some Gr headers from include/gpu to include/private and src/gpu. by Brian Salomon · 6 years ago
  50. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  51. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  52. d3e7130 Add a hash of all vertex attributes to the GrProgramDesc key by Brian Osman · 6 years ago
  53. 9cadc31 Reland "Bypass interval tracking and assignment of read-only texures in GrResourceAllocator." by Brian Salomon · 6 years ago
  54. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  55. 69e5785 Add RG_88 texture format by Jim Van Verth · 6 years ago
  56. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  57. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  58. c609353 Revert "Bypass interval tracking and assignment of read-only texures in GrResourceAllocator." by Brian Salomon · 6 years ago
  59. 1b04794 Bypass interval tracking and assignment of read-only texures in GrResourceAllocator. by Brian Salomon · 6 years ago
  60. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  61. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  62. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  63. de2244c remove sk_atomic_dec by Mike Klein · 6 years ago
  64. 8912a5d remove sk_atomic_fetch_add by Mike Klein · 6 years ago
  65. 820e79b remove sk_atomic_load and sk_atomic_store by Mike Klein · 6 years ago
  66. b24f7f4 remove sk_atomic_compare_exchange by Mike Klein · 6 years ago
  67. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  68. 45723ac Take into accout the GrBackendFormat when deciding if we can chain textures together. by Greg Daniel · 6 years ago
  69. 07105bb don't trust convexity after a transform by Mike Reed · 6 years ago
  70. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  71. df246b9 Add explicit to ctor by Herb Derby · 6 years ago
  72. 52a6ed3 Fix audit trail when ops merge after chaining change. by Brian Salomon · 6 years ago
  73. cfec9d5 Use GrVertexWriter for GrAAStrokeRectOp by Brian Osman · 6 years ago
  74. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  75. 3d139a4 Use half floats for non-normalized color in GrTextureOp by Brian Osman · 6 years ago
  76. 5c8a6b3 Add helpers to deal with byte vs. half-float vertex colors by Brian Osman · 6 years ago
  77. a89316d Add SkPMColor4fFitsInBytes by Brian Osman · 6 years ago
  78. 4013913 Do CCPR hairline coverage scaling in floats, rather than bytes by Brian Osman · 6 years ago
  79. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  80. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  81. 32828eb move LCD blits to SkBlitter_ARGB32.cpp by Mike Klein · 6 years ago
  82. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  83. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  84. a4c277b make float divide-by-zero fatal by Mike Klein · 6 years ago
  85. 3674336 Reland "make enum santizer fatal" by Mike Klein · 6 years ago
  86. f2b35e4 Revert "make enum santizer fatal" by Mike Klein · 6 years ago
  87. 166dbd3 make enum santizer fatal by Mike Klein · 6 years ago
  88. 00b2939 Remove some more GrColor references by Brian Osman · 6 years ago
  89. 422f95b Revert "Revert "Use float colors for blend constant"" by Brian Osman · 6 years ago
  90. 5a4f2a3 Revert "Use float colors for blend constant" by Brian Osman · 6 years ago
  91. 5206547 Use float colors for blend constant by Brian Osman · 6 years ago
  92. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  93. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  94. ff0e840 clean up some odd SkRefCnt features by Mike Klein · 6 years ago
  95. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  96. 06768fc Use std::numeric_limits for SK_FloatNaN and Infinity by Brian Osman · 6 years ago
  97. 1986f88 Remove unused GrOpList::numOps() by Brian Salomon · 6 years ago
  98. 78252fe Switch GrColor4h to use float storage by Brian Osman · 6 years ago
  99. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  100. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago