glx: correctly mask the drawableType for GLX_ARB_fbconfig_float
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 30 Sep 2016 10:01:26 +0000 (11:01 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 6 Oct 2016 14:03:46 +0000 (15:03 +0100)
commite542ed463dd5ae04e730901208344477afdc6a62
treeec8a739d63fb32bec4bb66a1e93df721e6e23e28
parenta89faa2022fd995af2019c886b152b49a01f9392
glx: correctly mask the drawableType for GLX_ARB_fbconfig_float

The comment/spec says - only for pbuffer drawables, while the code
clears the window/pixmap bit. Practise what you preach and apply the
trivial tweak. In practise this should not cause functional change.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/glxext.c