diff options
Diffstat (limited to 'src/atimach64exa.c')
-rw-r--r-- | src/atimach64exa.c | 3 |
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 */ |