tgsi: minor comments
authorBrian Paul <brianp@vmware.com>
Mon, 23 Mar 2009 00:10:10 +0000 (18:10 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 23 Mar 2009 00:10:10 +0000 (18:10 -0600)
src/gallium/auxiliary/tgsi/tgsi_exec.h

index 4ffd4efbffa84a265174072df1e993e407a29f4a..0b4b2a6fb6ee51664705889daef3b0d03bbcf8e9 100644 (file)
@@ -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;