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

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

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

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

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 ja...@vmware.com wrote: - Original Message - From: Dave Airlie airl...@redhat.com If we had no vertex textures previously and we have none now, don't bother doing the enables dance. Signed-off-by: Dave Airlie airl...@redhat.com ---