projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e48560
)
i965: Remove "TXD" from justification of sampler message headers.
author
Kenneth Graunke
<kenneth@whitecape.org>
Fri, 20 May 2011 23:28:29 +0000
(16:28 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Fri, 20 May 2011 23:33:43 +0000
(16:33 -0700)
The coordinate offsets set in the m1 header are for textureOffset;
they have nothing to do with textureGrad (TXD).
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.cpp
b/src/mesa/drivers/dri/i965/brw_fs.cpp
index add69b167373a1c14192b648fdbe4c54c90d7ef4..eb954c8bf9c381f750ef4dbdbfd130eb1f73cb2f 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs.cpp
@@
-1320,7
+1320,7
@@
fs_visitor::emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate,
bool header_present = false;
if (ir->offset) {
- /* The
TXD
offsets set up by the ir_texture visitor are in the
+ /* The offsets set up by the ir_texture visitor are in the
* m1 header, so we can't go headerless.
*/
header_present = true;