projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eafe69
)
fix bug in RET code
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 24 Oct 2007 18:31:14 +0000
(12:31 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 24 Oct 2007 18:32:42 +0000
(12:32 -0600)
src/mesa/pipe/tgsi/exec/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/exec/tgsi_exec.c
b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
index 4a608c445e8d897bcec0549c9991a914a1688d49..113a0f2c18004c749b1622a06c673d512de2dced 100644
(file)
--- a/
src/mesa/pipe/tgsi/exec/tgsi_exec.c
+++ b/
src/mesa/pipe/tgsi/exec/tgsi_exec.c
@@
-2077,6
+2077,7
@@
exec_instruction(
return;
}
*pc = mach->CallStack[--mach->CallStackTop];
+ UPDATE_EXEC_MASK(mach);
}
break;