On Mon, 5 Dec 2011 09:40:46 -0800, Paul Berry wrote:
> Previously, GS generation code contained a lookup table that mapped
> primitive types POLYGON, TRISTRIP, and TRIFAN to TRILIST, mapped
> LINESTRIP to LINELIST, and left all other primitives unchanged. This
> was silly, because we never gener
Previously, GS generation code contained a lookup table that mapped
primitive types POLYGON, TRISTRIP, and TRIFAN to TRILIST, mapped
LINESTRIP to LINELIST, and left all other primitives unchanged. This
was silly, because we never generate a GS program for those primitive
types anyhow.
This patch