summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorKrzysztof Raszkowski <[email protected]>2019-05-31 13:33:32 +0200
committerKrzysztof Raszkowski <[email protected]>2019-06-05 15:26:47 +0000
commit4ff02b3edddbb4024c6dc349973f60f5ba4886d6 (patch)
treef4e7c7ef518e5acee71a8111dea56fc2a8e6924c /docs/features.txt
parent755fdd6f9dca0d1906639bd9e1028f54b4e76e59 (diff)
swr: fix support for GL_ARB_copy_image extension
This commit fix support and adjusts the capabilities returned by the SWR driver and the documentation to correctly report the GL_ARB_copy_image extension. 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 f379f53bf2f..06f8edb94ca 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -171,7 +171,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, virgl
GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30)
GL_ARB_clear_buffer_object DONE (all drivers)
GL_ARB_compute_shader DONE (freedreno/a5xx+, i965, softpipe)
- GL_ARB_copy_image DONE (i965, nv50, softpipe, llvmpipe)
+ 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)