summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_vertprog.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-07-17 11:06:31 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-07-17 11:06:31 +0100
commit6101fe641cd506422d0b2735dfcaa61174684ec4 (patch)
tree78f14b3d199fbb9133076798dcd49e5992327d2e /src/mesa/drivers/dri/r300/r300_vertprog.h
parentbb1b01616b6cb9b0a1cab74e10940ce346cb8a3d (diff)
parent7b410f366fa117a03a7e838562215d2dca3f8cbc (diff)
Merge branch 'origin' into softpipe_0_1_branch
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_vertprog.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_vertprog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_vertprog.h b/src/mesa/drivers/dri/r300/r300_vertprog.h
index 252d5a901f..2d399e243a 100644
--- a/src/mesa/drivers/dri/r300/r300_vertprog.h
+++ b/src/mesa/drivers/dri/r300/r300_vertprog.h
@@ -3,10 +3,10 @@
#include "r300_reg.h"
-typedef struct {
- GLuint op;
+struct r300_vertprog_instruction {
+ GLuint opcode;
GLuint src[3];
-} VERTEX_SHADER_INSTRUCTION;
+};
#define VSF_FLAG_X 1
#define VSF_FLAG_Y 2