glx: Fix GLX_NV_float_buffer fbconfig handling
authorAdam Jackson <ajax@redhat.com>
Wed, 16 Jun 2021 18:01:04 +0000 (14:01 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 16 Dec 2021 22:05:20 +0000 (22:05 +0000)
commitc77e5af7a36f9652d005c5ddf9c21e6c3cd6812d
tree1621faea920b9bac80e701811bee1447a3524bcf
parent108881cbcc9c38f7c447bc401287cc27ae89e7ae
glx: Fix GLX_NV_float_buffer fbconfig handling

Since we didn't record this attribute from the server, we wouldn't
account for it in glXChooseFBConfig, and glXGetFBConfigAttrib wouldn't
know about it.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14221>
src/glx/glxcmds.c
src/glx/glxconfig.c
src/glx/glxconfig.h
src/glx/glxext.c