diff options
-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 |