intel/blorp: Add a TODO file
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 12 Sep 2016 17:13:52 +0000 (10:13 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 12 Sep 2016 17:14:49 +0000 (10:14 -0700)
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>
src/intel/blorp/TODO [new file with mode: 0644]

diff --git a/src/intel/blorp/TODO b/src/intel/blorp/TODO
new file mode 100644 (file)
index 0000000..e3ac6e9
--- /dev/null
@@ -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