diff options
author | Timothy Arceri <[email protected]> | 2017-08-21 11:25:18 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-08-22 11:03:08 +1000 |
commit | 6fceace7bf6c6dc30e05b5a49f020eae59d5e618 (patch) | |
tree | bee060864611b13cda0d40cd4e0fc77e6964b7be /src | |
parent | a4635c84dcd119376a8daaa91ec906c8b9de17af (diff) |
gallium/docs: remove old llvmpipe TODO
Features are already covered by features.txt like all the other
drivers.
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/docs/llvm-todo.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/docs/llvm-todo.txt b/src/gallium/docs/llvm-todo.txt deleted file mode 100644 index 270f66c5117..00000000000 --- 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: -------------------------------------- - |