Re: [Mesa-dev] [PATCH] mesa: Make enable.c and get.c properly range check clip flags.

2011-09-26 Thread Paul Berry
On 25 September 2011 12:52, Paul Berry wrote: > This is a follow-up to commit > 2d686fe911a89fa477ee3848da41ebfb100500bf, which added decoding of > GL_CLIP_DISTANCE[67] to the _mesa_set_enable() function. This patch > makes the following additional fixes: > > - Uses GL_CLIP_DISTANCEi enums consi

Re: [Mesa-dev] [PATCH] mesa: Make enable.c and get.c properly range check clip flags.

2011-09-26 Thread Brian Paul
On Sun, Sep 25, 2011 at 1:52 PM, Paul Berry wrote: > This is a follow-up to commit > 2d686fe911a89fa477ee3848da41ebfb100500bf, which added decoding of > GL_CLIP_DISTANCE[67] to the _mesa_set_enable() function.  This patch > makes the following additional fixes: > > - Uses GL_CLIP_DISTANCEi enums c

[Mesa-dev] [PATCH] mesa: Make enable.c and get.c properly range check clip flags.

2011-09-25 Thread Paul Berry
This is a follow-up to commit 2d686fe911a89fa477ee3848da41ebfb100500bf, which added decoding of GL_CLIP_DISTANCE[67] to the _mesa_set_enable() function. This patch makes the following additional fixes: - Uses GL_CLIP_DISTANCEi enums consistently within enable.c rather than the deprecated GL_CLI