summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2008-03-18 19:36:05 -0400
committerAlex Deucher <alex@samba.(none)>2008-03-18 19:36:05 -0400
commit6f03f8fe0ecf4181dcf125049cf63bece0451fb2 (patch)
tree997a444bb5c499d900450ff05515a7e61440368e /src/radeon_exa_render.c
parent8bb71ab4a3eb4fb6ef7f709e87c8df387cb70ee3 (diff)
R3xx: we only use 2 temps, not 3
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 34f26de5..0c94a232 100644
--- a/src/radeon_exa_render.c
+++ b/src/radeon_exa_render.c
@@ -1448,7 +1448,7 @@ static Bool FUNC_NAME(R300PrepareComposite)(int op, PicturePtr pSrcPicture,
R300_INST_TEX_ADDR(1)));
OUT_ACCEL_REG(R300_US_CONFIG, (0 << R300_NLEVEL_SHIFT) | R300_FIRST_TEX);
- OUT_ACCEL_REG(R300_US_PIXSIZE, 2); /* max num of temps used */
+ OUT_ACCEL_REG(R300_US_PIXSIZE, 1); /* max num of temps used */
OUT_ACCEL_REG(R300_US_CODE_OFFSET, (R300_ALU_CODE_OFFSET(0) |
R300_ALU_CODE_SIZE(0) |
R300_TEX_CODE_OFFSET(0) |