glapi: mv code generation to subdir
authorGeorge Sapountzis <gsapountzis@gmail.com>
Mon, 22 Feb 2010 20:27:48 +0000 (22:27 +0200)
committerGeorge Sapountzis <gsapountzis@gmail.com>
Wed, 24 Feb 2010 00:11:30 +0000 (02:11 +0200)
This just moves files, code generation Makefile will be fixed in next commit for easier review.

42 files changed:
src/mesa/glapi/gen/APPLE_vertex_array_object.xml [moved from src/mesa/glapi/APPLE_vertex_array_object.xml with 100% similarity]
src/mesa/glapi/gen/ARB_copy_buffer.xml [moved from src/mesa/glapi/ARB_copy_buffer.xml with 100% similarity]
src/mesa/glapi/gen/ARB_depth_clamp.xml [moved from src/mesa/glapi/ARB_depth_clamp.xml with 100% similarity]
src/mesa/glapi/gen/ARB_draw_elements_base_vertex.xml [moved from src/mesa/glapi/ARB_draw_elements_base_vertex.xml with 100% similarity]
src/mesa/glapi/gen/ARB_framebuffer_object.xml [moved from src/mesa/glapi/ARB_framebuffer_object.xml with 100% similarity]
src/mesa/glapi/gen/ARB_map_buffer_range.xml [moved from src/mesa/glapi/ARB_map_buffer_range.xml with 100% similarity]
src/mesa/glapi/gen/ARB_seamless_cube_map.xml [moved from src/mesa/glapi/ARB_seamless_cube_map.xml with 100% similarity]
src/mesa/glapi/gen/ARB_sync.xml [moved from src/mesa/glapi/ARB_sync.xml with 100% similarity]
src/mesa/glapi/gen/ARB_vertex_array_object.xml [moved from src/mesa/glapi/ARB_vertex_array_object.xml with 100% similarity]
src/mesa/glapi/gen/EXT_draw_buffers2.xml [moved from src/mesa/glapi/EXT_draw_buffers2.xml with 100% similarity]
src/mesa/glapi/gen/EXT_framebuffer_object.xml [moved from src/mesa/glapi/EXT_framebuffer_object.xml with 100% similarity]
src/mesa/glapi/gen/EXT_packed_depth_stencil.xml [moved from src/mesa/glapi/EXT_packed_depth_stencil.xml with 100% similarity]
src/mesa/glapi/gen/EXT_provoking_vertex.xml [moved from src/mesa/glapi/EXT_provoking_vertex.xml with 100% similarity]
src/mesa/glapi/gen/EXT_texture_array.xml [moved from src/mesa/glapi/EXT_texture_array.xml with 100% similarity]
src/mesa/glapi/gen/Makefile [moved from src/mesa/glapi/Makefile with 100% similarity]
src/mesa/glapi/gen/NV_conditional_render.xml [moved from src/mesa/glapi/NV_conditional_render.xml with 100% similarity]
src/mesa/glapi/gen/extension_helper.py [moved from src/mesa/glapi/extension_helper.py with 100% similarity]
src/mesa/glapi/gen/glX_API.xml [moved from src/mesa/glapi/glX_API.xml with 100% similarity]
src/mesa/glapi/gen/glX_XML.py [moved from src/mesa/glapi/glX_XML.py with 100% similarity]
src/mesa/glapi/gen/glX_doc.py [moved from src/mesa/glapi/glX_doc.py with 100% similarity]
src/mesa/glapi/gen/glX_proto_common.py [moved from src/mesa/glapi/glX_proto_common.py with 100% similarity]
src/mesa/glapi/gen/glX_proto_recv.py [moved from src/mesa/glapi/glX_proto_recv.py with 100% similarity]
src/mesa/glapi/gen/glX_proto_send.py [moved from src/mesa/glapi/glX_proto_send.py with 100% similarity]
src/mesa/glapi/gen/glX_proto_size.py [moved from src/mesa/glapi/glX_proto_size.py with 100% similarity]
src/mesa/glapi/gen/glX_server_table.py [moved from src/mesa/glapi/glX_server_table.py with 100% similarity]
src/mesa/glapi/gen/gl_API.dtd [moved from src/mesa/glapi/gl_API.dtd with 100% similarity]
src/mesa/glapi/gen/gl_API.xml [moved from src/mesa/glapi/gl_API.xml with 100% similarity]
src/mesa/glapi/gen/gl_SPARC_asm.py [moved from src/mesa/glapi/gl_SPARC_asm.py with 100% similarity]
src/mesa/glapi/gen/gl_XML.py [moved from src/mesa/glapi/gl_XML.py with 100% similarity]
src/mesa/glapi/gen/gl_and_glX_API.xml [moved from src/mesa/glapi/gl_and_glX_API.xml with 100% similarity]
src/mesa/glapi/gen/gl_apitemp.py [moved from src/mesa/glapi/gl_apitemp.py with 100% similarity]
src/mesa/glapi/gen/gl_enums.py [moved from src/mesa/glapi/gl_enums.py with 100% similarity]
src/mesa/glapi/gen/gl_offsets.py [moved from src/mesa/glapi/gl_offsets.py with 100% similarity]
src/mesa/glapi/gen/gl_procs.py [moved from src/mesa/glapi/gl_procs.py with 100% similarity]
src/mesa/glapi/gen/gl_table.py [moved from src/mesa/glapi/gl_table.py with 100% similarity]
src/mesa/glapi/gen/gl_x86-64_asm.py [moved from src/mesa/glapi/gl_x86-64_asm.py with 100% similarity]
src/mesa/glapi/gen/gl_x86_asm.py [moved from src/mesa/glapi/gl_x86_asm.py with 100% similarity]
src/mesa/glapi/gen/license.py [moved from src/mesa/glapi/license.py with 100% similarity]
src/mesa/glapi/gen/mesadef.py [moved from src/mesa/glapi/mesadef.py with 100% similarity]
src/mesa/glapi/gen/next_available_offset.sh [moved from src/mesa/glapi/next_available_offset.sh with 100% similarity]
src/mesa/glapi/gen/remap_helper.py [moved from src/mesa/glapi/remap_helper.py with 100% similarity]
src/mesa/glapi/gen/typeexpr.py [moved from src/mesa/glapi/typeexpr.py with 100% similarity]