[Mesa-dev] [PATCH v2] dispatch: Include GLES1-only functions in dispatch table.
Chad Versace
chad.versace at linux.intel.com
Thu Nov 1 10:20:35 PDT 2012
On 10/31/2012 05:15 PM, Paul Berry wrote:
> Previously dispatch table-related code was generated from gl_API.xml,
> so it did not include slots for GLES1-only functions (such as those
> taking fixed-point arguments).
>
> This patch generates dispatch table-related code from
> gl_and_es_API.xml, so that GLES1-only functions are included. This
> paves the way for future patches that will unify the GLES1 dispatch
> table with the dispatch tables for the other APIs.
>
> The following generated files are affected:
> - glapi_x86.S
> - glapi_x86-64.S
> - glapi_sparc.S
> - glprocs.h
> - glapitemp.h
> - glapitable.h
> - glapi_gentable.c
> - dispatch.h
> - remap_helper.h
>
> Since this change affects makefiles, a full rebuild is required.
>
> Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
More information about the mesa-dev
mailing list