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