gallium: comment that INSTANCEID doesn't include start_instance
authorMarek Olšák <marek.olsak@amd.com>
Thu, 5 Sep 2013 13:38:42 +0000 (15:38 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 12 Sep 2013 23:08:03 +0000 (01:08 +0200)
Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/include/pipe/p_shader_tokens.h

index 872dfe911edfc62606f2263fcf2ad75f29c0e42b..1beec054c1bd2a1ffd5ff49162ff014657124488 100644 (file)
@@ -153,7 +153,7 @@ struct tgsi_declaration_interp
 #define TGSI_SEMANTIC_FACE       7
 #define TGSI_SEMANTIC_EDGEFLAG   8
 #define TGSI_SEMANTIC_PRIMID     9
-#define TGSI_SEMANTIC_INSTANCEID 10
+#define TGSI_SEMANTIC_INSTANCEID 10 /**< doesn't include start_instance */
 #define TGSI_SEMANTIC_VERTEXID   11
 #define TGSI_SEMANTIC_STENCIL    12
 #define TGSI_SEMANTIC_CLIPDIST   13