docs: Mention that {ARB,OES}_texture_stencil8 is supported on i965/gen8+

Thanks to Thomas Helland for reminding me to do this.
This commit is contained in:
Kenneth Graunke
2016-04-26 10:41:21 -07:00
parent fd9a7d8f30
commit 73ada723f0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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>