Mesa (master): mesa: Note that OPCODE_RFL is not part of ARB_fp (it' s NV_fp only).

Eric Anholt anholt at kemper.freedesktop.org
Mon Oct 8 15:52:41 UTC 2012


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

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Sep 20 11:39:10 2012 +0200

mesa: Note that OPCODE_RFL is not part of ARB_fp (it's NV_fp only).

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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 09659ce..656556d 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   */




More information about the mesa-commit mailing list