diff options
author | Emil Velikov <[email protected]> | 2017-11-29 15:15:19 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-12-01 19:30:23 +0000 |
commit | f8aea0ce47a84e7991958e5d79e7b04e799eda68 (patch) | |
tree | 580af7975265e89edffb3e13513a1b2abf6e59f4 /docs | |
parent | 7a4107291d1545fbdd9f144cac76a89e9f49b634 (diff) |
xlib: remove dummy GLX_MESA_set_3dfx_mode implementation
The implementation is a simple 'return EGL_FALSE'. Stop pretending and
simply remove it.
Note: the removal of XMesa API is fine, since there hasn't been any
users for it in years.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/17.4.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/17.4.0.html b/docs/relnotes/17.4.0.html index b5f4476ce19..8b32c4e6bda 100644 --- a/docs/relnotes/17.4.0.html +++ b/docs/relnotes/17.4.0.html @@ -61,7 +61,7 @@ TBD <h2>Changes</h2> <ul> -TBD +<li>Remove incomplete GLX_MESA_set_3dfx_mode from the Xlib libGL</li> </ul> </div> |