Re: [Mesa-dev] [PATCH 03/10] i965 gs: Remove unnecessary mapping of key->primitive.

2011-12-06 Thread Eric Anholt
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

[Mesa-dev] [PATCH 03/10] i965 gs: Remove unnecessary mapping of key->primitive.

2011-12-05 Thread Paul Berry
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