terminal/src/renderer
Michael Niksa 2b6e96a745
Move dirty interface to N rectangles, not just one (#4854)
## Summary of the Pull Request
- Changes the `IRenderEngine` interface to return a vector of values instead of just a single one. Engines that want to report one still can. Engines that want to report multiple smaller ones will be able to do so going forward.

## PR Checklist
* [x] In support of differential rendering #778
* [x] I work here.
* [x] Manually tested it still works.
* [x] Am core contributor.

## Detailed Description of the Pull Request / Additional comments
- Some of my ideas for the `DxEngine` require the ability to specify multiple smaller rectangles instead of one giant one, specifically to mitigate the case where someone refreshes just one cell in two opposite corners of the display (which currently coalesces into refreshing the entire display.)
- This is pulled out into an individual PR to make it easier to review that concept changing.

## Validation Steps Performed
- Ran the Terminal
2020-03-10 20:31:46 +00:00
..
base Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
dx Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
gdi Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
inc Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
uia Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
vt Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
wddmcon Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00