projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b409524
)
tgsi: Remove trailing backslash in comment
author
Krzesimir Nowak
<krzesimir@kinvolk.io>
Thu, 10 Sep 2015 12:15:51 +0000
(14:15 +0200)
committer
Brian Paul
<brianp@vmware.com>
Thu, 10 Sep 2015 15:45:13 +0000
(09:45 -0600)
It clearly is here by accident.
Reviewed-by: Brian Paul <brianp@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 75cd0d53c5a02db11238e34d062a4d4424927605..9544623e90cc78f1eded42a2e3faa2039ac7f323 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_exec.c
@@
-2021,7
+2021,7
@@
fetch_sampler_unit(struct tgsi_exec_machine *mach,
/*
* execute a texture instruction.
*
- * modifier is used to control the channel routing for the
\
+ * modifier is used to control the channel routing for the
* instruction variants like proj, lod, and texture with lod bias.
* sampler indicates which src register the sampler is contained in.
*/