1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 6 months ago
  2. 360ec18 Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper by Robert Phillips · 4 years, 7 months ago
  3. 6951770 Fix GrFillRRectOp to not combine AA and non-AA draws. by Brian Salomon · 4 years, 7 months ago
  4. cad8fba Make GrFillRRectOp a GrMeshDrawOp by Robert Phillips · 4 years, 7 months ago
  5. be45742 Change GrProgramInfo::visitProxies to "visitFPProxies" by Chris Dalton · 4 years, 7 months ago
  6. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 7 months ago
  7. 78dac6d Convert FillRRectOp to the new bind/draw API by Chris Dalton · 4 years, 7 months ago
  8. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 7 months ago
  9. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 7 months ago
  10. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 7 months ago
  11. ac6156c Standardize behavior of ops that implement onPrePrepare by Robert Phillips · 4 years, 7 months ago
  12. ce97857 Add GrSimpleMeshDrawOpHelper::CreateProgramInfo by Robert Phillips · 4 years, 7 months ago
  13. fad1e0f Rename 'dstView' to 'outputView' to avoid confusion w/ 'dstProxyView' by Robert Phillips · 4 years, 7 months ago
  14. 366176b Hide GrFillRRectOp's implementation by Robert Phillips · 4 years, 7 months ago
  15. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 8 months ago
  16. f6a0b45 Store ProgramDesc on DDLs alongside the GrProgramInfo by Robert Phillips · 4 years, 8 months ago
  17. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 8 months ago
  18. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  19. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 10 months ago
  20. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 10 months ago
  21. 2715bf5 Switch to float vertex colors for wide color vertex attribs by Brian Osman · 4 years, 10 months ago
  22. 576b6a1 Add storage of programInfos to GrRecordingContext and SkDDL by Robert Phillips · 4 years, 10 months ago
  23. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 11 months ago
  24. 933484f Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation by Robert Phillips · 4 years, 11 months ago
  25. 8053c97 Add onPrePrepare to GrFillRRectOp by Robert Phillips · 4 years, 11 months ago
  26. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 11 months ago
  27. ff2f380 Only access the scissorState's rect when it is valid by Robert Phillips · 4 years, 11 months ago
  28. 67a625e Make GrProgramInfo take pointers to the GrPipeline and the GrPrimitiveProcessor by Robert Phillips · 5 years ago
  29. 5e8cdfd Add 'numRasterSamples' and 'isMixedSampled' to GrProgramInfo by Chris Dalton · 5 years ago
  30. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 5 years ago
  31. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
  32. 8a64a44 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 5 years ago
  33. d9ddd07 Revert "Rename sampleVariablesSupport() to sampleMaskSupport()" by Robert Phillips · 5 years ago
  34. 766b4c9 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 5 years ago
  35. 6c2aa7a Revert "Reduce inputs to GrProgramDesc::Build method(s)" by Robert Phillips · 5 years ago
  36. 63a3873 Reduce inputs to GrProgramDesc::Build method(s) by Robert Phillips · 5 years ago
  37. 2d8a95e Add "meshCount" to GrProgramInfo by Robert Phillips · 5 years ago
  38. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 5 years ago
  39. 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 5 years ago
  40. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  41. f793de1 Update some ops to create their buffers in onPrepare. by Greg Daniel · 5 years ago
  42. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  43. 0b002e2 For non-ccpr draws make sure all inputs to GrGPUCommandBuffer are long lived. by Greg Daniel · 5 years ago
  44. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  45. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  46. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  47. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  48. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  49. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 6 years ago
  50. 0dffbab Add MSAA and non-aa modes to GrFillRRect Op by Chris Dalton · 6 years ago
  51. bf341ae Revert "Add MSAA and non-aa modes to GrFillRRect Op" by Chris Dalton · 6 years ago
  52. 16a8e99 Add MSAA and non-aa modes to GrFillRRect Op by Chris Dalton · 6 years ago
  53. 82eb9e7 Rename GrAAFillRRectOp to GrFillRectOp by Chris Dalton · 6 years ago[Renamed (94%) from src/gpu/ops/GrAAFillRRectOp.cpp]
  54. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  55. b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
  56. 5105d68 Use half-floats for out-of-gamut color in GrAAFillRRectOp by Brian Osman · 6 years ago
  57. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  58. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  59. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  60. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
  61. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  62. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  63. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 6 years ago
  64. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  65. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  66. d3efa99 Reland "Don't let neighboring radii in GrAAFillRRectOp get too close" by Mike Reed · 6 years ago
  67. 1dced86 Revert "Don't let neighboring radii in GrAAFillRRectOp get too close" by Mike Reed · 6 years ago
  68. 778edc8 Don't let neighboring radii in GrAAFillRRectOp get too close by Chris Dalton · 6 years ago
  69. 2d07e86 Fix AA outset in GrAAFillRRectOp lower left corner by Chris Dalton · 6 years ago
  70. aa71f0a Remove the arc coord matrix from GrAAFillRRectOp attribs by Chris Dalton · 6 years ago
  71. 8fa1625 Fix handling of dynamic state in GrAAFillRRectOp by Chris Dalton · 6 years ago
  72. 133944a Add a dedicated Op for analytic round rects by Chris Dalton · 6 years ago