diff options
author | Roland Scheidegger <[email protected]> | 2013-03-01 14:50:32 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2013-03-02 02:54:30 +0100 |
commit | 4c12276607e6a95a9a0c5997f018605e86aa5843 (patch) | |
tree | 0cfec74c6b9d053890481b6cb016e26660041d74 /src/gallium/docs | |
parent | b3b3b389fa7756869e7a8bc2755bce081c94945f (diff) |
llvmpipe: bump glsl version to 140
texel offsets should have been the last missing feature for 130, and in
fact 140 as well (last there were texture buffers). In any case we still
don't do OpenGL 3.0 (missing MSAA which will be difficult,
plus EXT_packed_float, ARB_depth_buffer_float and EXT_framebuffer_sRGB).
v2: bump to 140 instead - we have everything except we crash when not writing
to gl_Position (but softpipe crashes as well) so let's just say this is a bug
instead. Also (by Dave Airlie's suggestion) update llvm-todo.txt.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/llvm-todo.txt | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/gallium/docs/llvm-todo.txt b/src/gallium/docs/llvm-todo.txt index a5a8c1a5595..270f66c5117 100644 --- a/src/gallium/docs/llvm-todo.txt +++ b/src/gallium/docs/llvm-todo.txt @@ -4,18 +4,11 @@ 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 +EXT_packed_float support. +ARB_depth_buffer_float support. +EXT_framebuffer_sRGB support. +MSAA support. Goal: extension parity with softpipe: ------------------------------------- -GL3.0 support. -EXT_timer_query - airlied posted a patch |