Re: [Mesa-dev] [PATCH] mesa: Fix remap_table setup.

2011-05-23 Thread Jose Fonseca
Commited. Thanks. Jose - Original Message - Since the SET_xxx and GET_xxx macros used to initialize the remap_table have been replaced by inline functions, the missing late macro expansion leads to driDispatchRemapTable not being redefined to remap_table, which in turn causes the

[Mesa-dev] [PATCH] mesa: Fix remap_table setup.

2011-05-22 Thread Thierry Reding
Since the SET_xxx and GET_xxx macros used to initialize the remap_table have been replaced by inline functions, the missing late macro expansion leads to driDispatchRemapTable not being redefined to remap_table, which in turn causes the remap_table not to be setup properly. This commit fixes the