Module: Mesa Branch: master Commit: 44e67398cc5b7aed6f78807e485f600e9eb834bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44e67398cc5b7aed6f78807e485f600e9eb834bb
Author: Ian Romanick <[email protected]> Date: Tue May 12 16:27:12 2015 -0700 glapi: Remove all static_dispatch tags from the XML Changes generated by: cd src/mapi/glapi/gen for i in *.xml; do cat $i |\ sed 's/[[:space:]]*static_dispatch="[^"]*">/>/' |\ sed 's/[[:space:]]*static_dispatch="[^"]*"[[:space:]]*$//' |\ sed 's/[[:space:]]*static_dispatch="[^"]*"[[:space:]]*/ /' > x mv x $i done Comparing the output of nm libGL.so | grep ' T gl[^X]' | sed 's/.* T //' before and after this commit showed no differences. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- src/mapi/glapi/gen/APPLE_vertex_array_object.xml | 8 +- src/mapi/glapi/gen/ARB_internalformat_query.xml | 2 +- src/mapi/glapi/gen/ARB_separate_shader_objects.xml | 122 ++++++++++---------- src/mapi/glapi/gen/EXT_framebuffer_object.xml | 2 +- src/mapi/glapi/gen/EXT_separate_shader_objects.xml | 88 +++++++------- src/mapi/glapi/gen/GL4x.xml | 8 +- src/mapi/glapi/gen/INTEL_performance_query.xml | 20 ++-- src/mapi/glapi/gen/OES_fixed_point.xml | 84 +++++++------- src/mapi/glapi/gen/OES_single_precision.xml | 12 +- src/mapi/glapi/gen/es_EXT.xml | 118 +++++++++---------- src/mapi/glapi/gen/gl_API.xml | 112 +++++++++--------- 11 files changed, 288 insertions(+), 288 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=44e67398cc5b7aed6f78807e485f600e9eb834bb _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
