OSDN Git Service

glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.
authorPaul Berry <stereotype441@gmail.com>
Mon, 22 Oct 2012 23:49:24 +0000 (16:49 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 6 Nov 2012 20:57:42 +0000 (12:57 -0800)
commit3c474657f7dd2c565eff9fe74a1dc5b2c1c92007
tree04e73a51de9cf485739c67298b9a4717120023fd
parentd1b2bd5191db39fa1fc5186b146dcbf05e7847c9
glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.

Future patches will use this annotation when code generating
_mesa_create_exec_table(), to determine which functions should be
dispatched to ES-specific implementations.  exec="es" indicates that
the ES-specific implementation has a name beginning with "_es_"
(e.g. _es_QueryMatrixxOES), and exec="check" indicates that the
ES-specific implementation has a name beginning with "_check_"
(e.g. _check_GetTexGenxvOES).

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mapi/glapi/gen/OES_fixed_point.xml
src/mapi/glapi/gen/OES_single_precision.xml
src/mapi/glapi/gen/es_EXT.xml