Code reorganization: s/aux/auxiliary/.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Feb 2008 11:07:18 +0000 (20:07 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Feb 2008 11:07:18 +0000 (20:07 +0900)
"aux" is a reserved name on Windows (X_X)

81 files changed:
src/gallium/auxiliary/Makefile [moved from src/gallium/aux/Makefile with 100% similarity]
src/gallium/auxiliary/cso_cache/cso_cache.c [moved from src/gallium/aux/cso_cache/cso_cache.c with 100% similarity]
src/gallium/auxiliary/cso_cache/cso_cache.h [moved from src/gallium/aux/cso_cache/cso_cache.h with 100% similarity]
src/gallium/auxiliary/cso_cache/cso_hash.c [moved from src/gallium/aux/cso_cache/cso_hash.c with 100% similarity]
src/gallium/auxiliary/cso_cache/cso_hash.h [moved from src/gallium/aux/cso_cache/cso_hash.h with 100% similarity]
src/gallium/auxiliary/draw/Makefile [moved from src/gallium/aux/draw/Makefile with 100% similarity]
src/gallium/auxiliary/draw/draw_clip.c [moved from src/gallium/aux/draw/draw_clip.c with 100% similarity]
src/gallium/auxiliary/draw/draw_context.c [moved from src/gallium/aux/draw/draw_context.c with 100% similarity]
src/gallium/auxiliary/draw/draw_context.h [moved from src/gallium/aux/draw/draw_context.h with 100% similarity]
src/gallium/auxiliary/draw/draw_cull.c [moved from src/gallium/aux/draw/draw_cull.c with 100% similarity]
src/gallium/auxiliary/draw/draw_debug.c [moved from src/gallium/aux/draw/draw_debug.c with 100% similarity]
src/gallium/auxiliary/draw/draw_flatshade.c [moved from src/gallium/aux/draw/draw_flatshade.c with 100% similarity]
src/gallium/auxiliary/draw/draw_offset.c [moved from src/gallium/aux/draw/draw_offset.c with 100% similarity]
src/gallium/auxiliary/draw/draw_prim.c [moved from src/gallium/aux/draw/draw_prim.c with 100% similarity]
src/gallium/auxiliary/draw/draw_private.h [moved from src/gallium/aux/draw/draw_private.h with 100% similarity]
src/gallium/auxiliary/draw/draw_stipple.c [moved from src/gallium/aux/draw/draw_stipple.c with 100% similarity]
src/gallium/auxiliary/draw/draw_twoside.c [moved from src/gallium/aux/draw/draw_twoside.c with 100% similarity]
src/gallium/auxiliary/draw/draw_unfilled.c [moved from src/gallium/aux/draw/draw_unfilled.c with 100% similarity]
src/gallium/auxiliary/draw/draw_validate.c [moved from src/gallium/aux/draw/draw_validate.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vbuf.c [moved from src/gallium/aux/draw/draw_vbuf.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vbuf.h [moved from src/gallium/aux/draw/draw_vbuf.h with 100% similarity]
src/gallium/auxiliary/draw/draw_vertex.c [moved from src/gallium/aux/draw/draw_vertex.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vertex.h [moved from src/gallium/aux/draw/draw_vertex.h with 100% similarity]
src/gallium/auxiliary/draw/draw_vertex_cache.c [moved from src/gallium/aux/draw/draw_vertex_cache.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vertex_fetch.c [moved from src/gallium/aux/draw/draw_vertex_fetch.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vertex_shader.c [moved from src/gallium/aux/draw/draw_vertex_shader.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vf.c [moved from src/gallium/aux/draw/draw_vf.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vf.h [moved from src/gallium/aux/draw/draw_vf.h with 100% similarity]
src/gallium/auxiliary/draw/draw_vf_generic.c [moved from src/gallium/aux/draw/draw_vf_generic.c with 100% similarity]
src/gallium/auxiliary/draw/draw_vf_sse.c [moved from src/gallium/aux/draw/draw_vf_sse.c with 100% similarity]
src/gallium/auxiliary/draw/draw_wide_prims.c [moved from src/gallium/aux/draw/draw_wide_prims.c with 100% similarity]
src/gallium/auxiliary/llvm/Makefile [moved from src/gallium/aux/llvm/Makefile with 100% similarity]
src/gallium/auxiliary/llvm/gallivm.cpp [moved from src/gallium/aux/llvm/gallivm.cpp with 100% similarity]
src/gallium/auxiliary/llvm/gallivm.h [moved from src/gallium/aux/llvm/gallivm.h with 100% similarity]
src/gallium/auxiliary/llvm/gallivm_builtins.cpp [moved from src/gallium/aux/llvm/gallivm_builtins.cpp with 100% similarity]
src/gallium/auxiliary/llvm/gallivm_cpu.cpp [moved from src/gallium/aux/llvm/gallivm_cpu.cpp with 100% similarity]
src/gallium/auxiliary/llvm/gallivm_p.h [moved from src/gallium/aux/llvm/gallivm_p.h with 100% similarity]
src/gallium/auxiliary/llvm/instructions.cpp [moved from src/gallium/aux/llvm/instructions.cpp with 100% similarity]
src/gallium/auxiliary/llvm/instructions.h [moved from src/gallium/aux/llvm/instructions.h with 100% similarity]
src/gallium/auxiliary/llvm/instructionssoa.cpp [moved from src/gallium/aux/llvm/instructionssoa.cpp with 100% similarity]
src/gallium/auxiliary/llvm/instructionssoa.h [moved from src/gallium/aux/llvm/instructionssoa.h with 100% similarity]
src/gallium/auxiliary/llvm/llvm_builtins.c [moved from src/gallium/aux/llvm/llvm_builtins.c with 100% similarity]
src/gallium/auxiliary/llvm/loweringpass.cpp [moved from src/gallium/aux/llvm/loweringpass.cpp with 100% similarity]
src/gallium/auxiliary/llvm/loweringpass.h [moved from src/gallium/aux/llvm/loweringpass.h with 100% similarity]
src/gallium/auxiliary/llvm/storage.cpp [moved from src/gallium/aux/llvm/storage.cpp with 100% similarity]
src/gallium/auxiliary/llvm/storage.h [moved from src/gallium/aux/llvm/storage.h with 100% similarity]
src/gallium/auxiliary/llvm/storagesoa.cpp [moved from src/gallium/aux/llvm/storagesoa.cpp with 100% similarity]
src/gallium/auxiliary/llvm/storagesoa.h [moved from src/gallium/aux/llvm/storagesoa.h with 100% similarity]
src/gallium/auxiliary/llvm/tgsitollvm.cpp [moved from src/gallium/aux/llvm/tgsitollvm.cpp with 100% similarity]
src/gallium/auxiliary/llvm/tgsitollvm.h [moved from src/gallium/aux/llvm/tgsitollvm.h with 100% similarity]
src/gallium/auxiliary/pipebuffer/Makefile [moved from src/gallium/aux/pipebuffer/Makefile with 100% similarity]
src/gallium/auxiliary/pipebuffer/linked_list.h [moved from src/gallium/aux/pipebuffer/linked_list.h with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_buffer.h [moved from src/gallium/aux/pipebuffer/pb_buffer.h with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c [moved from src/gallium/aux/pipebuffer/pb_buffer_fenced.c with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h [moved from src/gallium/aux/pipebuffer/pb_buffer_fenced.h with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c [moved from src/gallium/aux/pipebuffer/pb_buffer_malloc.c with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h [moved from src/gallium/aux/pipebuffer/pb_bufmgr.h with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c [moved from src/gallium/aux/pipebuffer/pb_bufmgr_fenced.c with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c [moved from src/gallium/aux/pipebuffer/pb_bufmgr_mm.c with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c [moved from src/gallium/aux/pipebuffer/pb_bufmgr_pool.c with 100% similarity]
src/gallium/auxiliary/pipebuffer/pb_winsys.c [moved from src/gallium/aux/pipebuffer/pb_winsys.c with 100% similarity]
src/gallium/auxiliary/tgsi/Makefile [moved from src/gallium/aux/tgsi/Makefile with 100% similarity]
src/gallium/auxiliary/tgsi/exec/Makefile [moved from src/gallium/aux/tgsi/exec/Makefile with 100% similarity]
src/gallium/auxiliary/tgsi/exec/tgsi_exec.c [moved from src/gallium/aux/tgsi/exec/tgsi_exec.c with 100% similarity]
src/gallium/auxiliary/tgsi/exec/tgsi_exec.h [moved from src/gallium/aux/tgsi/exec/tgsi_exec.h with 100% similarity]
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c [moved from src/gallium/aux/tgsi/exec/tgsi_sse2.c with 100% similarity]
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h [moved from src/gallium/aux/tgsi/exec/tgsi_sse2.h with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_build.c [moved from src/gallium/aux/tgsi/util/tgsi_build.c with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_build.h [moved from src/gallium/aux/tgsi/util/tgsi_build.h with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_dump.c [moved from src/gallium/aux/tgsi/util/tgsi_dump.c with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_dump.h [moved from src/gallium/aux/tgsi/util/tgsi_dump.h with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_parse.c [moved from src/gallium/aux/tgsi/util/tgsi_parse.c with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_parse.h [moved from src/gallium/aux/tgsi/util/tgsi_parse.h with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_transform.c [moved from src/gallium/aux/tgsi/util/tgsi_transform.c with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_transform.h [moved from src/gallium/aux/tgsi/util/tgsi_transform.h with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_util.c [moved from src/gallium/aux/tgsi/util/tgsi_util.c with 100% similarity]
src/gallium/auxiliary/tgsi/util/tgsi_util.h [moved from src/gallium/aux/tgsi/util/tgsi_util.h with 100% similarity]
src/gallium/auxiliary/util/p_debug.c [moved from src/gallium/aux/util/p_debug.c with 100% similarity]
src/gallium/auxiliary/util/p_tile.c [moved from src/gallium/aux/util/p_tile.c with 100% similarity]
src/gallium/auxiliary/util/p_tile.h [moved from src/gallium/aux/util/p_tile.h with 100% similarity]
src/gallium/auxiliary/util/p_util.c [moved from src/gallium/aux/util/p_util.c with 100% similarity]