summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.h
diff options
context:
space:
mode:
authorZou Nan hai <nanhai.zou@intel.com>2007-04-30 15:24:38 +0800
committerZou Nan hai <nanhai.zou@intel.com>2007-04-30 15:24:38 +0800
commita78b26fff04026a24189ecad7ec85bfe0df2cce1 (patch)
treee363e539ffdff98b1e2ea5cbaac68bf30f4dadfc /src/mesa/drivers/dri/i965/brw_vs.h
parent35707dbe57873adb5a8088cd47c13bd216e143e4 (diff)
support nested function call
else instruction fix.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h
index c31a1b6366..912ab563f4 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.h
+++ b/src/mesa/drivers/dri/i965/brw_vs.h
@@ -67,7 +67,7 @@ struct brw_vs_compile {
struct brw_reg r1;
struct brw_reg regs[PROGRAM_ADDRESS+1][128];
struct brw_reg tmp;
- struct brw_reg ret;
+ struct brw_reg stack;
struct brw_reg userplane[6];