1. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  2. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  3. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  4. b4b8a46 Make PrimitiveProcessorTest's op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  5. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  6. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  7. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  8. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  9. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  10. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  11. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  12. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  13. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  14. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  15. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  16. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  17. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  18. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  19. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  20. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  21. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  22. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  23. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  24. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  25. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  26. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  27. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  28. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  29. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  30. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  31. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  32. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  33. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  34. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  35. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  36. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  37. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  38. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  39. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  40. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  41. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  42. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  43. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  44. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
  45. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  46. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  47. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  48. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 8 years ago
  49. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  50. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  51. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  52. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  53. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  54. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  55. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  56. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  57. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  58. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  59. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  60. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  61. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  62. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  63. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  64. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  65. 1d417a8 Add unit test for vertex attribute count. by bsalomon · 8 years ago