diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-05-31 00:58:34 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-05-31 00:58:34 +0000 |
commit | 54f4f44843a2ea422cf78a04720562ecc1a5abfd (patch) | |
tree | 30b978cbbdc1df2a4be3b5d0181c5824da2bf9fe /src/mesa/drivers/dri/mach64/mach64_context.h | |
parent | 11b3028e7ba2fc3b985ab84d7227c290608f83f6 (diff) |
fixup mach64 for newer build/types
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_context.h')
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_context.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.h b/src/mesa/drivers/dri/mach64/mach64_context.h index e424c0bbbfb..3b22eef7de5 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.h +++ b/src/mesa/drivers/dri/mach64/mach64_context.h @@ -36,11 +36,9 @@ #include "dri_util.h" #include "drm.h" -#include "xf86drm.h" -#include "mach64_common.h" +#include "mach64_drm.h" #include "mtypes.h" -#include "mm.h" #include "mach64_reg.h" @@ -227,7 +225,7 @@ struct mach64_context { */ GLuint new_state; GLuint dirty; /* Hardware state to be updated */ - mach64_context_regs_t setup; + drm_mach64_context_regs_t setup; GLuint NewGLState; GLuint Fallback; @@ -310,7 +308,7 @@ struct mach64_context { int driFd; mach64ScreenPtr mach64Screen; /* Screen private DRI data */ - ATISAREAPrivPtr sarea; /* Private SAREA data */ + drm_mach64_sarea_t *sarea; /* Private SAREA data */ GLuint hardwareWentIdle; |