diff options
author | Krzysztof Raszkowski <[email protected]> | 2019-11-08 16:04:47 +0000 |
---|---|---|
committer | Jan Zielinski <[email protected]> | 2019-11-08 16:04:47 +0000 |
commit | 084431ce45b3421ef224a16652559713151b122a (patch) | |
tree | a91130375c8cf46ae76e9cd79a5a157e90ee9db6 /docs | |
parent | e5ed9a1b91b6c047a229296908ef461dabac049a (diff) |
gallium/swr: Enable some ARB_gpu_shader5 extensions
Enable / add to features.txt:
- Enhanced textureGather.
- Geometry shader instancing.
- Geometry shader multiple streams.
Reviewed-by: Jan Zielinski <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features.txt b/docs/features.txt index 23f03ab9aa5..f2890fee304 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -121,9 +121,9 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl - Implicit signed -> unsigned conversions DONE (softpipe) - Fused multiply-add DONE (softpipe) - Packing/bitfield/conversion functions DONE (freedreno, softpipe) - - Enhanced textureGather DONE (freedreno, softpipe) - - Geometry shader instancing DONE (llvmpipe, softpipe) - - Geometry shader multiple streams DONE (softpipe) + - Enhanced textureGather DONE (freedreno, softpipe, swr) + - Geometry shader instancing DONE (llvmpipe, softpipe, swr) + - Geometry shader multiple streams DONE (softpipe, swr) - Enhanced per-sample shading DONE () - Interpolation functions DONE (softpipe) - New overload resolution rules DONE (softpipe) |