glapi: Move to src/mapi/.
authorChia-I Wu <olv@lunarg.com>
Mon, 26 Apr 2010 04:56:44 +0000 (12:56 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 7 May 2010 02:41:11 +0000 (10:41 +0800)
commit296adbd545b8efd38c9ed508166b2de2764a444b
treeb146a292769007902a0aca98cfdd9d8ce7c44b59
parent73ded0624de66bc83ae990530febb129d950d04b
glapi: Move to src/mapi/.

Move glapi to src/mapi/{glapi,es1api,es2api}.
120 files changed:
configs/darwin
configs/default
configs/linux-cell
configs/linux-opengl-es
configure.ac
src/SConscript
src/egl/drivers/dri/Makefile
src/egl/drivers/dri2/Makefile
src/gallium/state_trackers/dri/drm/Makefile
src/gallium/state_trackers/dri/drm/SConscript
src/gallium/state_trackers/dri/sw/Makefile
src/gallium/state_trackers/dri/sw/SConscript
src/gallium/state_trackers/egl/Makefile
src/gallium/state_trackers/es/Makefile
src/gallium/state_trackers/glx/xlib/Makefile
src/gallium/state_trackers/glx/xlib/SConscript
src/gallium/targets/Makefile.dri
src/gallium/targets/SConscript.dri
src/gallium/targets/libgl-xlib/Makefile
src/gallium/targets/libgl-xlib/SConscript
src/gallium/winsys/i965/xlib/Makefile
src/gles/Makefile
src/glx/Makefile
src/mapi/es1api/Makefile [new file with mode: 0644]
src/mapi/es2api/Makefile [new file with mode: 0644]
src/mapi/glapi/.gitignore [moved from src/mesa/glapi/.gitignore with 100% similarity]
src/mapi/glapi/Makefile [new file with mode: 0644]
src/mapi/glapi/SConscript [new file with mode: 0644]
src/mapi/glapi/gen-es/Makefile [moved from src/mesa/es/glapi/Makefile with 88% similarity]
src/mapi/glapi/gen-es/base1_API.xml [moved from src/mesa/es/glapi/base1_API.xml with 99% similarity]
src/mapi/glapi/gen-es/base2_API.xml [moved from src/mesa/es/glapi/base2_API.xml with 99% similarity]
src/mapi/glapi/gen-es/es1_API.xml [moved from src/mesa/es/glapi/es1_API.xml with 99% similarity]
src/mapi/glapi/gen-es/es1_COMPAT.xml [moved from src/mesa/es/glapi/es1_COMPAT.xml with 98% similarity]
src/mapi/glapi/gen-es/es1_EXT.xml [moved from src/mesa/es/glapi/es1_EXT.xml with 99% similarity]
src/mapi/glapi/gen-es/es2_API.xml [moved from src/mesa/es/glapi/es2_API.xml with 99% similarity]
src/mapi/glapi/gen-es/es2_COMPAT.xml [moved from src/mesa/es/glapi/es2_COMPAT.xml with 99% similarity]
src/mapi/glapi/gen-es/es2_EXT.xml [moved from src/mesa/es/glapi/es2_EXT.xml with 99% similarity]
src/mapi/glapi/gen-es/es_COMPAT.xml [moved from src/mesa/es/glapi/es_COMPAT.xml with 99% similarity]
src/mapi/glapi/gen-es/es_EXT.xml [moved from src/mesa/es/glapi/es_EXT.xml with 96% similarity]
src/mapi/glapi/gen-es/gl_compare.py [moved from src/mesa/es/glapi/gl_compare.py with 100% similarity]
src/mapi/glapi/gen-es/gl_parse_header.py [moved from src/mesa/es/glapi/gl_parse_header.py with 100% similarity]
src/mapi/glapi/gen/APPLE_object_purgeable.xml [moved from src/mesa/glapi/gen/APPLE_object_purgeable.xml with 100% similarity]
src/mapi/glapi/gen/APPLE_vertex_array_object.xml [moved from src/mesa/glapi/gen/APPLE_vertex_array_object.xml with 100% similarity]
src/mapi/glapi/gen/ARB_copy_buffer.xml [moved from src/mesa/glapi/gen/ARB_copy_buffer.xml with 100% similarity]
src/mapi/glapi/gen/ARB_depth_clamp.xml [moved from src/mesa/glapi/gen/ARB_depth_clamp.xml with 100% similarity]
src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml [moved from src/mesa/glapi/gen/ARB_draw_elements_base_vertex.xml with 100% similarity]
src/mapi/glapi/gen/ARB_draw_instanced.xml [moved from src/mesa/glapi/gen/ARB_draw_instanced.xml with 100% similarity]
src/mapi/glapi/gen/ARB_framebuffer_object.xml [moved from src/mesa/glapi/gen/ARB_framebuffer_object.xml with 100% similarity]
src/mapi/glapi/gen/ARB_map_buffer_range.xml [moved from src/mesa/glapi/gen/ARB_map_buffer_range.xml with 100% similarity]
src/mapi/glapi/gen/ARB_seamless_cube_map.xml [moved from src/mesa/glapi/gen/ARB_seamless_cube_map.xml with 100% similarity]
src/mapi/glapi/gen/ARB_sync.xml [moved from src/mesa/glapi/gen/ARB_sync.xml with 100% similarity]
src/mapi/glapi/gen/ARB_vertex_array_object.xml [moved from src/mesa/glapi/gen/ARB_vertex_array_object.xml with 100% similarity]
src/mapi/glapi/gen/EXT_draw_buffers2.xml [moved from src/mesa/glapi/gen/EXT_draw_buffers2.xml with 100% similarity]
src/mapi/glapi/gen/EXT_framebuffer_object.xml [moved from src/mesa/glapi/gen/EXT_framebuffer_object.xml with 100% similarity]
src/mapi/glapi/gen/EXT_packed_depth_stencil.xml [moved from src/mesa/glapi/gen/EXT_packed_depth_stencil.xml with 100% similarity]
src/mapi/glapi/gen/EXT_provoking_vertex.xml [moved from src/mesa/glapi/gen/EXT_provoking_vertex.xml with 100% similarity]
src/mapi/glapi/gen/EXT_texture_array.xml [moved from src/mesa/glapi/gen/EXT_texture_array.xml with 100% similarity]
src/mapi/glapi/gen/EXT_transform_feedback.xml [moved from src/mesa/glapi/gen/EXT_transform_feedback.xml with 100% similarity]
src/mapi/glapi/gen/GL3.xml [moved from src/mesa/glapi/gen/GL3.xml with 100% similarity]
src/mapi/glapi/gen/Makefile [moved from src/mesa/glapi/gen/Makefile with 98% similarity]
src/mapi/glapi/gen/NV_conditional_render.xml [moved from src/mesa/glapi/gen/NV_conditional_render.xml with 100% similarity]
src/mapi/glapi/gen/OES_EGL_image.xml [moved from src/mesa/glapi/gen/OES_EGL_image.xml with 100% similarity]
src/mapi/glapi/gen/extension_helper.py [moved from src/mesa/glapi/gen/extension_helper.py with 100% similarity]
src/mapi/glapi/gen/glX_API.xml [moved from src/mesa/glapi/gen/glX_API.xml with 100% similarity]
src/mapi/glapi/gen/glX_XML.py [moved from src/mesa/glapi/gen/glX_XML.py with 100% similarity]
src/mapi/glapi/gen/glX_doc.py [moved from src/mesa/glapi/gen/glX_doc.py with 100% similarity]
src/mapi/glapi/gen/glX_proto_common.py [moved from src/mesa/glapi/gen/glX_proto_common.py with 100% similarity]
src/mapi/glapi/gen/glX_proto_recv.py [moved from src/mesa/glapi/gen/glX_proto_recv.py with 100% similarity]
src/mapi/glapi/gen/glX_proto_send.py [moved from src/mesa/glapi/gen/glX_proto_send.py with 100% similarity]
src/mapi/glapi/gen/glX_proto_size.py [moved from src/mesa/glapi/gen/glX_proto_size.py with 100% similarity]
src/mapi/glapi/gen/glX_server_table.py [moved from src/mesa/glapi/gen/glX_server_table.py with 100% similarity]
src/mapi/glapi/gen/gl_API.dtd [moved from src/mesa/glapi/gen/gl_API.dtd with 100% similarity]
src/mapi/glapi/gen/gl_API.xml [moved from src/mesa/glapi/gen/gl_API.xml with 100% similarity]
src/mapi/glapi/gen/gl_SPARC_asm.py [moved from src/mesa/glapi/gen/gl_SPARC_asm.py with 100% similarity]
src/mapi/glapi/gen/gl_XML.py [moved from src/mesa/glapi/gen/gl_XML.py with 100% similarity]
src/mapi/glapi/gen/gl_and_glX_API.xml [moved from src/mesa/glapi/gen/gl_and_glX_API.xml with 100% similarity]
src/mapi/glapi/gen/gl_apitemp.py [moved from src/mesa/glapi/gen/gl_apitemp.py with 100% similarity]
src/mapi/glapi/gen/gl_enums.py [moved from src/mesa/glapi/gen/gl_enums.py with 100% similarity]
src/mapi/glapi/gen/gl_offsets.py [moved from src/mesa/glapi/gen/gl_offsets.py with 100% similarity]
src/mapi/glapi/gen/gl_procs.py [moved from src/mesa/glapi/gen/gl_procs.py with 100% similarity]
src/mapi/glapi/gen/gl_table.py [moved from src/mesa/glapi/gen/gl_table.py with 100% similarity]
src/mapi/glapi/gen/gl_x86-64_asm.py [moved from src/mesa/glapi/gen/gl_x86-64_asm.py with 100% similarity]
src/mapi/glapi/gen/gl_x86_asm.py [moved from src/mesa/glapi/gen/gl_x86_asm.py with 100% similarity]
src/mapi/glapi/gen/license.py [moved from src/mesa/glapi/gen/license.py with 100% similarity]
src/mapi/glapi/gen/mesadef.py [moved from src/mesa/glapi/gen/mesadef.py with 100% similarity]
src/mapi/glapi/gen/next_available_offset.sh [moved from src/mesa/glapi/gen/next_available_offset.sh with 100% similarity]
src/mapi/glapi/gen/remap_helper.py [moved from src/mesa/glapi/gen/remap_helper.py with 100% similarity]
src/mapi/glapi/gen/typeexpr.py [moved from src/mesa/glapi/gen/typeexpr.py with 100% similarity]
src/mapi/glapi/glapi.c [moved from src/mesa/glapi/glapi.c with 100% similarity]
src/mapi/glapi/glapi.h [moved from src/mesa/glapi/glapi.h with 100% similarity]
src/mapi/glapi/glapi_dispatch.c [moved from src/mesa/glapi/glapi_dispatch.c with 100% similarity]
src/mapi/glapi/glapi_entrypoint.c [moved from src/mesa/glapi/glapi_entrypoint.c with 100% similarity]
src/mapi/glapi/glapi_execmem.c [moved from src/mesa/glapi/glapi_execmem.c with 100% similarity]
src/mapi/glapi/glapi_getproc.c [moved from src/mesa/glapi/glapi_getproc.c with 100% similarity]
src/mapi/glapi/glapi_nop.c [moved from src/mesa/glapi/glapi_nop.c with 100% similarity]
src/mapi/glapi/glapi_priv.h [moved from src/mesa/glapi/glapi_priv.h with 100% similarity]
src/mapi/glapi/glapi_sparc.S [moved from src/mesa/glapi/glapi_sparc.S with 100% similarity]
src/mapi/glapi/glapi_x86-64.S [moved from src/mesa/glapi/glapi_x86-64.S with 100% similarity]
src/mapi/glapi/glapi_x86.S [moved from src/mesa/glapi/glapi_x86.S with 100% similarity]
src/mapi/glapi/glapidispatch.h [moved from src/mesa/glapi/glapidispatch.h with 100% similarity]
src/mapi/glapi/glapioffsets.h [moved from src/mesa/glapi/glapioffsets.h with 100% similarity]
src/mapi/glapi/glapitable.h [moved from src/mesa/glapi/glapitable.h with 100% similarity]
src/mapi/glapi/glapitemp.h [moved from src/mesa/glapi/glapitemp.h with 100% similarity]
src/mapi/glapi/glprocs.h [moved from src/mesa/glapi/glprocs.h with 100% similarity]
src/mapi/glapi/glthread.c [moved from src/mesa/glapi/glthread.c with 100% similarity]
src/mapi/glapi/glthread.h [moved from src/mesa/glapi/glthread.h with 100% similarity]
src/mapi/glapi/sources.mak [new file with mode: 0644]
src/mesa/Makefile
src/mesa/SConscript
src/mesa/drivers/dri/Makefile.template
src/mesa/drivers/fbdev/Makefile
src/mesa/drivers/glslcompiler/Makefile
src/mesa/drivers/osmesa/Makefile
src/mesa/drivers/x11/Makefile
src/mesa/es/Makefile
src/mesa/es/sources.mak
src/mesa/main/es_generator.py
src/mesa/sources.mak
src/mesa/x86-64/Makefile
src/mesa/x86/Makefile