1. d87a6b2 Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https://codereview.chromium.org/2116823002/ ) by benjaminwagner · 8 years ago
  2. e525eca Increase batching for AA fill rects. by bsalomon · 8 years ago
  3. 0fdec8a Simplify AA fill rect batch construction and rename Geometry->RectInfo by bsalomon · 8 years ago
  4. bc9b6a4 Remove unneeded helpers in AA and non-AA rect GrBatch subclasses. by bsalomon · 8 years ago
  5. b8cbd20 Remove unused batch rect append functions by bsalomon · 8 years ago
  6. 08d1415 Remove GrTInstanceBatch by bsalomon · 8 years ago
  7. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  8. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  9. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  10. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  11. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  12. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  13. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  14. 783a4da Add more batch information printouts by robertphillips · 9 years ago
  15. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  16. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  17. aa37a96 Create append methods in batch namespaces by joshualitt · 9 years ago
  18. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  19. 2244c27 fill rect batch refactor into separate batches by joshualitt · 9 years ago
  20. 87e4752 Revert "fill rect batch refactor into separate batches" by joshualitt · 9 years ago
  21. ae41b38 fill rect batch refactor into separate batches by joshualitt · 9 years ago
  22. 2ad37be Move GrTBatchTesselator to its own file by joshualitt · 9 years ago
  23. cd47b71 GrAAFillRectBatch holds onto GrPipelineOptimizations by joshualitt · 9 years ago
  24. e46f9fe Privatize GrBatch subclass overrides by bsalomon · 9 years ago
  25. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  26. a61c817 drawBitmapImage can batch across AA rects by joshualitt · 9 years ago
  27. 090ae8e fix valgrind issue by joshualitt · 9 years ago
  28. 40ac15a fix viewmatrix mapping in AAFillRect by joshualitt · 9 years ago
  29. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  30. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  31. 272b748 Minor fix to not save the modeling space rect by joshualitt · 9 years ago
  32. 27801bf broken bots war by joshualitt · 9 years ago
  33. 147dc06 Add GrAARectBatch which can handle a local matrix by joshualitt · 9 years ago
  34. c3021ed Add override to GrAAFillRectBatch::onCombineIfPossible by bsalomon · 9 years ago
  35. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  36. 37eb184 Move AAFillRect into CPP for templatization by joshualitt · 9 years ago
  37. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  38. 9ff6425 move Stroke Rect and AAFill Rect to their own file by joshualitt · 9 years ago