Mesa (master): mesa: remove OPCODE_INT #define

Brian Paul brianp at kemper.freedesktop.org
Sat Nov 8 17:39:41 UTC 2008


Module: Mesa
Branch: master
Commit: f1c9016af16aefc08a3e4e859a897009652dac23
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1c9016af16aefc08a3e4e859a897009652dac23

Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Nov  8 10:33:30 2008 -0700

mesa: remove OPCODE_INT #define

---

 src/mesa/shader/prog_instruction.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h
index 855a80e..8adbe4f 100644
--- 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.
  */




More information about the mesa-commit mailing list