From: Krzesimir Nowak
Date: Thu, 10 Sep 2015 12:16:00 +0000 (+0200)
Subject: docs: Update wrt. textureQueryLod on softpipe
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=423a1dca2fefc41e2ceac8da90b86225488ab647;p=mesa.git
docs: Update wrt. textureQueryLod on softpipe
Reviewed-by: Brian Paul
---
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 561f20421db..8ad1aac50a5 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 7f80206a9f2..4b56f69660d 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.
+- GL_ARB_texture_query_lod on softpipe
TBD.