diff options
author | Ian Romanick <[email protected]> | 2013-06-27 11:23:33 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-06-27 18:14:33 -0700 |
commit | c74a7eb9c53fda10d77bec09801c0b619b29deea (patch) | |
tree | 2b93be7aa756d3fac875ebedd43dc805da079f29 /docs | |
parent | 6b676e66343356d5096260c2bc1601014c808cb0 (diff) |
mesa: Remove GL_EXT_clip_volume_hint
As far as I can tell, no driver has enabled this extension since c6499a7
back in 2007.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
-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 0dcc9605d1b..08e82d092d8 100644 --- a/docs/relnotes/9.2.html +++ b/docs/relnotes/9.2.html @@ -63,6 +63,8 @@ Note: some of the new features are only available with certain drivers. <ul> <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> </ul> </div> |