Re: [Mesa-dev] [PATCH 23/23] meta: Don't save or restore the active client texture

2015-11-13 Thread Anuj Phogat
On Mon, Nov 9, 2015 at 4:56 PM, Ian Romanick wrote: > From: Ian Romanick > > This setting is only used by glTexCoordPointer and related glEnable > calls. Since the preceeding commits removed all of those, it is not > necessary to save, reset to default, or restore this state. > > Signed-off-by:

[Mesa-dev] [PATCH 23/23] meta: Don't save or restore the active client texture

2015-11-09 Thread Ian Romanick
From: Ian Romanick This setting is only used by glTexCoordPointer and related glEnable calls. Since the preceeding commits removed all of those, it is not necessary to save, reset to default, or restore this state. Signed-off-by: Ian Romanick --- src/mesa/drivers/common/meta.c | 3 --- src/me