summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2016-08-18 15:05:13 -0700
committerJordan Justen <jordan.l.justen@intel.com>2016-08-18 16:33:51 -0700
commit6e9061cd4f725895a0187a6aa989fae0d5d37965 (patch)
tree1f34b7caab347d843797957ffd5658bed70b7196
parent116df3166f410a4f5deecd7fb63885a1d68a1be6 (diff)
docs: Update stencil texturing & ES 3.1 status for i965 gen7gen7-stencil_texturing
Ivy Bridge and Baytrail now support GL_ARB_stencil_texturing, GL_ARB_texture_stencil8 and OpenGLES 3.1. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
-rw-r--r--docs/GL3.txt6
-rw-r--r--docs/relnotes/12.1.0.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 5dd9e41ba87..edb98f0cd6b 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -180,7 +180,7 @@ GL 4.3, GLSL 4.30 -- all DONE: nvc0, radeonsi
GL_ARB_robust_buffer_access_behavior DONE (i965)
GL_ARB_shader_image_size DONE (i965, softpipe)
GL_ARB_shader_storage_buffer_object DONE (i965, softpipe)
- GL_ARB_stencil_texturing DONE (i965/hsw+, nv50, r600, llvmpipe, softpipe, swr)
+ GL_ARB_stencil_texturing DONE (i965/gen7+, nv50, r600, llvmpipe, softpipe, swr)
GL_ARB_texture_buffer_range DONE (nv50, i965, r600, llvmpipe)
GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30)
GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample)
@@ -203,7 +203,7 @@ GL 4.4, GLSL 4.40:
GL_ARB_multi_bind DONE (all drivers)
GL_ARB_query_buffer_object DONE (i965/hsw+, nvc0)
GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
- GL_ARB_texture_stencil8 DONE (i965/hsw+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
+ GL_ARB_texture_stencil8 DONE (i965/gen7+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
GL 4.5, GLSL 4.50:
@@ -222,7 +222,7 @@ GL 4.5, GLSL 4.50:
GL_EXT_shader_integer_mix DONE (all drivers that support GLSL)
These are the extensions cherry-picked to make GLES 3.1
-GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, radeonsi
+GLES3.1, GLSL ES 3.1 -- all DONE: i965/gen7+, nvc0, radeonsi
GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30)
GL_ARB_compute_shader DONE (i965/gen7+, softpipe)
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html
index 2643a0c8001..ad3aa379f92 100644
--- a/docs/relnotes/12.1.0.html
+++ b/docs/relnotes/12.1.0.html
@@ -53,9 +53,9 @@ Note: some of the new features are only available with certain drivers.
<li>GL_EXT_window_rectangles on nv50, nvc0</li>
<li>GL_KHR_texture_compression_astc_sliced_3d on i965</li>
<li>GL_OES_copy_image on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe</li>
-<li>GL_ARB_stencil_texturing on i965/hsw</li>
-<li>GL_ARB_texture_stencil8 on i965/hsw</li>
-<li>OpenGL ES 3.1 on i965/hsw</li>
+<li>GL_ARB_stencil_texturing on i965/gen7</li>
+<li>GL_ARB_texture_stencil8 on i965/gen7</li>
+<li>OpenGL ES 3.1 on i965/gen7</li>
</ul>
<h2>Bug fixes</h2>