Re: [Mesa-dev] [PATCH 5/5] Increase MAX_CLIP_PLANES to 8

2011-09-19 Thread Paul Berry
On 19 September 2011 10:53, Kenneth Graunke wrote: > On 09/14/2011 12:49 PM, Paul Berry wrote: > >> This will allow drivers to increase ctx->Const.MaxClipPlanes to 8, >> which is required for GLSL-1.30 compliance. >> >> No driver behavior should be affected. However, many data structures >> use

Re: [Mesa-dev] [PATCH 5/5] Increase MAX_CLIP_PLANES to 8

2011-09-19 Thread Kenneth Graunke
On 09/14/2011 12:49 PM, Paul Berry wrote: This will allow drivers to increase ctx->Const.MaxClipPlanes to 8, which is required for GLSL-1.30 compliance. No driver behavior should be affected. However, many data structures use MAX_CLIP_PLANES as an array size, so these arrays will get slightly l

[Mesa-dev] [PATCH 5/5] Increase MAX_CLIP_PLANES to 8

2011-09-14 Thread Paul Berry
This will allow drivers to increase ctx->Const.MaxClipPlanes to 8, which is required for GLSL-1.30 compliance. No driver behavior should be affected. However, many data structures use MAX_CLIP_PLANES as an array size, so these arrays will get slightly larger. --- src/mesa/main/config.h |2 +-