summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorJan Zielinski <[email protected]>2019-08-02 12:28:13 +0200
committerJan Zielinski <[email protected]>2019-08-29 12:09:05 +0200
commite64091ebd4187a383b122060d358780a376772a6 (patch)
tree28b4488f4452ce6df39743769e262f5736e83038 /docs/features.txt
parent6dc4ddc5f81f7a3041eb61370dbb7edf90a92a6a (diff)
swr/rasterizer: Enable ARB_fragment_layer_viewport
Added loading gl_Layer and gl_ViewportIndex variables to Pixel Shader context. Reviewed-by: Alok Hota <[email protected]>
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 1fdb5f3754f..a590017326a 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -174,7 +174,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, virgl
GL_ARB_copy_image DONE (i965, nv50, softpipe, llvmpipe, swr)
GL_KHR_debug DONE (all drivers)
GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL)
- GL_ARB_fragment_layer_viewport DONE (i965, nv50, llvmpipe, softpipe)
+ GL_ARB_fragment_layer_viewport DONE (i965, nv50, llvmpipe, softpipe, swr)
GL_ARB_framebuffer_no_attachments DONE (freedreno, i965, softpipe)
GL_ARB_internalformat_query2 DONE (all drivers)
GL_ARB_invalidate_subdata DONE (all drivers)