summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-03-18 09:43:43 -0400
committerAlex Deucher <alex@samba.(none)>2008-03-18 09:43:43 -0400
commit89fe6d2c7d7471e6088558130f6e49f46c31dd47 (patch)
tree4d655d7ab3ed63933e442d542039e7944ecffa16 /src/radeon_exa_render.c
parent79b40ebcd8dedfc83e484c1024beeeaccc6124f3 (diff)
R5xx: fix typ in r5xx render accel
This gets render working on r5xx
Diffstat (limited to 'src/radeon_exa_render.c')
-rw-r--r--src/radeon_exa_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c
index a1cab9ab..dd070846 100644
--- a/src/radeon_exa_render.c
+++ b/src/radeon_exa_render.c
@@ -1848,7 +1848,7 @@ static Bool FUNC_NAME(R300PrepareComposite)(int op, PicturePtr pSrcPicture,
OUT_ACCEL_REG(R500_GA_US_VECTOR_DATA, (R500_TEX_SRC_ADDR(1) |
R500_TEX_SRC_S_SWIZ_R |
R500_TEX_SRC_T_SWIZ_G |
- R500_TEX_DST_ADDR(0) |
+ R500_TEX_DST_ADDR(1) |
R500_TEX_DST_R_SWIZ_R |
R500_TEX_DST_G_SWIZ_G |
R500_TEX_DST_B_SWIZ_B |