projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24afc8
)
mesa: remove OPCODE_INT #define
author
Brian
<brian.paul@tungstengraphics.com>
Sat, 8 Nov 2008 17:33:30 +0000
(10:33 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Sat, 8 Nov 2008 17:33:30 +0000
(10:33 -0700)
src/mesa/shader/prog_instruction.h
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_instruction.h
b/src/mesa/shader/prog_instruction.h
index 855a80e24245d4b8220a0cb9f8f2b3c2bb4ccf4a..8adbe4f3ca7303122bacd8f6c2093fe9563a50eb 100644
(file)
--- a/
src/mesa/shader/prog_instruction.h
+++ b/
src/mesa/shader/prog_instruction.h
@@
-239,9
+239,6
@@
typedef enum prog_opcode {
} gl_inst_opcode;
-/* temporary, just in case, remove soon */
-#define OPCODE_INT OPCODE_TRUNC
-
/**
* Instruction source register.
*/