OSDN Git Service

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 4ffd4ef..0b4b2a6 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;