diff options
author | Krzesimir Nowak <krzesimir@kinvolk.io> | 2015-09-10 14:16:00 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2015-09-10 09:45:14 -0600 |
commit | 423a1dca2fefc41e2ceac8da90b86225488ab647 (patch) | |
tree | 07a7c5c12304be0e94b83e2b17a0212fcd982aee /docs | |
parent | 60905f2b19e13b03b5ae981e36ac434c6a4529ae (diff) | |
download | external_mesa3d-423a1dca2fefc41e2ceac8da90b86225488ab647.zip external_mesa3d-423a1dca2fefc41e2ceac8da90b86225488ab647.tar.gz external_mesa3d-423a1dca2fefc41e2ceac8da90b86225488ab647.tar.bz2 |
docs: Update wrt. textureQueryLod on softpipe
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/11.1.0.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 561f204..8ad1aac 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -116,7 +116,7 @@ GL 4.0, GLSL 4.00 --- all DONE: nvc0, radeonsi GL_ARB_texture_buffer_object_rgb32 DONE (i965, r600, llvmpipe, softpipe) GL_ARB_texture_cube_map_array DONE (i965, nv50, r600, llvmpipe, softpipe) GL_ARB_texture_gather DONE (i965, nv50, r600, llvmpipe, softpipe) - GL_ARB_texture_query_lod DONE (i965, nv50, r600) + GL_ARB_texture_query_lod DONE (i965, nv50, r600, softpipe) GL_ARB_transform_feedback2 DONE (i965, nv50, r600, llvmpipe, softpipe) GL_ARB_transform_feedback3 DONE (i965, nv50, r600, llvmpipe, softpipe) diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 7f80206..4b56f69 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_texture_query_lod on softpipe</li> TBD. </ul> |