Module: Mesa Branch: master Commit: 5ed51e950f8b5850cada5aa6289215dbf254c1c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ed51e950f8b5850cada5aa6289215dbf254c1c7
Author: Brian Paul <[email protected]> Date: Sun Nov 21 09:19:23 2010 -0700 mesa: hook up GL 3.x entrypoints Fix up some details in the xml files and regenerate dispatch files. --- src/mapi/glapi/gen/ARB_draw_instanced.xml | 28 +- src/mapi/glapi/gen/EXT_gpu_shader4.xml | 20 +- src/mapi/glapi/gen/EXT_transform_feedback.xml | 45 - src/mapi/glapi/gen/GL3x.xml | 202 +- src/mapi/glapi/gen/Makefile | 4 +- src/mapi/glapi/gen/gl_API.xml | 2 + src/mapi/glapi/glapi_sparc.S | 1000 ++-- src/mapi/glapi/glapi_x86-64.S | 4386 ++++++++------- src/mapi/glapi/glapi_x86.S | 1424 +++--- src/mapi/glapi/glapitable.h | 891 ++-- src/mapi/glapi/glapitemp.h | 630 ++- src/mapi/glapi/glprocs.h | 1764 ++++--- src/mesa/main/api_exec.c | 9 + src/mesa/main/enums.c | 7345 +++++++++++++------------ src/mesa/main/glapidispatch.h | 1846 ++++--- src/mesa/main/remap_helper.h | 3980 +++++++------- src/mesa/main/vtxfmt.c | 4 +- 17 files changed, 12566 insertions(+), 11014 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=5ed51e950f8b5850cada5aa6289215dbf254c1c7 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
