swrast: add dri2ConfigQueryExtension to the correct extension list
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 7 Jul 2017 18:13:59 +0000 (19:13 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 19 Jul 2017 12:06:50 +0000 (13:06 +0100)
commit7791949dadd5af707055d0076874177e5e8e2133
treea3a45f4c854e306a2f04f99d0f88d50456923042
parent225e45d45c7b836c6dc52e3ed840160c4d62f798
swrast: add dri2ConfigQueryExtension to the correct extension list

The extension should be in the list as returned by getExtensions().
Seems to have gone unnoticed since close to nobody wants to change the
vblank mode for the software driver.

v2: Rebase

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> (v1)
src/gallium/state_trackers/dri/dri2.c
src/mesa/drivers/dri/swrast/swrast.c