projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba5f6b
)
r300/compiler: remove unused enum OPCODE_REPL_ALPHA
author
Marek Olšák
<maraeo@gmail.com>
Thu, 2 Sep 2010 00:42:42 +0000
(
02:42
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Sat, 4 Sep 2010 16:56:21 +0000
(18:56 +0200)
We use RC_OPCODE_REPL_ALPHA instead.
src/mesa/drivers/dri/r300/compiler/radeon_program.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/compiler/radeon_program.h
b/src/mesa/drivers/dri/r300/compiler/radeon_program.h
index ee4fe8192e23a08636fabef81952418df6fead09..5582f56d921b30e21a19a588e05f6230bcc8beee 100644
(file)
--- 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)