summaryrefslogtreecommitdiff
path: root/src/r128_dri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/r128_dri.c')
-rw-r--r--src/r128_dri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_dri.c b/src/r128_dri.c
index 41e238e8..14b60664 100644
--- a/src/r128_dri.c
+++ b/src/r128_dri.c
@@ -247,7 +247,7 @@ static Bool R128InitVisualConfigs(ScreenPtr pScreen)
}
pConfigs[i].auxBuffers = 0;
pConfigs[i].level = 0;
- if (accum || stencil) {
+ if (accum) {
pConfigs[i].visualRating = GLX_SLOW_CONFIG;
} else {
pConfigs[i].visualRating = GLX_NONE;