Re: [Mesa-dev] [PATCH 2/2] glapi/glx: rename 'table' variable to 'disp_table'

2012-09-06 Thread Jose Fonseca
Both patches look good. Reviewed-by: Jose Fonseca Jose - Original Message - > From: Brian Paul > > This fixes an issue where the local 'table' variable was hiding the > function parameter name in glGetColorTable(..., void *table). > > This should be OK as long as there's never a GL e

[Mesa-dev] [PATCH 2/2] glapi/glx: rename 'table' variable to 'disp_table'

2012-09-06 Thread Brian Paul
From: Brian Paul This fixes an issue where the local 'table' variable was hiding the function parameter name in glGetColorTable(..., void *table). This should be OK as long as there's never a GL entrypoint that uses 'disp_table' as a parameter name. Note: This is a candidate for the 9.0 branch.