Re: [Mesa-dev] [PATCH 20/23] mesa: Remove remnants of PROGRAM_VARYING.

2012-10-15 Thread Kenneth Graunke
On 10/15/2012 04:22 PM, Eric Anholt wrote: Kenneth Graunke writes: The previous patch removed the producer of things in this file. Since there aren't any, we can remove it. --- src/mesa/main/mtypes.h | 1 - src/mesa/program/prog_parameter_layout.c | 2 +- src/mesa/program

Re: [Mesa-dev] [PATCH 20/23] mesa: Remove remnants of PROGRAM_VARYING.

2012-10-15 Thread Eric Anholt
Kenneth Graunke writes: > The previous patch removed the producer of things in this file. > Since there aren't any, we can remove it. > --- > src/mesa/main/mtypes.h | 1 - > src/mesa/program/prog_parameter_layout.c | 2 +- > src/mesa/program/prog_print.c| 5 - >

[Mesa-dev] [PATCH 20/23] mesa: Remove remnants of PROGRAM_VARYING.

2012-10-14 Thread Kenneth Graunke
The previous patch removed the producer of things in this file. Since there aren't any, we can remove it. --- src/mesa/main/mtypes.h | 1 - src/mesa/program/prog_parameter_layout.c | 2 +- src/mesa/program/prog_print.c| 5 - src/mesa/program/programopt.c