diff options
author | Brian Paul <[email protected]> | 2009-03-22 18:10:10 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-22 18:10:10 -0600 |
commit | 0f82aa5f15479aea692613fb56643bf3b769cf37 (patch) | |
tree | 0a34323b7fdef976173b73de739d765f7e2758bd /src/gallium/auxiliary/tgsi | |
parent | 699897e81c623e53be51fba0488f535b0a8d7761 (diff) |
tgsi: minor comments
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h index 4ffd4efbffa..0b4b2a6fb6e 100644 --- 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; |