diff options
author | Dave Airlie <[email protected]> | 2015-04-05 14:46:11 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-04-23 10:11:27 +1000 |
commit | 734bceed8609a74d83032380e83488f3d2497012 (patch) | |
tree | a34202f60f89743592b0acf81c3f0c6be86fb52a /docs/relnotes/10.6.0.html | |
parent | 6cc49c4ce1dcb06528bfa2d6e650c26721355ae1 (diff) |
docs: mark off texture_stencil8 (v2.1)
copy drivers from the stencil_texturing list,
softpipe is definitely broken for stencil texturing
since it uses float, but I'll look at that later.
v2.1: update relnotes
Reviewed-by: Ilia Mirkin <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/relnotes/10.6.0.html')
-rw-r--r-- | docs/relnotes/10.6.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index 82aea5cf96d..48f76f961bc 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -54,6 +54,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_EXT_draw_buffers2 on freedreno</li> <li>GL_ARB_clip_control on i965</li> <li>GL_ARB_program_interface_query (all drivers)</li> +<li>GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe</li> </ul> <h2>Bug fixes</h2> |