diff options
author | Dave Airlie <[email protected]> | 2012-03-04 13:55:43 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-03-06 09:23:57 +0000 |
commit | 357afb68e42f0d2746d0f57a9aeed4188fccd4a1 (patch) | |
tree | 6e751fdc85d296cf7f91e8c451e44de679577ac1 /src/gallium/docs | |
parent | a9523af0e88017d683c19ff238bfc5eb7cb88fd0 (diff) |
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 <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | 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 00000000000..a5a8c1a5595 --- /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 + |