https://bugs.freedesktop.org/show_bug.cgi?id=66858
Priority: medium
Bug ID: 66858
Assignee: [email protected]
Summary: Missing definition for NVFX_FP_OP_OPCODE_KILL_IF
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: [email protected]
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Other
Product: Mesa
I could not compile ./src/gallium/drivers/nv30/nvfx_fragprog.c because it
contained undefined constant `NVFX_FP_OP_OPCODE_KILL_IF`.
According to this newsletter -
http://www.mail-archive.com/[email protected]/msg41057.html - it
is new name for `NVFX_FP_OP_OPCODE_KIL`.
So I added new define with the value of NVFX_FP_OP_OPCODE_KIL:
#define NVFX_FP_OP_OPCODE_KILL_IF 0x12
To file `./src/gallium/drivers/nv30/nvfx_shader.h`. After this everything went
normal.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev