Module: Mesa Branch: master Commit: a83c1d61c2919485b1e8ad33fcf658c85b67ba3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a83c1d61c2919485b1e8ad33fcf658c85b67ba3a
Author: Dave Airlie <[email protected]> Date: Sat Nov 19 13:17:07 2011 +0000 glapi: ARB_blend_func_extended support + regen. (v2) This adds the xml file covering ARB_blend_func_extended. v2: fix SRC1_ALPHA Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Signed-off-by: Dave Airlie <[email protected]> --- src/mapi/glapi/gen/ARB_blend_func_extended.xml | 32 + src/mapi/glapi/gen/gl_API.xml | 1 + src/mapi/glapi/glapi_gentable.c | 14 + src/mapi/glapi/glapi_mapi_tmp.h | 1868 ++++++----- src/mapi/glapi/glapi_sparc.S | 744 ++-- src/mapi/glapi/glapi_x86-64.S | 3446 ++++++++++---------- src/mapi/glapi/glapi_x86.S | 1084 +++--- src/mapi/glapi/glapitable.h | 754 +++--- src/mapi/glapi/glapitemp.h | 202 +- src/mapi/glapi/glprocs.h | 1580 +++++----- src/mesa/main/dispatch.h | 1536 +++++----- src/mesa/main/enums.c | 4294 ++++++++++++------------ src/mesa/main/remap_helper.h | 3728 +++++++++++---------- 13 files changed, 9754 insertions(+), 9529 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=a83c1d61c2919485b1e8ad33fcf658c85b67ba3a _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
