1. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 2 months ago
  2. 1b6a43c Move user stencil settings from GrPipeline to GrProgramInfo by Chris Dalton · 4 years, 4 months ago
  3. 03c31ec Reduce needless spread of GrNonAtomicRef.h by Robert Phillips · 4 years, 4 months ago
  4. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years, 5 months ago
  5. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 6 months ago
  6. d3feb6f Simplify GrPipeline by removing unused functionality. by John Stiles · 4 years, 6 months ago
  7. 59e18dc Combine coverage in GrAppliedClip using RunInSeries. by John Stiles · 4 years, 6 months ago
  8. 29d3e22 Simplify GrProcessorSet by removing multiple color/coverage FP support. by John Stiles · 4 years, 7 months ago
  9. d90b3d3 Remove generic GrFragmentProcessor texture sampling. by Brian Salomon · 4 years, 7 months ago
  10. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 10 months ago
  11. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 11 months ago
  12. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 11 months ago
  13. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 11 months ago
  14. 2e7ed26 Lift calls for setting dynamic state to Ganesh level by Chris Dalton · 5 years ago
  15. 4328e92 Add a stencil/tessellation hybrid mode for path rendering by Chris Dalton · 5 years ago
  16. b832ce6 Add a path renderer that uses GPU tessellation by Chris Dalton · 5 years ago
  17. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 5 years ago
  18. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 5 years ago
  19. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 5 years ago
  20. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 5 years ago
  21. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 5 years ago
  22. 1215cda Add a kWireframe flag to GrPipeline by Chris Dalton · 5 years ago
  23. ce425af Add a "conservative raster" flag to GrPipeline by Chris Dalton · 5 years ago
  24. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 5 years ago
  25. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
  26. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 5 years ago
  27. 8053c97 Add onPrePrepare to GrFillRRectOp by Robert Phillips · 5 years ago
  28. b204e4c Implement multisample "disable" in Vulkan by Chris Dalton · 5 years ago
  29. 368570d Revert "Add a "conservative raster" flag to GrPipeline and implement in Vulkan" by Robert Phillips · 5 years ago
  30. ee6b49b Add a "conservative raster" flag to GrPipeline and implement in Vulkan by Chris Dalton · 5 years ago
  31. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
  32. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  33. 80bff5b Remove GrProxyPendingIO by Robert Phillips · 5 years ago
  34. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 6 years ago
  35. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 6 years ago
  36. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 6 years ago
  37. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 6 years ago
  38. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  39. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 6 years ago
  40. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 6 years ago
  41. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  42. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  43. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 6 years ago
  44. d7291ba Restore support for multisample locations by Chris Dalton · 6 years ago
  45. 1223e7f Add GrMtlPipelineStateCache. by Jim Van Verth · 6 years ago
  46. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 6 years ago
  47. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  48. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  49. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  50. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  51. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  52. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  53. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  54. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  55. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 7 years ago
  56. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 7 years ago
  57. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  58. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 7 years ago
  59. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 7 years ago
  60. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 7 years ago
  61. a219419 Some scissor state cleanup. by Brian Salomon · 7 years ago
  62. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  63. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 7 years ago
  64. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  65. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  66. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  67. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  68. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  69. f3ce7e3 More GrPipeline cleanup. by Brian Salomon · 8 years ago
  70. 972b2f6 Initialize GrPipeline at construction. by Brian Salomon · 8 years ago
  71. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 8 years ago
  72. 1635146 Make GrPipeline non-refcounted by Brian Salomon · 8 years ago
  73. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 8 years ago
  74. d261e10 Re-enable opList dependency tracking by Robert Phillips · 8 years ago
  75. 82dfd3d Add processor info dumping to non-legacy mesh draw ops by Brian Salomon · 8 years ago
  76. c9c06d4 Remove GrTGpuResourceRef specializations by Robert Phillips · 8 years ago
  77. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 8 years ago
  78. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 8 years ago
  79. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 8 years ago
  80. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 8 years ago
  81. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 8 years ago
  82. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 8 years ago
  83. 6410d29 Remove 'fDrawFace' from GrPipeline by Robert Phillips · 8 years ago
  84. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 8 years ago
  85. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 8 years ago
  86. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 8 years ago
  87. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 8 years ago
  88. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 8 years ago
  89. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 8 years ago
  90. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 8 years ago
  91. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 8 years ago
  92. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 8 years ago
  93. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 8 years ago
  94. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 8 years ago
  95. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 8 years ago
  96. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 8 years ago
  97. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
  98. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  99. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  100. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 8 years ago