1. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  2. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  3. b6e9d3c Outline GrDrawAtlasOp and GrDrawVerticesOp by Robert Phillips · 6 years ago
  4. 37064c1 Remove support for GPU bone transformations by Brian Osman · 7 years ago
  5. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 7 years ago
  6. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 7 years ago
  7. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  8. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 7 years ago
  9. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 7 years ago
  10. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 7 years ago
  11. f04fb3c Change how GPs configure attributes by Brian Osman · 7 years ago
  12. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 7 years ago
  13. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 7 years ago
  14. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 7 years ago
  15. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 7 years ago
  16. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 7 years ago
  17. d004e0b Cleanup resource flags by Chris Dalton · 7 years ago
  18. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 7 years ago
  19. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  20. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  21. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 7 years ago
  22. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 7 years ago
  23. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 7 years ago
  24. dc97fdc Fix Valgrind skinning bug by Robert Phillips · 7 years ago
  25. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 7 years ago
  26. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 7 years ago
  27. 4ec72f7 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  28. 383c9bb Revert "added skeletal animation support to GPU backend" by Joe Gregorio · 7 years ago
  29. d275ef5 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  30. 9a6e42f added caching of SkVertices by Ruiqi Mao · 7 years ago
  31. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 7 years ago
  32. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  33. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  34. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 7 years ago
  35. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 7 years ago
  36. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 7 years ago
  37. 08a50e0 Include sRGB -> Linear in the cached "from sRGB" xform by Brian Osman · 7 years ago
  38. 9bc36fd Work around signed-unsigned comparison warning. by Ben Wagner · 7 years ago
  39. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 7 years ago
  40. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 7 years ago
  41. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 7 years ago
  42. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 7 years ago
  43. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 7 years ago
  44. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  45. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 7 years ago
  46. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 8 years ago
  47. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 8 years ago
  48. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 8 years ago
  49. c2f4254 Make GrDrawVerticesOp a non-legacy GrMeshDrawOp by Brian Salomon · 8 years ago
  50. b894c2b Fix failing dm with GrPrimitiveType::kLinesAdjacency by Chris Dalton · 8 years ago
  51. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 8 years ago
  52. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 8 years ago
  53. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 8 years ago
  54. 1d61635 Add support for instanced draws by Chris Dalton · 8 years ago
  55. fa6d865 Do color correction of vertex colors in GPU drawVertices by Brian Osman · 8 years ago
  56. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 8 years ago
  57. ae0c50c Only support SkVertices in GrDrawVerticesOp and GrRenderTargetContext by Brian Osman · 8 years ago
  58. 33fa454 Fix two bugs with drawVertices on GPU by Brian Osman · 8 years ago
  59. 8a03055 Fix flag collision in GrDrawVerticesOp by Brian Osman · 8 years ago
  60. bca46e2 Convert GrMesh back to a class by Chris Dalton · 8 years ago
  61. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 8 years ago
  62. ff92650 Convert GrMesh to a struct by Chris Dalton · 8 years ago
  63. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
  64. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  65. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  66. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 8 years ago
  67. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  68. 5fa6645 remove unused VerticesFlags by Mike Reed · 8 years ago
  69. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 8 years ago
  70. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 8 years ago
  71. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 8 years ago
  72. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 8 years ago
  73. eaaebb1 store vertices arrays inline with object by Mike Reed · 8 years ago
  74. 97eb4fe add SkVertices::Builder by Mike Reed · 8 years ago
  75. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  76. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  77. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  78. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  79. fab30a3 Add a fast case for copying vertices in GrDrawVerticesOp. by Brian Salomon · 9 years ago
  80. 3a97054 Make workaround for std::unique_ptr<const T[]> bug in old libstdc++ work. by Brian Salomon · 9 years ago
  81. 604c989 Work around broken std::unique_ptr<const T[]> constructor from std::unique_ptr<T>&& in older libstdc++. by Brian Salomon · 9 years ago
  82. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 9 years ago
  83. 3f36369 Batch across matrix changes in drawVertices and add GM to test. by Brian Salomon · 9 years ago
  84. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 9 years ago
  85. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 9 years ago
  86. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 9 years ago
  87. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 9 years ago
  88. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 9 years ago
  89. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 9 years ago
  90. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 9 years ago[Renamed from src/gpu/batches/GrDrawVerticesOp.cpp]
  91. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 9 years ago[Renamed (76%) from src/gpu/batches/GrDrawVerticesBatch.cpp]
  92. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 9 years ago
  93. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 9 years ago
  94. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 9 years ago
  95. d92b419 Hide GrDrawVerticesBatch::Geometry and rename to Mesh by bsalomon · 9 years ago
  96. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  97. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 9 years ago
  98. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  99. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  100. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago