Re: [Mesa-dev] [PATCH 1/2] i965: Split brw_set_prim into brw/gen6 variants

2011-10-10 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/2011 10:53 AM, Eric Anholt wrote: > On Fri, 7 Oct 2011 10:16:47 -0700, Chad Versace wrote: >> The "slight optimization to avoid the GS program" in brw_set_prim() is not >> used by Gen 6, since Gen 6 doesn't use a GS program. Also, Gen 6 does

Re: [Mesa-dev] [PATCH 1/2] i965: Split brw_set_prim into brw/gen6 variants

2011-10-10 Thread Eric Anholt
On Fri, 7 Oct 2011 10:16:47 -0700, Chad Versace wrote: > The "slight optimization to avoid the GS program" in brw_set_prim() is not > used by Gen 6, since Gen 6 doesn't use a GS program. Also, Gen 6 doesn't use > reduced primitives. > > Also, document that intel_context.reduced_primitive is only

[Mesa-dev] [PATCH 1/2] i965: Split brw_set_prim into brw/gen6 variants

2011-10-07 Thread Chad Versace
The "slight optimization to avoid the GS program" in brw_set_prim() is not used by Gen 6, since Gen 6 doesn't use a GS program. Also, Gen 6 doesn't use reduced primitives. Also, document that intel_context.reduced_primitive is only used for Gen < 6 Signed-off-by: Chad Versace --- src/mesa/drive