mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 22:40:46 +02:00
intel/blorp: Add a TODO file
This provides a nice little place to share notes on what still needs to be done and/or would be nice to have in BLORP. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
6165603209
commit
e2fb044115
1 changed files with 16 additions and 0 deletions
16
src/intel/blorp/TODO
Normal file
16
src/intel/blorp/TODO
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Intel BLORP ToDo
|
||||
================
|
||||
|
||||
Missing features:
|
||||
|
||||
- Splitting larger-than-max blits (Jordan)
|
||||
- Bit-for-bit copies (Jason)
|
||||
- Depth and Stencil clears
|
||||
- Gen4-5 support
|
||||
|
||||
Performance:
|
||||
|
||||
- Layered Clears (Topi)
|
||||
- Layered Blits
|
||||
- Avoid re-emitting state for repeated blorp calls
|
||||
- Avoid re-emitting push constant setup
|
||||
Loading…
Add table
Reference in a new issue