1. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
  2. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 8 months ago
  3. 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 8 months ago
  4. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 8 months ago
  5. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 8 months ago
  6. 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 4 years, 8 months ago
  7. 2e7ed26 Lift calls for setting dynamic state to Ganesh level by Chris Dalton · 4 years, 8 months ago
  8. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 8 months ago
  9. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 8 months ago
  10. b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 8 months ago
  11. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 8 months ago
  12. e810d83 Use views where needed in CCPR. by Greg Daniel · 4 years, 8 months ago
  13. a550cf2 Extract a GrDynamicAtlas base class from GrCCAtlas by Chris Dalton · 4 years, 8 months ago
  14. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 8 months ago
  15. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  16. 5f3d9f7 Replace usage of SkTClamp with SkTPin by Brian Osman · 4 years, 8 months ago
  17. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 8 months ago
  18. 022bd3b Preserve triangle winding in GrTessellator by Chris Dalton · 4 years, 9 months ago
  19. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 9 months ago
  20. 73c7587 Reland "Specialize SkRectanzier to SkRectanizerSkyline" by Herb Derby · 4 years, 9 months ago
  21. e4ddb8a Revert "Specialize SkRectanzier to SkRectanizerSkyline" by Mike Reed · 4 years, 9 months ago
  22. 77e1f84 Specialize SkRectanzier to SkRectanizerSkyline by Herb Derby · 4 years, 9 months ago
  23. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 9 months ago
  24. c71c796 Remove various uses of GrPixelConfig from GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
  25. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 9 months ago
  26. d19cd76 Remove unused varying type param from GrGLSLShaderBuilder texture methods. by Brian Salomon · 4 years, 10 months ago
  27. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 10 months ago
  28. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 10 months ago
  29. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 10 months ago
  30. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 10 months ago
  31. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 10 months ago
  32. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 4 years, 11 months ago
  33. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 10 months ago
  34. f46d5ca use std::make_unique by Mike Klein · 4 years, 10 months ago
  35. bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 10 months ago
  36. c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 10 months ago
  37. acf5929 Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView. by Greg Daniel · 4 years, 10 months ago
  38. a378b45 Suppress allocation warnings for tests that induce them intentionally by Chris Dalton · 4 years, 10 months ago
  39. 456c405 simplify GrCCPerFlushResources::recordCopyPathInstance by Mike Klein · 4 years, 11 months ago
  40. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 11 months ago
  41. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 4 years, 11 months ago
  42. 80e334d Remove most of GrConfig.h by Brian Salomon · 4 years, 11 months ago
  43. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 11 months ago
  44. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 5 years ago
  45. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 5 years ago
  46. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
  47. 933484f Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation by Robert Phillips · 5 years ago
  48. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  49. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  50. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  51. d53853d Reland "Reland "Enable msaa ccpr on vulkan"" by Chris Dalton · 5 years ago
  52. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 5 years ago
  53. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 5 years ago
  54. 9233e0c Revert "Reland "Enable msaa ccpr on vulkan"" by Robert Phillips · 5 years ago
  55. e7b8e41 Don't sync unique keys on ccpr clip FP proxies by Chris Dalton · 5 years ago
  56. 935a35d Reland "Enable msaa ccpr on vulkan" by Chris Dalton · 5 years ago
  57. 9fdebfb ccpr: Fix an assumption about weights from the tessellator by Chris Dalton · 5 years ago
  58. ff2f380 Only access the scissorState's rect when it is valid by Robert Phillips · 5 years ago
  59. 78fa08b Revert "Enable msaa ccpr on vulkan" by Chris Dalton · 5 years ago
  60. cb73b62 Enable msaa ccpr on vulkan by Chris Dalton · 5 years ago
  61. 67a625e Make GrProgramInfo take pointers to the GrPipeline and the GrPrimitiveProcessor by Robert Phillips · 5 years ago
  62. 5e8cdfd Add 'numRasterSamples' and 'isMixedSampled' to GrProgramInfo by Chris Dalton · 5 years ago
  63. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 5 years ago
  64. 36574af ccpr: Fail gracefully when atlas instantiation fails by Chris Dalton · 5 years ago
  65. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
  66. 8a64a44 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 5 years ago
  67. d9ddd07 Revert "Rename sampleVariablesSupport() to sampleMaskSupport()" by Robert Phillips · 5 years ago
  68. 766b4c9 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 5 years ago
  69. 2638f3d rename atlassize->atlasdimensions by Brian Salomon · 5 years ago
  70. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  71. 6c2aa7a Revert "Reduce inputs to GrProgramDesc::Build method(s)" by Robert Phillips · 5 years ago
  72. 63a3873 Reduce inputs to GrProgramDesc::Build method(s) by Robert Phillips · 5 years ago
  73. f272bea Plumb GrBackendFormat into the GrPrimitiveProcessor::TextureSampler by Robert Phillips · 5 years ago
  74. 7d7aaf4 Slim down GrFragmentProcessor::TextureSampler and GrPrimitiveProcessor::TextureSampler by Robert Phillips · 5 years ago
  75. 2d8a95e Add "meshCount" to GrProgramInfo by Robert Phillips · 5 years ago
  76. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 5 years ago
  77. 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 5 years ago
  78. 9bd947d SkIRect::makeOffset(SkVector) by Brian Salomon · 5 years ago
  79. 674f77a Clear and discard stencil buffers on tilers, take 2 by Chris Dalton · 5 years ago
  80. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  81. c096654 ccpr: Don't assign inverse fill types to fan tessellations by Chris Dalton · 5 years ago
  82. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  83. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  84. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  85. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  86. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  87. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  88. 0a1e9ef Don't use AA convex path renderer if direction can't be determined by Michael Ludwig · 5 years ago
  89. 8ef18d3 Override operator delete for GrCCPathCache::Key by Andy Weiss · 5 years ago
  90. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  91. 6f31cc3 Revert "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  92. 804f6a0 Initiate MSAA resolves during DAG generation by Chris Dalton · 5 years ago
  93. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  94. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
  95. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  96. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  97. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  98. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  99. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  100. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago