diff options
author | Ian Romanick <[email protected]> | 2013-06-27 18:20:25 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-06-28 13:35:21 -0700 |
commit | f4571640b8b9d158e33cc536abb9eac037560a73 (patch) | |
tree | b01d30b60d3d7ef9c96e80a44fe9c4977085fe07 /docs/relnotes | |
parent | 34e8905077b7a930457098ac0e0a5ea251e5944c (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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/9.2.html | 2 |
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> |