glapi: Remove all offset tags from the XML
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 13 May 2015 02:15:09 +0000 (19:15 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 16 May 2015 03:23:31 +0000 (20:23 -0700)
commitf507d33d4fd0834529b77c2e24271904a14247ac
tree151e44a84559cde6501f361a91fd7a08d50966ca
parent2b419e0db92248ca768d2d26aa2f8276c70356e2
glapi: Remove all offset tags from the XML

Changes generated by:

    cd src/mapi/glapi/gen
    for i in *.xml; do
        cat $i |\
        sed 's/[[:space:]]*offset="[^"]*">/>/' |\
        sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*$//' |\
        sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*/ /' > x
        mv x $i
    done

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
60 files changed:
src/mapi/glapi/gen/AMD_performance_monitor.xml
src/mapi/glapi/gen/APPLE_object_purgeable.xml
src/mapi/glapi/gen/APPLE_vertex_array_object.xml
src/mapi/glapi/gen/ARB_ES2_compatibility.xml
src/mapi/glapi/gen/ARB_base_instance.xml
src/mapi/glapi/gen/ARB_blend_func_extended.xml
src/mapi/glapi/gen/ARB_clear_buffer_object.xml
src/mapi/glapi/gen/ARB_clear_texture.xml
src/mapi/glapi/gen/ARB_clip_control.xml
src/mapi/glapi/gen/ARB_compute_shader.xml
src/mapi/glapi/gen/ARB_copy_buffer.xml
src/mapi/glapi/gen/ARB_copy_image.xml
src/mapi/glapi/gen/ARB_direct_state_access.xml
src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
src/mapi/glapi/gen/ARB_draw_indirect.xml
src/mapi/glapi/gen/ARB_draw_instanced.xml
src/mapi/glapi/gen/ARB_framebuffer_object.xml
src/mapi/glapi/gen/ARB_get_program_binary.xml
src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml
src/mapi/glapi/gen/ARB_internalformat_query.xml
src/mapi/glapi/gen/ARB_invalidate_subdata.xml
src/mapi/glapi/gen/ARB_map_buffer_range.xml
src/mapi/glapi/gen/ARB_multi_bind.xml
src/mapi/glapi/gen/ARB_program_interface_query.xml
src/mapi/glapi/gen/ARB_robustness.xml
src/mapi/glapi/gen/ARB_sampler_objects.xml
src/mapi/glapi/gen/ARB_separate_shader_objects.xml
src/mapi/glapi/gen/ARB_shader_atomic_counters.xml
src/mapi/glapi/gen/ARB_shader_image_load_store.xml
src/mapi/glapi/gen/ARB_sync.xml
src/mapi/glapi/gen/ARB_texture_buffer_range.xml
src/mapi/glapi/gen/ARB_texture_multisample.xml
src/mapi/glapi/gen/ARB_texture_storage.xml
src/mapi/glapi/gen/ARB_texture_storage_multisample.xml
src/mapi/glapi/gen/ARB_texture_view.xml
src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
src/mapi/glapi/gen/ARB_vertex_array_object.xml
src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml
src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
src/mapi/glapi/gen/ARB_viewport_array.xml
src/mapi/glapi/gen/EXT_framebuffer_object.xml
src/mapi/glapi/gen/EXT_gpu_shader4.xml
src/mapi/glapi/gen/EXT_provoking_vertex.xml
src/mapi/glapi/gen/EXT_separate_shader_objects.xml
src/mapi/glapi/gen/EXT_texture_integer.xml
src/mapi/glapi/gen/EXT_transform_feedback.xml
src/mapi/glapi/gen/GL3x.xml
src/mapi/glapi/gen/GL4x.xml
src/mapi/glapi/gen/INTEL_performance_query.xml
src/mapi/glapi/gen/KHR_debug.xml
src/mapi/glapi/gen/NV_primitive_restart.xml
src/mapi/glapi/gen/NV_texture_barrier.xml
src/mapi/glapi/gen/NV_vdpau_interop.xml
src/mapi/glapi/gen/OES_EGL_image.xml
src/mapi/glapi/gen/OES_fixed_point.xml
src/mapi/glapi/gen/es_EXT.xml
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_and_es_API.xml