projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e112c6
)
tgsi: Lift the requirement of indirection being done by ADDR register.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 6 Nov 2012 11:38:12 +0000
(11:38 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Fri, 9 Nov 2012 13:43:19 +0000
(13:43 +0000)
For drivers with native integer / SM4 support this is just an hindrance.
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 428227d735fb4eae219cc909abe978b8123c02b8..1b7150be680e03aab1c4aded38e552e883d02369 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_exec.c
@@
-1213,7
+1213,6
@@
fetch_source(const struct tgsi_exec_machine *mach,
index2.i[1] =
index2.i[2] =
index2.i[3] = reg->Indirect.Index;
- assert(reg->Indirect.File == TGSI_FILE_ADDRESS);
/* get current value of address register[swizzle] */
swizzle = tgsi_util_get_src_register_swizzle( ®->Indirect, TGSI_CHAN_X );
fetch_src_file_channel(mach,