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
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.