Mesa (master): gallium: add llvm-related TODOs. (v2)

Dave Airlie airlied at kemper.freedesktop.org
Tue Mar 6 09:40:45 UTC 2012


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Mar  4 13:55:43 2012 +0000

gallium: add llvm-related TODOs. (v2)

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.

v2: add EXT_texture_array.

Signed-off-by: Dave Airlie <airlied at redhat.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/docs/llvm-todo.txt |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/gallium/docs/llvm-todo.txt b/src/gallium/docs/llvm-todo.txt
new file mode 100644
index 0000000..a5a8c1a
--- /dev/null
+++ b/src/gallium/docs/llvm-todo.txt
@@ -0,0 +1,21 @@
+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
+EXT_texture_array support - Jakob WIP
+
+Goal: extension parity with softpipe:
+-------------------------------------
+GL3.0 support.
+EXT_timer_query - airlied posted a patch
+




More information about the mesa-commit mailing list