Module: Mesa
Branch: master
Commit: e2fb0441150e81f7ba30db1c8e8583858c3d8d5e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2fb0441150e81f7ba30db1c8e8583858c3d8d5e

Author: Jason Ekstrand <jason.ekstr...@intel.com>
Date:   Mon Sep 12 10:13:52 2016 -0700

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 <ja...@jlekstrand.net>

---

 src/intel/blorp/TODO | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to