1. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 5 years ago
  2. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  3. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  4. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  5. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  6. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  7. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  8. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  9. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  10. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  11. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  12. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  13. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  14. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  15. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  16. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  17. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  18. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  19. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  20. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  21. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  22. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  23. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  24. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  25. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  26. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  27. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 6 years ago
  28. 6028361 Drop unused shader support for sample variables by Chris Dalton · 6 years ago
  29. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 6 years ago
  30. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 6 years ago
  31. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  32. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  33. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  34. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 6 years ago
  35. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  36. 74f623d make point array methods private by Cary Clark · 7 years ago
  37. 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
  38. 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
  39. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  40. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  41. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  42. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  43. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  44. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  45. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  46. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  47. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  48. 7f23543 Minor geometry processor clarification. by Brian Salomon · 7 years ago
  49. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  50. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  51. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  52. b4b8a46 Make PrimitiveProcessorTest's op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  53. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  54. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  55. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  56. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  57. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  58. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  59. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  60. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  61. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  62. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  63. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  64. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  65. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  66. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  67. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  68. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  69. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  70. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  71. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  72. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  73. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  74. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  75. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  76. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  77. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  78. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  79. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  80. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  81. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  82. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  83. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  84. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  85. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  86. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  87. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  88. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  89. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  90. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  91. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  92. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
  93. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  94. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  95. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  96. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 8 years ago
  97. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  98. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  99. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  100. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago