summaryrefslogtreecommitdiff
path: root/docs/relnotes
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2013-06-27 18:20:25 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-06-28 13:35:21 -0700
commitf4571640b8b9d158e33cc536abb9eac037560a73 (patch)
treeb01d30b60d3d7ef9c96e80a44fe9c4977085fe07 /docs/relnotes
parent34e8905077b7a930457098ac0e0a5ea251e5944c (diff)
mesa: Remove GL_MESA_resize_buffers
Commit bab755a made the implementation a no-op, and it was only ever enabled by software rasterizers. v2: Move the spec into docs/specs/OLD since it's now obsolete (squashed patch from Andreas Boll) Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/9.2.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/9.2.html b/docs/relnotes/9.2.html
index 08e82d092d8..2f2c39415d5 100644
--- a/docs/relnotes/9.2.html
+++ b/docs/relnotes/9.2.html
@@ -65,6 +65,8 @@ Note: some of the new features are only available with certain drivers.
<li>Removed d3d1x state tracker (unused, unmaintained and broken)</li>
<li>Removed GL_EXT_clip_volume_hint because no driver had enabled it since
2007.</li>
+<li>Removed GL_MESA_resize_buffers because it was only really implemented by
+the (unsupported) GDI driver.</li>
</ul>
</div>