Re: [Mesa-dev] dispatch: unify GLES1 dispatch setup with GLES2/3 and desktop GL.

2012-10-30 Thread Kenneth Graunke
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

[Mesa-dev] dispatch: unify GLES1 dispatch setup with GLES2/3 and desktop GL.

2012-10-30 Thread Paul Berry
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_