projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699897e
)
tgsi: minor comments
author
Brian Paul
<brianp@vmware.com>
Mon, 23 Mar 2009 00:10:10 +0000
(18:10 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 23 Mar 2009 00:10:10 +0000
(18:10 -0600)
src/gallium/auxiliary/tgsi/tgsi_exec.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.h
b/src/gallium/auxiliary/tgsi/tgsi_exec.h
index 4ffd4efbffa84a265174072df1e993e407a29f4a..0b4b2a6fb6ee51664705889daef3b0d03bbcf8e9 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_exec.h
+++ b/
src/gallium/auxiliary/tgsi/tgsi_exec.h
@@
-205,8
+205,8
@@
struct tgsi_exec_machine
const float (*Consts)[4];
struct tgsi_exec_vector *Inputs;
struct tgsi_exec_vector *Outputs;
- const struct tgsi_token *Tokens;
- unsigned Processor;
+ const struct tgsi_token *Tokens;
/**< Declarations, instructions */
+ unsigned Processor;
/**< TGSI_PROCESSOR_x */
/* GEOMETRY processor only. */
unsigned *Primitives;