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@redhat.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Dave Airlie 2012-03-04 13:55:43 +00:00
parent a9523af0e8
commit 357afb68e4
1 changed files with 21 additions and 0 deletions

View File

@ -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