Re: [Mesa-dev] [PATCH 2/2] i965: Remove hint_gs_always and resulting dead code

2011-04-11 Thread Eric Anholt
On Mon, 11 Apr 2011 10:30:43 -0700, "Ian Romanick" wrote: > From: Ian Romanick Love this (and the following patch). They are: Reviewed-by: Eric Anholt pgpxMX3txzHX8.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedeskto

[Mesa-dev] [PATCH 2/2] i965: Remove hint_gs_always and resulting dead code

2011-04-11 Thread Ian Romanick
From: Ian Romanick --- src/mesa/drivers/dri/i965/brw_gs.c | 52 +++--- src/mesa/drivers/dri/i965/brw_gs.h |5 +-- src/mesa/drivers/dri/i965/brw_gs_emit.c | 32 --- 3 files changed, 13 insertions(+), 76 deletions(-) diff --git a/src/mesa/