diff options
author | Roland Scheidegger <sroland@vmware.com> | 2015-06-05 02:25:03 +0200 |
---|---|---|
committer | Roland Scheidegger <sroland@vmware.com> | 2015-06-05 02:25:03 +0200 |
commit | 00d8733120276fc5bdd3ecb7fea6e04b7940d71b (patch) | |
tree | 2b8a1e6df6d4e4be536ea9b97937e571751054f7 | |
parent | 6e5970ffee0129fb94d8b7f0ebd4fac3992e7dce (diff) |
docs: add note about llvmpipe supporting GL_ARB_shader_stencil_export
-rw-r--r-- | docs/relnotes/10.7.0.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html index 6206716e58..7518389ba4 100644 --- a/docs/relnotes/10.7.0.html +++ b/docs/relnotes/10.7.0.html @@ -43,7 +43,9 @@ TBD. Note: some of the new features are only available with certain drivers. </p> -TBD. +<ul> +<li>GL_ARB_shader_stencil_export on llvmpipe</li> +</ul> <h2>Bug fixes</h2> |