diff options
author | Marek Olšák <[email protected]> | 2010-09-02 02:42:42 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-09-04 18:56:21 +0200 |
commit | f5609ff0d7ffaf2822b65890ef248a969a82c41f (patch) | |
tree | 3451aa1e697623d19cb40b472164f21a8db5a993 /src/mesa | |
parent | fba5f6bda76f5236f6f05aa81157a08949cde7c3 (diff) |
r300/compiler: remove unused enum OPCODE_REPL_ALPHA
We use RC_OPCODE_REPL_ALPHA instead.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/compiler/radeon_program.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_program.h b/src/mesa/drivers/dri/r300/compiler/radeon_program.h index ee4fe8192e2..5582f56d921 100644 --- a/src/mesa/drivers/dri/r300/compiler/radeon_program.h +++ b/src/mesa/drivers/dri/r300/compiler/radeon_program.h @@ -150,11 +150,6 @@ struct rc_program { struct rc_constant_list Constants; }; -enum { - OPCODE_REPL_ALPHA = MAX_RC_OPCODE /**< used in paired instructions */ -}; - - static inline rc_swizzle get_swz(unsigned int swz, rc_swizzle idx) { if (idx & 0x4) |