Re: [Mesa-dev] [PATCH 02/20] st-api: Have context_create explain why creation failed

2011-12-21 Thread Chia-I Wu
On Wed, Dec 21, 2011 at 4:31 AM, Ian Romanick wrote: > From: Ian Romanick > > This won't be used in the client-side libGL, but the xserver has to > generate a different protocol error depending on the reason context > creation failed. > > Signed-off-by: Ian Romanick > --- >  src/gallium/include/

Re: [Mesa-dev] [PATCH 02/20] st-api: Have context_create explain why creation failed

2011-12-20 Thread Brian Paul
On 12/20/2011 01:31 PM, Ian Romanick wrote: From: Ian Romanick This won't be used in the client-side libGL, but the xserver has to generate a different protocol error depending on the reason context creation failed. Signed-off-by: Ian Romanick --- src/gallium/include/state_tracker/st_api.h

[Mesa-dev] [PATCH 02/20] st-api: Have context_create explain why creation failed

2011-12-20 Thread Ian Romanick
From: Ian Romanick This won't be used in the client-side libGL, but the xserver has to generate a different protocol error depending on the reason context creation failed. Signed-off-by: Ian Romanick --- src/gallium/include/state_tracker/st_api.h | 14 ++ .../state_tracke