-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
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
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