summaryrefslogtreecommitdiff
path: root/src/atimach64exa.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2006-10-26 15:39:49 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2006-10-26 16:23:24 +0300
commit23cec754158c94b43225b2070fc0a0b003e7bd25 (patch)
treeaee70722022fa4235303f593f04675a71f4e2d4a /src/atimach64exa.c
parent9cd78af1d06f753e7bd7e1acaff25398bde45f6e (diff)
[mach64] EXA: reserve DRI buffers only when DRI is active.
Diffstat (limited to 'src/atimach64exa.c')
-rw-r--r--src/atimach64exa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/atimach64exa.c b/src/atimach64exa.c
index e2b2540..a2f1afe 100644
--- a/src/atimach64exa.c
+++ b/src/atimach64exa.c
@@ -570,8 +570,7 @@ Mach64SetupMemEXA(ScreenPtr pScreen)
pATIDRIServer->textureSize = textureSize;
next += textureSize;
- if (pATI->directRenderingEnabled)
- pExa->offScreenBase = next;
+ /* pExa->offScreenBase is moved to `next' when DRI gets activated */
}
#endif /* XF86DRI_DEVEL */