1. fb18639 Set ambient stroke to full width of blur. by Jim Van Verth · 6 years ago
  2. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  3. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  4. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  5. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  6. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  7. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  8. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  9. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  10. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  11. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  12. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  13. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  14. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  15. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  16. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  17. 4462c04 Avoid degenerate matrices (that trigger asserts) in test code by Brian Osman · 6 years ago
  18. 4c8c1e8 Minor shadow fixes. by Jim Van Verth · 6 years ago
  19. 39e7165 Revert "Remove ambient clamp hack for analytic shadows." by Jim Van Verth · 6 years ago
  20. d75b343 Remove ambient clamp hack for analytic shadows. by Jim Van Verth · 6 years ago
  21. 242135a move some RRect methods into priv by Mike Reed · 6 years ago
  22. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  23. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  24. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  25. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  26. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  27. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  28. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  29. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  30. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  31. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 7 years ago
  32. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  33. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  34. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 7 years ago
  35. 05fd8cf Clean up shadow assert. by Jim Van Verth · 7 years ago
  36. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  37. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  38. 57061ee Optimizations for analytic shadows. by Jim Van Verth · 7 years ago
  39. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  40. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  41. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  42. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  43. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  44. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  45. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 7 years ago
  46. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  47. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  48. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 8 years ago
  49. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  50. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  51. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  52. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  53. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  54. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrShadowRRectOp.cpp]
  55. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (74%) from src/gpu/batches/GrShadowRRectBatch.cpp]
  56. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  57. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  58. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  59. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  60. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  61. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  62. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago