diff options
author | Eric Anholt <[email protected]> | 2012-09-20 11:39:10 +0200 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-08 08:38:49 -0700 |
commit | 6589c0bd56aa3fd102bab1f2ca2168bfc778c650 (patch) | |
tree | 1beff6f6756422f9c088df98fc1cb23a25934fcf /src | |
parent | 88e417d7614aa1dbb46187fb0609a3a2c2291905 (diff) |
mesa: Note that OPCODE_RFL is not part of ARB_fp (it's NV_fp only).
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/program/prog_instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index 09659ce9c7c..656556dd4ee 100644 --- a/src/mesa/program/prog_instruction.h +++ b/src/mesa/program/prog_instruction.h @@ -210,7 +210,7 @@ typedef enum prog_opcode { OPCODE_RCC, /* 1.1 */ OPCODE_RCP, /* X X X X X */ OPCODE_RET, /* 2 2 opt */ - OPCODE_RFL, /* X X */ + OPCODE_RFL, /* X */ OPCODE_RSQ, /* X X X X X */ OPCODE_SCS, /* X X */ OPCODE_SEQ, /* 2 X X */ |