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 <kenn...@whitecape.org>
Reviewed-by: Chad Versace <chad.vers...@linux.intel.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev