mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
move config options to same place as other drivers (again for S3TC patch later)
This commit is contained in:
parent
620c998b16
commit
78e19b5f98
2 changed files with 3 additions and 3 deletions
|
|
@ -68,9 +68,6 @@ char *prevLockFile;
|
|||
int prevLockLine;
|
||||
#endif
|
||||
|
||||
const char __driConfigOptions[] = { 0 };
|
||||
const GLuint __driNConfigOptions = 0;
|
||||
|
||||
/***************************************
|
||||
* Mesa's Driver Functions
|
||||
***************************************/
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@
|
|||
|
||||
#include "i830_dri.h"
|
||||
|
||||
const char __driConfigOptions[] = { 0 };
|
||||
const GLuint __driNConfigOptions = 0;
|
||||
|
||||
#ifdef USE_NEW_INTERFACE
|
||||
static PFNGLXCREATECONTEXTMODES create_context_modes = NULL;
|
||||
#endif /*USE_NEW_INTERFACE*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue