mesa: Fix remap_table setup.
authorThierry Reding <thierry@gilfi.de>
Sun, 22 May 2011 12:07:22 +0000 (14:07 +0200)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 23 May 2011 15:19:44 +0000 (16:19 +0100)
commit5af46e836073d2112b147b524e441bdb808cc128
tree9c8b4b2fb5391fb13cef10ef9da5b21dd7f65341
parente8b1c6d6f55f5be3bef25084fdd8b6127517e137
mesa: Fix remap_table setup.

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 issue by moving the table redefinition after the
definition of driDispatchRemapTable but in front of the inline function
definitions.
src/mapi/glapi/gen/gl_table.py
src/mesa/main/es_generator.py