commit | 65cb74ecc0287d766493fd3649295e2e1b20099b | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Nov 07 09:41:00 2008 -0700 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Fri Nov 07 09:51:25 2008 -0700 |
tree | d277ee691c80a00d96b399090806f2ac86718e06 | |
parent | 37eef7b474c5d9a7c566f9edf35c797c5a98d065 [diff] [blame] |
mesa: added DP2, DP2A instructions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 2cb2014..855a80e 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h
@@ -160,6 +160,8 @@ OPCODE_COS, /* X 2 X X */ OPCODE_DDX, /* X X */ OPCODE_DDY, /* X X */ + OPCODE_DP2, /* 2 */ + OPCODE_DP2A, /* 2 */ OPCODE_DP3, /* X X X X X */ OPCODE_DP4, /* X X X X X */ OPCODE_DPH, /* X X 1.1 */