aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-03-26 13:27:17 +1000
committerDave Airlie <airlied@redhat.com>2020-07-08 07:19:25 +1000
commit3bb3e8940c93d468b9fbed18b53b6728e8664333 (patch)
tree5b83312868fc45aeeb505525110beec46b448908 /docs/features.txt
parentb8fcb621340c3474f14f15a297308e99b666caf5 (diff)
downloadexternal_mesa3d-3bb3e8940c93d468b9fbed18b53b6728e8664333.tar.gz
external_mesa3d-3bb3e8940c93d468b9fbed18b53b6728e8664333.tar.bz2
external_mesa3d-3bb3e8940c93d468b9fbed18b53b6728e8664333.zip
llvmpipe: add ARB_post_depth_coverage support.
This doesn't pass thie piglits because currently they are broken for case where GL upgrades 2 samples to 4 Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5767>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 284689a0bfc..33484576455 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -304,7 +304,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
GL_ARB_fragment_shader_interlock DONE (i965)
GL_ARB_gpu_shader_int64 DONE (i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe)
GL_ARB_parallel_shader_compile DONE (all drivers)
- GL_ARB_post_depth_coverage DONE (i965, nvc0, radeonsi)
+ GL_ARB_post_depth_coverage DONE (i965, nvc0, radeonsi, llvmpipe)
GL_ARB_robustness_isolation not started
GL_ARB_sample_locations DONE (nvc0)
GL_ARB_seamless_cubemap_per_texture DONE (etnaviv/SEAMLESS_CUBE_MAP, freedreno, i965, nvc0, r600, radeonsi, softpipe, swr, virgl)