[Mesa-dev] [Bug 66858] New: Missing definition for NVFX_FP_OP_OPCODE_KILL_IF
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 12 08:04:05 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66858
Priority: medium
Bug ID: 66858
Assignee: mesa-dev at lists.freedesktop.org
Summary: Missing definition for NVFX_FP_OP_OPCODE_KILL_IF
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: andunai at gmail.com
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/mesa-dev@lists.freedesktop.org/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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130712/d676be49/attachment.html>
More information about the mesa-dev
mailing list