1. 37da672 Remove SkRuntimeEffect from DrawVerticesOp by Brian Salomon · 3 years ago
  2. d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago[Renamed (86%) from src/gpu/ops/GrDrawVerticesOp.h]
  3. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 3 months ago
  4. c76d409 add API for Op creation by Herb Derby · 4 years, 1 month ago
  5. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 3 months ago
  6. 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 7 months ago
  7. d1afef6 Support markers (custom matrices) in SkVertices Attributes by Brian Osman · 4 years, 7 months ago
  8. aa9983a Add usage field to SkVertices::Attribute by Brian Osman · 4 years, 7 months ago
  9. f5ecf51 Stop including SkVertices.h from so many places by Brian Osman · 4 years, 7 months ago
  10. 3c35842 Support for custom vertex data in SkSL and drawVertices by Brian Osman · 4 years, 8 months ago
  11. 5caf935 remove bones from SkVertices by Mike Reed · 4 years, 8 months ago
  12. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  13. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  14. b6e9d3c Outline GrDrawAtlasOp and GrDrawVerticesOp by Robert Phillips · 6 years ago
  15. 37064c1 Remove support for GPU bone transformations by Brian Osman · 6 years ago
  16. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  17. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  18. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  19. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  20. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  21. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  22. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  23. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  24. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  25. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  26. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  27. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  28. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  29. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  30. 4ec72f7 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  31. 383c9bb Revert "added skeletal animation support to GPU backend" by Joe Gregorio · 6 years ago
  32. d275ef5 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  33. 9a6e42f added caching of SkVertices by Ruiqi Mao · 6 years ago
  34. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 6 years ago
  35. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  36. 08a50e0 Include sRGB -> Linear in the cached "from sRGB" xform by Brian Osman · 6 years ago
  37. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  38. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  39. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  40. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  41. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  42. c2f4254 Make GrDrawVerticesOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  43. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  44. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  45. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  46. fa6d865 Do color correction of vertex colors in GPU drawVertices by Brian Osman · 7 years ago
  47. ae0c50c Only support SkVertices in GrDrawVerticesOp and GrRenderTargetContext by Brian Osman · 7 years ago
  48. 8a03055 Fix flag collision in GrDrawVerticesOp by Brian Osman · 7 years ago
  49. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  50. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  51. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 8 years ago
  52. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  53. 5fa6645 remove unused VerticesFlags by Mike Reed · 8 years ago
  54. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 8 years ago
  55. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 8 years ago
  56. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 8 years ago
  57. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 8 years ago
  58. eaaebb1 store vertices arrays inline with object by Mike Reed · 8 years ago
  59. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  60. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  61. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  62. 3f36369 Batch across matrix changes in drawVertices and add GM to test. by Brian Salomon · 8 years ago
  63. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  64. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  65. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  66. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  67. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  68. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawVerticesOp.h]
  69. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago