commit | 39a0e4e7de379a182c1544fa24d5cb2a7687ec72 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 01 17:56:29 2010 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jan 04 11:48:00 2010 -0500 |
tree | 0bb5175b7aae48601948773aa6fb31c674052845 | |
parent | d61f07318c8678901b948fdaa8ccdf37aa3203e9 [diff] |
Push __driDriverExtensions out of dri_util.c and into the drivers This lets the individual drivers select which extensions to advertise. Specifically, most drivers (tdfx, sis, savage etc) don't support DRI2 but the shared extension list in dri_util.c does list the DRI2 extension. Pushing the list into the drivers, lets us avoid listing the DRI2 extension for drivers that don't support it.