On 10/30/2012 10:42 AM, Paul Berry wrote:
Currently we use two separate functions to initialize the dispatch
table depending on the API: _mesa_create_exec_table_es1(), which
handles GLES1, and _mesa_create_exec_table(), which handles all other
APIs. _mesa_create_exec_table_es1() is code-generate
Currently we use two separate functions to initialize the dispatch
table depending on the API: _mesa_create_exec_table_es1(), which
handles GLES1, and _mesa_create_exec_table(), which handles all other
APIs. _mesa_create_exec_table_es1() is code-generated based on
src/mesa/main/APIspec.xml; _mesa_