diff options
author | Jason Ekstrand <[email protected]> | 2016-09-12 10:13:52 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-09-12 10:14:49 -0700 |
commit | e2fb0441150e81f7ba30db1c8e8583858c3d8d5e (patch) | |
tree | e59000e0a5de5cb60276fc0006b334c29411caf4 | |
parent | 6165603209f08cd95dc687363034f54978fe2c77 (diff) |
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 <[email protected]>
-rw-r--r-- | src/intel/blorp/TODO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/intel/blorp/TODO b/src/intel/blorp/TODO new file mode 100644 index 00000000000..e3ac6e9841c --- /dev/null +++ b/src/intel/blorp/TODO @@ -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 |