Re: [Mesa-dev] [PATCH 1/2] meta: Don't forget to flag state when restoring texobjects.

2011-11-11 Thread Ian Romanick
On 11/11/2011 10:31 AM, Eric Anholt wrote: It's unlikely that we changed the object but no other texture parameter, but be correct anyway. Noticed by inspection. For the series, Reviewed-by: Ian Romanick --- src/mesa/drivers/common/meta.c |7 +-- 1 files changed, 5 insertions(+)

Re: [Mesa-dev] [PATCH 1/2] meta: Don't forget to flag state when restoring texobjects.

2011-11-11 Thread Brian Paul
On 11/11/2011 11:31 AM, Eric Anholt wrote: It's unlikely that we changed the object but no other texture parameter, but be correct anyway. Noticed by inspection. --- src/mesa/drivers/common/meta.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/

[Mesa-dev] [PATCH 1/2] meta: Don't forget to flag state when restoring texobjects.

2011-11-11 Thread Eric Anholt
It's unlikely that we changed the object but no other texture parameter, but be correct anyway. Noticed by inspection. --- src/mesa/drivers/common/meta.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c