summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_screen.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-10-19 00:53:05 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-10-19 00:53:05 +0000
commitdeadd47aab68d4914d70b19fa08f834623f2e0a7 (patch)
tree5f951bc349cff8655995dcfee24372c489647f68 /src/mesa/drivers/dri/sis/sis_screen.h
parentbf3f0bcf802af20b2d95890ad4dcc56c98289b10 (diff)
downloadexternal_mesa3d-deadd47aab68d4914d70b19fa08f834623f2e0a7.zip
external_mesa3d-deadd47aab68d4914d70b19fa08f834623f2e0a7.tar.gz
external_mesa3d-deadd47aab68d4914d70b19fa08f834623f2e0a7.tar.bz2
Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all
drirenderbuffers pointed at screen offset 0 and NULL. Instead, set up the front buffer at startup but leave the others for later, since sis allocates them on demand rather than using the static method of the other non-sis-descendent drivers. Some basic apps work, but fallbacks may be broken still.
Diffstat (limited to 'src/mesa/drivers/dri/sis/sis_screen.h')
-rw-r--r--src/mesa/drivers/dri/sis/sis_screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_screen.h b/src/mesa/drivers/dri/sis/sis_screen.h
index 068c041..c3e9ef4 100644
--- a/src/mesa/drivers/dri/sis/sis_screen.h
+++ b/src/mesa/drivers/dri/sis/sis_screen.h
@@ -46,7 +46,6 @@ typedef struct {
unsigned int AGPCmdBufSize;
int deviceID;
- int irqEnabled;
int cpp;
unsigned int screenX, screenY;