st/dri: move extension initilization to st/mesa completely
authorMarek Olšák <maraeo@gmail.com>
Sat, 6 Mar 2010 16:36:44 +0000 (17:36 +0100)
committerMarek Olšák <maraeo@gmail.com>
Thu, 11 Mar 2010 11:28:51 +0000 (12:28 +0100)
commita0ae2ca033ec2024da1e01d1c11c0437837c031b
treeb95d9a4bdc0ed95b79184843623b0b59a2a425d1
parentfc1dd5ce1de8b9c0a02b9fb08aaeac0c38372e65
st/dri: move extension initilization to st/mesa completely

Extensions were enabled in both st/mesa and st/dri, with st/dri completely
overriding the decisions of st/mesa and exposing even the extensions claimed
to be unsupported by a pipe driver.

This commit moves the differences between the two to st/mesa and removes
the responsibilty of advertising extensions from st/dri.
src/gallium/state_trackers/dri/dri_extensions.c
src/mesa/state_tracker/st_extensions.c