1. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  2. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  3. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  4. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  5. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  6. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawAtlasOp.cpp]
  7. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago[Renamed (69%) from src/gpu/batches/GrDrawAtlasBatch.cpp]
  8. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  9. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  10. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  11. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  12. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  13. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  16. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  17. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  18. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  19. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  20. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  21. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  22. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  23. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  24. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  25. 00ba1e0 Belt and suspenders for colors in DrawAtlasBatch test by jvanverth · 9 years ago
  26. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  27. 1acf250 Fix for VALGRIND DrawAtlas test issue. by jvanverth · 9 years ago
  28. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  29. 5a4d235 Revise DrawAtlasBatch to get rid of one copy when generating the batch. by jvanverth · 9 years ago
  30. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  31. d22f37c Wire up testcreate function for GrDrawAtlasBatch by joshualitt · 9 years ago
  32. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago