OSDN Git Service

mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Oct 2012 18:45:00 +0000 (11:45 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Nov 2012 08:00:46 +0000 (00:00 -0800)
commit65faedb0d92e1bef8c79f5d8d233ecb83a148b0a
tree31e2c86a2763af57fb735b0d22308ccdd75c02f5
parent57049219f5b5ed79b89c76aaa376e5e38ecf2fec
mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.

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.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/program/prog_instruction.c
src/mesa/program/prog_instruction.h
src/mesa/program/prog_print.c
src/mesa/state_tracker/st_mesa_to_tgsi.c