Fix swizzling table & add struct.

This commit is contained in:
Jerome Glisse
2006-01-20 18:24:44 +00:00
parent 37e86254c1
commit b42d5bcaff
2 changed files with 432 additions and 441 deletions
@@ -26,6 +26,12 @@ typedef struct _pfs_reg_t {
GLboolean valid:1;
} pfs_reg_t;
typedef struct r300_fragment_program_swizzle {
GLuint length;
GLuint src[4];
GLuint inst[8];
} r300_fragment_program_swizzle_t;
/* supported hw opcodes */
#define PFS_OP_MAD 0
#define PFS_OP_DP3 1
File diff suppressed because it is too large Load Diff