Module: Mesa Branch: master Commit: 6fceace7bf6c6dc30e05b5a49f020eae59d5e618 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fceace7bf6c6dc30e05b5a49f020eae59d5e618
Author: Timothy Arceri <[email protected]> Date: Mon Aug 21 11:25:18 2017 +1000 gallium/docs: remove old llvmpipe TODO Features are already covered by features.txt like all the other drivers. Reviewed-by: Eric Engestrom <[email protected]> --- docs/helpwanted.html | 2 -- src/gallium/docs/llvm-todo.txt | 14 -------------- 2 files changed, 16 deletions(-) diff --git a/docs/helpwanted.html b/docs/helpwanted.html index bee901314d..683ebbe615 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -66,8 +66,6 @@ You can find some further To-do lists here: <b>Driver specific To-Do lists:</b> </p> <ul> - <li><a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/docs/llvm-todo.txt"> - <b>LLVMpipe</b></a> - Software driver using LLVM for runtime code generation.</li> <li><a href="https://dri.freedesktop.org/wiki/RadeonsiToDo"> <b>radeonsi</b></a> - Driver for AMD Southern Island.</li> <li><a href="https://dri.freedesktop.org/wiki/R600ToDo"> diff --git a/src/gallium/docs/llvm-todo.txt b/src/gallium/docs/llvm-todo.txt deleted file mode 100644 index 270f66c511..0000000000 --- a/src/gallium/docs/llvm-todo.txt +++ /dev/null @@ -1,14 +0,0 @@ -TODO covering gallivm/llvmpipe -============================== - -Goal: GL3.0 support in llvmpipe -------------------------------- - -EXT_packed_float support. -ARB_depth_buffer_float support. -EXT_framebuffer_sRGB support. -MSAA support. - -Goal: extension parity with softpipe: -------------------------------------- - _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
