projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
761728a
)
remove comment
author
Brian
<brian@yutani.localnet.net>
Sat, 24 Feb 2007 18:15:27 +0000
(11:15 -0700)
committer
Brian
<brian@yutani.localnet.net>
Sat, 24 Feb 2007 18:15:27 +0000
(11:15 -0700)
src/mesa/shader/prog_execute.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_execute.c
b/src/mesa/shader/prog_execute.c
index 9d5894deb999f6811e9f25f59827600ea8365f27..6417a88e900557d6caeb8252efa76aba26aea876 100644
(file)
--- a/
src/mesa/shader/prog_execute.c
+++ b/
src/mesa/shader/prog_execute.c
@@
-122,8
+122,6
@@
get_register_pointer(GLcontext * ctx,
const struct prog_src_register *source,
const struct gl_program_machine *machine)
{
- /* XXX relative addressing... */
-
if (source->RelAddr) {
const GLint reg = source->Index + machine->AddressReg[0][0];
ASSERT( (source->File == PROGRAM_ENV_PARAM) ||