projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62abcb9
)
fix comment typos
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 8 Feb 2008 21:55:33 +0000
(14:55 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 8 Feb 2008 22:13:49 +0000
(15:13 -0700)
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
463ff0d
..
336ae1c
100644
(file)
--- a/
src/mesa/pipe/tgsi/exec/tgsi_exec.c
+++ b/
src/mesa/pipe/tgsi/exec/tgsi_exec.c
@@
-2010,7
+2010,7
@@
exec_instruction(
case TGSI_OPCODE_TXB:
/* Texture lookup with lod bias */
- /* src[0] = texcoord (src[0].w =
load
bias) */
+ /* src[0] = texcoord (src[0].w =
LOD
bias) */
/* src[1] = sampler unit */
exec_tex(mach, inst, TRUE);
break;
@@
-2026,7
+2026,7
@@
exec_instruction(
case TGSI_OPCODE_TXL:
/* Texture lookup with explit LOD */
- /* src[0] = texcoord (src[0].w =
load bias
) */
+ /* src[0] = texcoord (src[0].w =
LOD
) */
/* src[1] = sampler unit */
exec_tex(mach, inst, TRUE);
break;