summaryrefslogtreecommitdiff
path: root/src/r600_exa.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-08-25 19:24:41 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-08-25 19:24:41 -0400
commit5a08e68cc254fb255e631b456e331c32456ef0e7 (patch)
treecbe878db88b27babf3c4f2b8046c5a2df34c6e20 /src/r600_exa.c
parent9aa214e125b7927d62b9fe124a851d0373c24d7e (diff)
r6xx/r7xx: fix some define problems in Xv code
Diffstat (limited to 'src/r600_exa.c')
-rw-r--r--src/r600_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c
index 09eb6ee5..462bbb87 100644
--- a/src/r600_exa.c
+++ b/src/r600_exa.c
@@ -128,7 +128,7 @@ R600PrepareSolid(PixmapPtr pPix, int alu, Pixel pm, Pixel fg)
uint32_t a, r, g, b;
float ps_alu_consts[4];
- //return FALSE;
+ return FALSE;
if (pPix->drawable.bitsPerPixel == 24)
RADEON_FALLBACK(("24bpp unsupported\n"));