glx: Fix incorrect use of dri_interface.h version defines in extensions.
authorEric Anholt <eric@anholt.net>
Fri, 15 Nov 2013 01:40:46 +0000 (17:40 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Dec 2013 18:50:53 +0000 (10:50 -0800)
commit6e926b18ca1b182253bac435a1d53caaff7ffff6
tree1511c4fa1e36f634c6cf761d04863aa82ebaaa18
parent57a8ce927332e855dd29ff30210a211a907adb25
glx: Fix incorrect use of dri_interface.h version defines in extensions.

Those defines are so you can compile-time check "do I have a
dri_interface.h that defines this new field of the struct?"  You don't
want the server to claim it implements the new struct just because you
installed a new copy of Mesa.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
glx/glxdri2.c
glx/glxdricommon.c
glx/glxdriswrast.c