Re: [Mesa-dev] [PATCH] mesa/st: Don't modify the context draw/read buffers.

2011-12-09 Thread Jose Fonseca
- Original Message - > On 12/09/2011 01:58 AM, Jose Fonseca wrote: > > - Original Message - > >> On Fri, Dec 9, 2011 at 2:02 PM, Chia-I Wu wrote: > >>> On Thu, Dec 8, 2011 at 10:00 PM, wrote: > From: José Fonseca > > It sets the wrong values (GL_XXX_LEFT instead o

Re: [Mesa-dev] [PATCH] mesa/st: Don't modify the context draw/read buffers.

2011-12-09 Thread Brian Paul
On 12/09/2011 01:58 AM, Jose Fonseca wrote: - Original Message - On Fri, Dec 9, 2011 at 2:02 PM, Chia-I Wu wrote: On Thu, Dec 8, 2011 at 10:00 PM, wrote: From: José Fonseca It sets the wrong values (GL_XXX_LEFT instead of GL_XXX), and no other Mesa driver does this, given that Mesa

Re: [Mesa-dev] [PATCH] mesa/st: Don't modify the context draw/read buffers.

2011-12-09 Thread Jose Fonseca
- Original Message - > On Fri, Dec 9, 2011 at 2:02 PM, Chia-I Wu wrote: > > On Thu, Dec 8, 2011 at 10:00 PM,   wrote: > >> From: José Fonseca > >> > >> It sets the wrong values (GL_XXX_LEFT instead of GL_XXX), and no > >> other > >> Mesa driver does this, given that Mesa sets the right dr

Re: [Mesa-dev] [PATCH] mesa/st: Don't modify the context draw/read buffers.

2011-12-08 Thread Chia-I Wu
On Fri, Dec 9, 2011 at 2:02 PM, Chia-I Wu wrote: > On Thu, Dec 8, 2011 at 10:00 PM,   wrote: >> From: José Fonseca >> >> It sets the wrong values (GL_XXX_LEFT instead of GL_XXX), and no other >> Mesa driver does this, given that Mesa sets the right draw/read buffers >> provided the Mesa visual ha

Re: [Mesa-dev] [PATCH] mesa/st: Don't modify the context draw/read buffers.

2011-12-08 Thread Chia-I Wu
On Thu, Dec 8, 2011 at 10:00 PM, wrote: > From: José Fonseca > > It sets the wrong values (GL_XXX_LEFT instead of GL_XXX), and no other > Mesa driver does this, given that Mesa sets the right draw/read buffers > provided the Mesa visual has the doublebuffer flag filled correctly > which is the c

Re: [Mesa-dev] [PATCH] mesa/st: Don't modify the context draw/read buffers.

2011-12-08 Thread Brian Paul
On 12/08/2011 07:00 AM, jfons...@vmware.com wrote: From: José Fonseca It sets the wrong values (GL_XXX_LEFT instead of GL_XXX), and no other Mesa driver does this, given that Mesa sets the right draw/read buffers provided the Mesa visual has the doublebuffer flag filled correctly which is the ca

[Mesa-dev] [PATCH] mesa/st: Don't modify the context draw/read buffers.

2011-12-08 Thread jfonseca
From: José Fonseca It sets the wrong values (GL_XXX_LEFT instead of GL_XXX), and no other Mesa driver does this, given that Mesa sets the right draw/read buffers provided the Mesa visual has the doublebuffer flag filled correctly which is the case. --- src/mesa/state_tracker/st_manager.c | 64