Mesa (master): tgsi: minor comments

Brian Paul brianp at kemper.freedesktop.org
Sun Mar 22 17:12:13 PDT 2009


Module: Mesa
Branch: master
Commit: 0f82aa5f15479aea692613fb56643bf3b769cf37
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f82aa5f15479aea692613fb56643bf3b769cf37

Author: Brian Paul <brianp at vmware.com>
Date:   Sun Mar 22 18:10:10 2009 -0600

tgsi: minor comments

---

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



More information about the mesa-commit mailing list