summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mga/mgacontext.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2004-03-12 05:22:13 +0000
committerJon Smirl <jonsmirl@gmail.com>2004-03-12 05:22:13 +0000
commitd613cca2e47b5b2b4ce6f5222fde2cf137e989ef (patch)
tree58aca8791add692340e0bf7fa1637753ae71298b /src/mesa/drivers/dri/mga/mgacontext.h
parentba5c49ab427d33915562b2c257db582c84eb7dd0 (diff)
Adjust mga drivers to remove redundant h file for sarea and IOCTLs
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgacontext.h')
-rw-r--r--src/mesa/drivers/dri/mga/mgacontext.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/mga/mgacontext.h b/src/mesa/drivers/dri/mga/mgacontext.h
index f2ef14a8ab..958d06ad83 100644
--- a/src/mesa/drivers/dri/mga/mgacontext.h
+++ b/src/mesa/drivers/dri/mga/mgacontext.h
@@ -33,8 +33,8 @@
#include "dri_util.h"
#include "mtypes.h"
#include "xf86drm.h"
+#include "mga_drm.h"
#include "mm.h"
-#include "mga_sarea.h"
#include "colormac.h"
#include "texmem.h"
#include "macros.h"
@@ -147,7 +147,7 @@ typedef struct mga_texture_object_s
int texelBytes;
GLuint age;
- mga_texture_regs_t setup;
+ drm_mga_texture_regs_t setup;
/* If one texture dimension wraps with GL_CLAMP and the other with
* GL_CLAMP_TO_EDGE, we have to fallback to software. We would also have
@@ -238,7 +238,7 @@ struct mga_context_t {
GLuint NewGLState;
GLuint dirty;
- mga_context_regs_t setup;
+ drm_mga_context_regs_t setup;
GLuint ClearColor;
GLuint ClearDepth;
@@ -310,7 +310,7 @@ struct mga_context_t {
__DRIscreenPrivate *driScreen;
struct mga_screen_private_s *mgaScreen;
- MGASAREAPrivPtr sarea;
+ drm_mga_sarea_t *sarea;
/* Configuration cache
*/