diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-11-29 15:15:19 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-12-01 19:30:23 +0000 |
commit | f8aea0ce47a84e7991958e5d79e7b04e799eda68 (patch) | |
tree | 580af7975265e89edffb3e13513a1b2abf6e59f4 /docs/relnotes/17.4.0.html | |
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 <emil.velikov@collabora.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'docs/relnotes/17.4.0.html')
-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> |