[Mesa-dev] [PATCH] gallium: add llvm-related TODOs.

Dave Airlie airlied at gmail.com
Sun Mar 4 05:57:53 PST 2012


From: Dave Airlie <airlied at redhat.com>

This is just a simple text file containing a list of goals for gallivm/llvmpipe
and some info on what is required to get there along with some info on who
is looking at things.

Signed-off-by: Dave Airlie <airlied at redhat.com>
---
 src/gallium/docs/llvm-todo.txt |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 src/gallium/docs/llvm-todo.txt

diff --git a/src/gallium/docs/llvm-todo.txt b/src/gallium/docs/llvm-todo.txt
new file mode 100644
index 0000000..79f93e5
--- /dev/null
+++ b/src/gallium/docs/llvm-todo.txt
@@ -0,0 +1,19 @@
+TODO covering gallivm/llvmpipe
+==============================
+
+Goal: GL3.0 support in llvmpipe
+-------------------------------
+
+TXQ opcode support - airlied WIP
+TXF opcode support.
+Integer texture fetch support
+Integer renderbuffer support
+Vertex ID support.
+EXT_transform_feedback support - airlied WIP
+clip distance support - airlied WIP
+vertex clip support - airlied WIP
+
+Goal: Other missing extensions compared to softpipe:
+----------------------------------------------------
+EXT_timer_query - airlied posted a patch
+
-- 
1.7.7.6



More information about the mesa-dev mailing list