1. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years, 2 months ago
  2. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 2 months ago
  3. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years, 2 months ago
  4. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 2 months ago
  5. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 2 months ago
  6. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
  7. 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
  8. edcd431 Retract the SDC from GMs where possible (take 2) by Robert Phillips · 3 years, 5 months ago
  9. 7d05cda Revert "Retract the SDC from GMs where possible" by Robert Phillips · 3 years, 5 months ago
  10. b8416d2 Retract the SDC from GMs where possible by Robert Phillips · 3 years, 5 months ago
  11. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 5 months ago
  12. 85dbeb5 Move tessellation back doors into GrGLSLGeometryProcessor by Chris Dalton · 3 years, 5 months ago
  13. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 6 months ago
  14. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 6 months ago
  15. f10535f Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ... by Robert Phillips · 3 years, 7 months ago
  16. 787fd9d Fuse GrPrimitiveProcessor & GrGeometryProcessor into a new GrGeometryProcessor by Robert Phillips · 3 years, 7 months ago
  17. 9c4cdef Fix gm slide 'TessellationTestRectShader'. by John Stiles · 3 years, 7 months ago
  18. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 7 months ago
  19. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 10 months ago
  20. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 11 months ago
  21. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 4 years ago
  22. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years ago
  23. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years ago
  24. c76d409 add API for Op creation by Herb Derby · 4 years ago
  25. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  26. 1b6a43c Move user stencil settings from GrPipeline to GrProgramInfo by Chris Dalton · 4 years, 1 month ago
  27. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years, 1 month ago
  28. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 2 months ago
  29. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years, 3 months ago
  30. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 4 months ago
  31. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 4 months ago
  32. 54c9093 Pass the primProc and uniformHandler to tessellation shader back doors by Chris Dalton · 4 years, 4 months ago
  33. 16464c3 Tracking uniform ownership by Ethan Nicholas · 4 years, 7 months ago
  34. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 7 months ago
  35. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 7 months ago
  36. dabd98c Begin fixing GrShaderVar. by Ben Wagner · 4 years, 7 months ago
  37. 709e240 Revert "Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time" by Robert Phillips · 4 years, 7 months ago
  38. bc0fe05 Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time by Robert Phillips · 4 years, 7 months ago
  39. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 7 months ago
  40. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 7 months ago
  41. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 7 months ago
  42. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 7 months ago
  43. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 7 months ago
  44. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 8 months ago
  45. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 8 months ago
  46. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 8 months ago
  47. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 8 months ago
  48. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 8 months ago
  49. 8dae7eb Disable tessellation on Qualcomm by Chris Dalton · 4 years, 10 months ago
  50. 5a2f962 Add back door support for GLSL tessellation shaders by Chris Dalton · 4 years, 10 months ago