https://bugs.freedesktop.org/show_bug.cgi?id=66858
Priority: medium Bug ID: 66858 Assignee: mesa-dev@lists.freedesktop.org Summary: Missing definition for NVFX_FP_OP_OPCODE_KILL_IF Severity: normal Classification: Unclassified OS: Linux (All) Reporter: andu...@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.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev