restore dummy card_extensions extensions array, needed for dispatch setup

This commit is contained in:
Brian 2007-11-03 09:52:27 -06:00
parent 2085cc9ac7
commit c4a9c49cdb

View file

@ -53,6 +53,20 @@ int __intel_debug = 0;
/**
* Extension strings exported by the intel driver.
*
* \note
* It appears that ARB_texture_env_crossbar has "disappeared" compared to the
* old i830-specific driver.
*/
const struct dri_extension card_extensions[] = {
{NULL, NULL}
};
#ifdef DEBUG
static const struct dri_debug_control debug_control[] = {
{"ioctl", DEBUG_IOCTL},