summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2015-12-11 22:43:31 +1100
committerRoland Scheidegger <sroland@vmware.com>2015-12-11 20:09:21 +0100
commit53609de762d451ad7132149ebf59a712799e08c0 (patch)
tree43eed51f9ef637c64630dc4b485a12096ac268db /docs
parent00f97ad5def91d485de0e5dd79fd39fae9ed3ce1 (diff)
downloadexternal_mesa3d-53609de762d451ad7132149ebf59a712799e08c0.zip
external_mesa3d-53609de762d451ad7132149ebf59a712799e08c0.tar.gz
external_mesa3d-53609de762d451ad7132149ebf59a712799e08c0.tar.bz2
softpipe: enable GL_ARB_viewport_array support, update GL3.txt doc
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/GL3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 7eda002..84b5a17 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -128,7 +128,7 @@ GL 4.1, GLSL 4.10 --- all DONE: nvc0, r600, radeonsi
GL_ARB_separate_shader_objects DONE (all drivers)
GL_ARB_shader_precision DONE (all drivers that support GLSL 4.10)
GL_ARB_vertex_attrib_64bit DONE (llvmpipe, softpipe)
- GL_ARB_viewport_array DONE (i965, nv50, llvmpipe)
+ GL_ARB_viewport_array DONE (i965, nv50, llvmpipe, softpipe)
GL 4.2, GLSL 4.20: