Module: Mesa Branch: master Commit: ec9e7295800aff0f04815de736127101f770033f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec9e7295800aff0f04815de736127101f770033f
Author: Eric Anholt <[email protected]> Date: Thu Aug 27 09:36:34 2009 -0700 glapi: Add ARB_draw_elements_base_vertex --- src/mesa/drivers/dri/common/extension_helper.h | 58 +- src/mesa/glapi/ARB_draw_elements_base_vertex.xml | 40 + src/mesa/glapi/dispatch.h | 459 +++--- src/mesa/glapi/gl_API.xml | 2 + src/mesa/glapi/glapioffsets.h | 444 +++--- src/mesa/glapi/glapitable.h | 439 +++--- src/mesa/glapi/glapitemp.h | 218 ++- src/mesa/glapi/glprocs.h | 1154 ++++++------ src/mesa/sparc/glapi_sparc.S | 117 +- src/mesa/x86-64/glapi_x86-64.S | 2223 ++++++++++++---------- src/mesa/x86/glapi_x86.S | 137 +- 11 files changed, 2787 insertions(+), 2504 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=ec9e7295800aff0f04815de736127101f770033f _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
