1. 7a82edf Add support for immuatable samplers in vulkan. by Greg Daniel · 6 years ago
  2. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  3. 0dd4302 Use GrVertexWriter in GrSmallPathRenderer by Brian Osman · 6 years ago
  4. 4486d98 Use GrVertexWriter for GrRegionOp, add writeQuad() by Brian Osman · 6 years ago
  5. c3064e7 Use GrVertexWriter in GrLatticeOp by Brian Osman · 6 years ago
  6. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  7. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  8. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  9. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  10. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  11. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  12. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  13. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  14. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  15. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  16. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  17. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  18. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  19. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  20. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  21. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  22. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  23. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  24. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  25. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  26. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  27. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  28. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  29. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  30. c891b10 Simplify usage of GrGLSLColorSpaceXformHelper by Brian Osman · 6 years ago
  31. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  32. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  33. ec42e15 Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect by Brian Salomon · 6 years ago
  34. d3cee17 Visit the image proxy in GrLatticeOp by Brian Salomon · 6 years ago
  35. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  36. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  37. ca8c095 Implement a fast path for solid color lattice rectangle by Stan Iliev · 7 years ago
  38. 74f623d make point array methods private by Cary Clark · 7 years ago
  39. 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
  40. 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
  41. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  42. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  43. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  44. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  45. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  46. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  47. 0db1b53 Fix assert in lattice op triggered by GLProgramsTest by Brian Salomon · 7 years ago
  48. 18df763 Handle invalid lattice case in LatticeOp test factory by Brian Salomon · 7 years ago
  49. 815486c Convert NonAALatticeOp to non-legacy GrMeshDrawOp. by Brian Salomon · 7 years ago
  50. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  51. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  52. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  53. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  54. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  55. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  56. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  57. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  58. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  59. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  60. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  61. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  62. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  63. ecea86a Cleanup ops that are storing GrPipelineOptimizations. 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. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  67. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrLatticeOp.cpp]
  68. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (79%) from src/gpu/batches/GrNinePatch.cpp]
  69. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  70. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  71. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  72. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  73. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  74. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  75. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  76. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  77. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  78. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  79. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  80. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  81. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  82. a71b898 Hide GrNonAANinePatchBatch::Geometry and rename to Patch by bsalomon · 8 years ago
  83. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  84. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  85. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  86. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  87. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  88. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  89. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  90. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  91. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  92. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  93. 783a4da Add more batch information printouts by robertphillips · 9 years ago
  94. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago