summaryrefslogtreecommitdiff
path: root/src/r600_textured_videofuncs.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-11 15:31:47 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-11 15:31:47 -0500
commitbd141aa73a77f68301715fb3b5664e2082327a80 (patch)
treebdba9e2ee7307d5eb79b41be37f81d48543f34c6 /src/r600_textured_videofuncs.c
parentcb4a1ceaa32d6847b146a31291772e1183972ee7 (diff)
R6xx/R7xx Xv: switch packed over to Yang's new shader code
Diffstat (limited to 'src/r600_textured_videofuncs.c')
-rw-r--r--src/r600_textured_videofuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r600_textured_videofuncs.c b/src/r600_textured_videofuncs.c
index 4a7391c8..c06512a5 100644
--- a/src/r600_textured_videofuncs.c
+++ b/src/r600_textured_videofuncs.c
@@ -202,7 +202,7 @@ R600DisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv)
accel_state->ps_size, accel_state->ps_mc_addr);
ps_conf.shader_addr = accel_state->ps_mc_addr;
- ps_conf.num_gprs = 4;
+ ps_conf.num_gprs = 3;
ps_conf.stack_size = 0;
ps_conf.uncached_first_inst = 1;
ps_conf.clamp_consts = 0;