summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-08-13 13:17:33 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-08-14 14:39:33 -0700
commit258771882d8996c0f8f66c01071c26b0d85f9a0e (patch)
treee5e48895cc833e81acc8ba05a37444a03ac03979 /docs
parent07e12c49175e0bf23dbd8bdc3afd7aa79ccc7140 (diff)
mesa: Enable GL_ARB_invalidate_subdata
v2: Add GL_ARB_invalidate_subdata to release notes at Brian's suggestion. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes-8.1.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes-8.1.html b/docs/relnotes-8.1.html
index 4c4d48715f0..e8ce49c1df8 100644
--- a/docs/relnotes-8.1.html
+++ b/docs/relnotes-8.1.html
@@ -35,6 +35,8 @@ Note: some of the new features are only available with certain drivers.
<li>GL_ARB_base_instance</li>
<li>GL_ARB_blend_func_extended</li>
<li>GL_ARB_debug_output</li>
+<li>GL_ARB_invalidate_subdate - Currently a "no-op" implementation. This
+extension is always enabled in all drivers.</li>
<li>GL_ARB_shader_bit_encoding</li>
<li>GL_ARB_timer_query</li>
<li>GL_ARB_transform_feedback3</li>