Re: [Mesa-dev] [PATCH 13/13] mesa: Drop unused NV_fragment_program opcodes.

2014-11-18 Thread Ian Romanick
Patches 12 and 13 are Reviewed-by: Ian Roamnick The other require_NV_fp opcodes can also be removed from program_lexer.l. ir_to_mesa can generate those opcodes, but we can't get them from an assembly source shader. On 11/12/2014 05:18 PM, Eric Anholt wrote: > The extension itself was deleted 2

[Mesa-dev] [PATCH 13/13] mesa: Drop unused NV_fragment_program opcodes.

2014-11-12 Thread Eric Anholt
The extension itself was deleted 2 years ago. There are still some prog_instruction opcodes from NV_fp that exist because they're used by ir_to_mesa.cpp, though. --- src/mesa/program/prog_execute.c | 144 src/mesa/program/prog_instruction.c | 10 --- src/