1. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  2. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  3. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  4. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  5. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  6. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  7. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  8. ec42e15 Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect by Brian Salomon · 6 years ago
  9. 74f623d make point array methods private by Cary Clark · 7 years ago
  10. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  11. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  12. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  13. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  14. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  15. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  16. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  17. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  18. 73d8fd9 Add a private API for writing the clip to the stencil by Stan Iliev · 7 years ago
  19. 8514ebf Allow RegionOp to be used for stenciling by Brian Salomon · 7 years ago
  20. f036632 Make RegionOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  21. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  22. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  23. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  24. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  25. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  26. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  27. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  28. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  29. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  30. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  31. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  32. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  33. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  34. ecea86a Cleanup ops that are storing GrPipelineOptimizations. by Brian Salomon · 8 years ago
  35. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  36. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  37. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  38. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  39. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrRegionOp.cpp]
  40. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (79%) from src/gpu/batches/GrRegionBatch.cpp]
  41. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  42. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  43. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  44. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  45. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  46. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  47. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  48. febb224 Reduce CPU overhead on drawRegion() by msarett · 8 years ago
  49. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago