summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/r600_exa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c
index ca1a1fae..4c63378a 100644
--- a/src/r600_exa.c
+++ b/src/r600_exa.c
@@ -2575,9 +2575,9 @@ R600DrawInit(ScreenPtr pScreen)
#ifdef EXA_HANDLES_PIXMAPS
if (info->cs) {
info->accel_state->exa->flags |= EXA_HANDLES_PIXMAPS;
-//#ifdef EXA_MIXED_PIXMAPS
-// info->accel_state->exa->flags |= EXA_MIXED_PIXMAPS;
-//#endif
+#ifdef EXA_MIXED_PIXMAPS
+ info->accel_state->exa->flags |= EXA_MIXED_PIXMAPS;
+#endif
}
#endif
#endif