summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2016-04-26 10:41:21 -0700
committerKenneth Graunke <kenneth@whitecape.org>2016-04-26 21:32:35 -0700
commit73ada723f01835f28443a09e94279f65da4a7964 (patch)
tree44bea33c57808d67dba63945aea9055b2dedb172 /docs
parentfd9a7d8f30e8a4f73c7973a9d4e59082ecb5c1bf (diff)
downloadexternal_mesa3d-73ada723f01835f28443a09e94279f65da4a7964.zip
external_mesa3d-73ada723f01835f28443a09e94279f65da4a7964.tar.gz
external_mesa3d-73ada723f01835f28443a09e94279f65da4a7964.tar.bz2
docs: Mention that {ARB,OES}_texture_stencil8 is supported on i965/gen8+
Thanks to Thomas Helland for reminding me to do this.
Diffstat (limited to 'docs')
-rw-r--r--docs/GL3.txt2
-rw-r--r--docs/relnotes/11.3.0.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 9d93723..bb2bb6e 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -203,7 +203,7 @@ GL 4.4, GLSL 4.40:
GL_ARB_multi_bind DONE (all drivers)
GL_ARB_query_buffer_object DONE (nvc0)
GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
- GL_ARB_texture_stencil8 DONE (nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
+ GL_ARB_texture_stencil8 DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
GL 4.5, GLSL 4.50:
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html
index 3d254f7..e0161a1 100644
--- a/docs/relnotes/11.3.0.html
+++ b/docs/relnotes/11.3.0.html
@@ -61,6 +61,7 @@ Note: some of the new features are only available with certain drivers.
<li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li>
<li>GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, radeonsi</li>
<li>EGL_KHR_reusable_sync on all drivers</li>
+<li>GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+</li>
</ul>
<h2>Bug fixes</h2>