projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e417d
)
mesa: Note that OPCODE_RFL is not part of ARB_fp (it's NV_fp only).
author
Eric Anholt
<eric@anholt.net>
Thu, 20 Sep 2012 09:39:10 +0000
(11:39 +0200)
committer
Eric Anholt
<eric@anholt.net>
Mon, 8 Oct 2012 15:38:49 +0000
(08:38 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/program/prog_instruction.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_instruction.h
b/src/mesa/program/prog_instruction.h
index 09659ce9c7cacd8a18f6e43dca1eb508d023483f..656556dd4ee3cbf91e3013fb280db53be6d290f5 100644
(file)
--- 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 */