diff options
author | Adam Jackson <[email protected]> | 2005-01-31 23:40:05 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-01-31 23:40:05 +0000 |
commit | 886280763c8dfa7202bdacdeacf84ced69609b98 (patch) | |
tree | f54e00c88ca4d4dfdcc26062d85078312d20b937 /src/mesa/drivers/dri/mga | |
parent | fc4cabbfa89154bce97fa1c076f4426cd6e55b68 (diff) |
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Diffstat (limited to 'src/mesa/drivers/dri/mga')
-rw-r--r-- | src/mesa/drivers/dri/mga/mga_xmesa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.h b/src/mesa/drivers/dri/mga/mga_xmesa.h index 51cab51dada..f78f806c771 100644 --- a/src/mesa/drivers/dri/mga/mga_xmesa.h +++ b/src/mesa/drivers/dri/mga/mga_xmesa.h @@ -29,8 +29,6 @@ #ifndef _MGA_INIT_H_ #define _MGA_INIT_H_ -#ifdef GLX_DIRECT_RENDERING - #include <sys/time.h> #include "dri_util.h" #include "mga_drm.h" @@ -149,4 +147,3 @@ do { \ #define MGA_WRITE( reg, val ) do { MGA_DEREF( reg ) = val; } while (0) #endif -#endif |