1. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  2. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  3. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  4. fab30a3 Add a fast case for copying vertices in GrDrawVerticesOp. by Brian Salomon · 8 years ago
  5. 3a97054 Make workaround for std::unique_ptr<const T[]> bug in old libstdc++ work. by Brian Salomon · 8 years ago
  6. 604c989 Work around broken std::unique_ptr<const T[]> constructor from std::unique_ptr<T>&& in older libstdc++. by Brian Salomon · 8 years ago
  7. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  8. 3f36369 Batch across matrix changes in drawVertices and add GM to test. by Brian Salomon · 8 years ago
  9. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  10. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  11. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  12. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  13. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  14. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  15. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawVerticesOp.cpp]
  16. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (76%) from src/gpu/batches/GrDrawVerticesBatch.cpp]
  17. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  18. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  19. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  20. d92b419 Hide GrDrawVerticesBatch::Geometry and rename to Mesh by bsalomon · 8 years ago
  21. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  22. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  23. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  24. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  25. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  26. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  27. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  28. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  29. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  30. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  31. 14eaaa6 Fix GrDrawVerticesBatch to work with override colors and eliminate local coords when posssible. by bsalomon · 9 years ago
  32. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  33. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  34. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  35. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  36. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  39. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  40. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  41. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  42. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago