1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 4 months ago
  3. 360ec18 Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper by Robert Phillips · 4 years, 4 months ago
  4. 709e240 Revert "Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time" by Robert Phillips · 4 years, 4 months ago
  5. bc0fe05 Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time by Robert Phillips · 4 years, 4 months ago
  6. 4f93c57 Update AAHairlineOp to surface its programInfos at record time by Robert Phillips · 4 years, 4 months ago
  7. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  8. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  9. e37f1c4 Surface programInfos on GrLatticOp at record time by Robert Phillips · 4 years, 5 months ago
  10. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 5 months ago
  11. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 5 months ago
  12. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 5 months ago
  13. ac6156c Standardize behavior of ops that implement onPrePrepare by Robert Phillips · 4 years, 5 months ago
  14. ce97857 Add GrSimpleMeshDrawOpHelper::CreateProgramInfo by Robert Phillips · 4 years, 5 months ago
  15. fad1e0f Rename 'dstView' to 'outputView' to avoid confusion w/ 'dstProxyView' by Robert Phillips · 4 years, 5 months ago
  16. 55f681f Splitup GrSimpleMeshDrawOpHelper.h by Robert Phillips · 4 years, 5 months ago
  17. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 5 months ago
  18. 2715bf5 Switch to float vertex colors for wide color vertex attribs by Brian Osman · 4 years, 8 months ago
  19. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  20. bbd459d Allocate all vertex data in one go w/in GrTextureOp by Robert Phillips · 4 years, 9 months ago
  21. b69001f Make GrFillRectOp and GrTextureOp consistent re AA-upgrading and size checks by Robert Phillips · 4 years, 9 months ago
  22. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  23. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  24. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 5 years ago
  27. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 5 years ago
  28. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 5 years ago
  29. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 5 years ago
  30. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 5 years ago
  31. 605c6d5 Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage) by Brian Osman · 5 years ago
  32. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  33. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  34. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  35. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  36. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  37. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 5 years ago
  38. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 6 years ago
  39. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  40. 6985853 Reland "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  41. 1a2476d Revert "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  42. d3c92d9 Initial definition of fill rect op by Michael Ludwig · 6 years ago
  43. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  44. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  45. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  46. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  47. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  48. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  49. f513682 Make fixed dynamic states be conditionally allocated by Brian Salomon · 6 years ago
  50. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  51. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  52. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  53. 6982400 Allow GrAppliedClip to have >1 clip coverage FP by Chris Dalton · 7 years ago
  54. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  55. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  56. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  57. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  58. 0088f94 Make GrDrawAtlasOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  59. b4d6106 Give GrSimpleMeshDrawOpHelper a cpp file by Brian Salomon · 7 years ago