mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
restore dummy card_extensions extensions array, needed for dispatch setup
This commit is contained in:
parent
2085cc9ac7
commit
c4a9c49cdb
1 changed files with 14 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue