1. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  2. 783a4da Add more batch information printouts by robertphillips · 9 years ago
  3. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  4. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  5. aa37a96 Create append methods in batch namespaces by joshualitt · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 2244c27 fill rect batch refactor into separate batches by joshualitt · 9 years ago
  8. 87e4752 Revert "fill rect batch refactor into separate batches" by joshualitt · 9 years ago
  9. ae41b38 fill rect batch refactor into separate batches by joshualitt · 9 years ago
  10. 2ad37be Move GrTBatchTesselator to its own file by joshualitt · 9 years ago
  11. cd47b71 GrAAFillRectBatch holds onto GrPipelineOptimizations by joshualitt · 9 years ago
  12. e46f9fe Privatize GrBatch subclass overrides by bsalomon · 9 years ago
  13. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  14. a61c817 drawBitmapImage can batch across AA rects by joshualitt · 9 years ago
  15. 090ae8e fix valgrind issue by joshualitt · 9 years ago
  16. 40ac15a fix viewmatrix mapping in AAFillRect by joshualitt · 9 years ago
  17. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  18. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  19. 272b748 Minor fix to not save the modeling space rect by joshualitt · 9 years ago
  20. 27801bf broken bots war by joshualitt · 9 years ago
  21. 147dc06 Add GrAARectBatch which can handle a local matrix by joshualitt · 9 years ago
  22. c3021ed Add override to GrAAFillRectBatch::onCombineIfPossible by bsalomon · 9 years ago
  23. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  24. 37eb184 Move AAFillRect into CPP for templatization by joshualitt · 9 years ago
  25. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  26. 9ff6425 move Stroke Rect and AAFill Rect to their own file by joshualitt · 9 years ago