summaryrefslogtreecommitdiff
path: root/src/r600_exa.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-11-24 15:11:12 +1000
committerDave Airlie <airlied@redhat.com>2009-11-24 15:11:12 +1000
commit3c527d752d3cced219c6113acb932511b16e35fb (patch)
treeaf55ff121659dfea2e0e46aad91d8d4005a1a421 /src/r600_exa.c
parentb9eb2380df5145c85b2ef694a04628c055c47429 (diff)
r600: enable mixed pixmaps
Diffstat (limited to 'src/r600_exa.c')
-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