[Mesa-dev] [PATCH 2/3] mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.
Brian Paul
brianp at vmware.com
Tue Oct 16 12:36:47 PDT 2012
On 10/16/2012 12:57 PM, Kenneth Graunke wrote:
> These were only used for geometry shader support back in the days before
> the new GLSL compiler. Future geometry shader support will not use
> these.
> ---
> src/mesa/program/prog_instruction.c | 2 --
> src/mesa/program/prog_instruction.h | 2 --
> src/mesa/program/prog_print.c | 6 ------
> src/mesa/state_tracker/st_mesa_to_tgsi.c | 4 ----
> 4 files changed, 14 deletions(-)
For the series:
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list