Re: [Mesa-dev] [PATCH] st/mesa: avoid vertex texture update for 0 case

2012-02-07 Thread Dave Airlie
On Tue, Feb 7, 2012 at 4:29 PM, Jakob Bornecrantz wrote: > - Original Message - >> From: Dave Airlie >> >> If we had no vertex textures previously and we have none now, >> don't bother doing the enables dance. >> >> Signed-off-by: Dave Airlie >> --- >>  src/mesa/state_tracker/st_atom_tex

Re: [Mesa-dev] [PATCH] st/mesa: avoid vertex texture update for 0 case

2012-02-07 Thread Jakob Bornecrantz
- Original Message - > From: Dave Airlie > > If we had no vertex textures previously and we have none now, > don't bother doing the enables dance. > > Signed-off-by: Dave Airlie > --- > src/mesa/state_tracker/st_atom_texture.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions

[Mesa-dev] [PATCH] st/mesa: avoid vertex texture update for 0 case

2012-02-07 Thread Dave Airlie
From: Dave Airlie If we had no vertex textures previously and we have none now, don't bother doing the enables dance. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_atom_texture.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mesa/state_tracker/st_ato