Re: [Mesa-dev] [PATCH] mesa: Remove unused tnl items from dd_functions

2011-09-30 Thread Ian Romanick
On 09/30/2011 10:45 AM, Chad Versace wrote: Remove NeedValidate and ValidateTnlModule. Signed-off-by: Chad Versace Reviewed-by: Ian Romanick Hurray for not being locked into a fixed core/driver interface! --- src/mesa/drivers/common/driverfuncs.c |2 -- src/mesa/main/dd.h

Re: [Mesa-dev] [PATCH] mesa: Remove unused tnl items from dd_functions

2011-09-30 Thread Eric Anholt
On Fri, 30 Sep 2011 10:45:27 -0700, Chad Versace wrote: > Remove NeedValidate and ValidateTnlModule. > > Signed-off-by: Chad Versace Reviewed-by: Eric Anholt pgp9WRcTbtcJh.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.free

[Mesa-dev] [PATCH] mesa: Remove unused tnl items from dd_functions

2011-09-30 Thread Chad Versace
Remove NeedValidate and ValidateTnlModule. Signed-off-by: Chad Versace --- src/mesa/drivers/common/driverfuncs.c |2 -- src/mesa/main/dd.h| 19 --- 2 files changed, 0 insertions(+), 21 deletions(-) diff --git a/src/mesa/drivers/common/driverfuncs.c b/s