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

Brian Paul brianp at vmware.com
Mon Mar 5 14:54:53 PST 2012


On 03/04/2012 06:57 AM, Dave Airlie wrote:
> 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
> +

Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list