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)
commit92fcbf6e7bc622dcace226bb70ff6d5cdbdbaecb
tree5baeedd4c71c19e62ae293397ee93064bdca4227
parent6d3831b11d9f5aaba61cc2fb8ade61437ad7c335
Code reorganization: s/aux/auxiliary/.

"aux" is a reserved name on Windows (X_X)
162 files changed:
src/gallium/aux/Makefile [deleted file]
src/gallium/aux/cso_cache/cso_cache.c [deleted file]
src/gallium/aux/cso_cache/cso_cache.h [deleted file]
src/gallium/aux/cso_cache/cso_hash.c [deleted file]
src/gallium/aux/cso_cache/cso_hash.h [deleted file]
src/gallium/aux/draw/Makefile [deleted file]
src/gallium/aux/draw/draw_clip.c [deleted file]
src/gallium/aux/draw/draw_context.c [deleted file]
src/gallium/aux/draw/draw_context.h [deleted file]
src/gallium/aux/draw/draw_cull.c [deleted file]
src/gallium/aux/draw/draw_debug.c [deleted file]
src/gallium/aux/draw/draw_flatshade.c [deleted file]
src/gallium/aux/draw/draw_offset.c [deleted file]
src/gallium/aux/draw/draw_prim.c [deleted file]
src/gallium/aux/draw/draw_private.h [deleted file]
src/gallium/aux/draw/draw_stipple.c [deleted file]
src/gallium/aux/draw/draw_twoside.c [deleted file]
src/gallium/aux/draw/draw_unfilled.c [deleted file]
src/gallium/aux/draw/draw_validate.c [deleted file]
src/gallium/aux/draw/draw_vbuf.c [deleted file]
src/gallium/aux/draw/draw_vbuf.h [deleted file]
src/gallium/aux/draw/draw_vertex.c [deleted file]
src/gallium/aux/draw/draw_vertex.h [deleted file]
src/gallium/aux/draw/draw_vertex_cache.c [deleted file]
src/gallium/aux/draw/draw_vertex_fetch.c [deleted file]
src/gallium/aux/draw/draw_vertex_shader.c [deleted file]
src/gallium/aux/draw/draw_vf.c [deleted file]
src/gallium/aux/draw/draw_vf.h [deleted file]
src/gallium/aux/draw/draw_vf_generic.c [deleted file]
src/gallium/aux/draw/draw_vf_sse.c [deleted file]
src/gallium/aux/draw/draw_wide_prims.c [deleted file]
src/gallium/aux/llvm/Makefile [deleted file]
src/gallium/aux/llvm/gallivm.cpp [deleted file]
src/gallium/aux/llvm/gallivm.h [deleted file]
src/gallium/aux/llvm/gallivm_builtins.cpp [deleted file]
src/gallium/aux/llvm/gallivm_cpu.cpp [deleted file]
src/gallium/aux/llvm/gallivm_p.h [deleted file]
src/gallium/aux/llvm/instructions.cpp [deleted file]
src/gallium/aux/llvm/instructions.h [deleted file]
src/gallium/aux/llvm/instructionssoa.cpp [deleted file]
src/gallium/aux/llvm/instructionssoa.h [deleted file]
src/gallium/aux/llvm/llvm_builtins.c [deleted file]
src/gallium/aux/llvm/loweringpass.cpp [deleted file]
src/gallium/aux/llvm/loweringpass.h [deleted file]
src/gallium/aux/llvm/storage.cpp [deleted file]
src/gallium/aux/llvm/storage.h [deleted file]
src/gallium/aux/llvm/storagesoa.cpp [deleted file]
src/gallium/aux/llvm/storagesoa.h [deleted file]
src/gallium/aux/llvm/tgsitollvm.cpp [deleted file]
src/gallium/aux/llvm/tgsitollvm.h [deleted file]
src/gallium/aux/pipebuffer/Makefile [deleted file]
src/gallium/aux/pipebuffer/linked_list.h [deleted file]
src/gallium/aux/pipebuffer/pb_buffer.h [deleted file]
src/gallium/aux/pipebuffer/pb_buffer_fenced.c [deleted file]
src/gallium/aux/pipebuffer/pb_buffer_fenced.h [deleted file]
src/gallium/aux/pipebuffer/pb_buffer_malloc.c [deleted file]
src/gallium/aux/pipebuffer/pb_bufmgr.h [deleted file]
src/gallium/aux/pipebuffer/pb_bufmgr_fenced.c [deleted file]
src/gallium/aux/pipebuffer/pb_bufmgr_mm.c [deleted file]
src/gallium/aux/pipebuffer/pb_bufmgr_pool.c [deleted file]
src/gallium/aux/pipebuffer/pb_winsys.c [deleted file]
src/gallium/aux/tgsi/Makefile [deleted file]
src/gallium/aux/tgsi/exec/Makefile [deleted file]
src/gallium/aux/tgsi/exec/tgsi_exec.c [deleted file]
src/gallium/aux/tgsi/exec/tgsi_exec.h [deleted file]
src/gallium/aux/tgsi/exec/tgsi_sse2.c [deleted file]
src/gallium/aux/tgsi/exec/tgsi_sse2.h [deleted file]
src/gallium/aux/tgsi/util/tgsi_build.c [deleted file]
src/gallium/aux/tgsi/util/tgsi_build.h [deleted file]
src/gallium/aux/tgsi/util/tgsi_dump.c [deleted file]
src/gallium/aux/tgsi/util/tgsi_dump.h [deleted file]
src/gallium/aux/tgsi/util/tgsi_parse.c [deleted file]
src/gallium/aux/tgsi/util/tgsi_parse.h [deleted file]
src/gallium/aux/tgsi/util/tgsi_transform.c [deleted file]
src/gallium/aux/tgsi/util/tgsi_transform.h [deleted file]
src/gallium/aux/tgsi/util/tgsi_util.c [deleted file]
src/gallium/aux/tgsi/util/tgsi_util.h [deleted file]
src/gallium/aux/util/p_debug.c [deleted file]
src/gallium/aux/util/p_tile.c [deleted file]
src/gallium/aux/util/p_tile.h [deleted file]
src/gallium/aux/util/p_util.c [deleted file]
src/gallium/auxiliary/Makefile [new file with mode: 0644]
src/gallium/auxiliary/cso_cache/cso_cache.c [new file with mode: 0644]
src/gallium/auxiliary/cso_cache/cso_cache.h [new file with mode: 0644]
src/gallium/auxiliary/cso_cache/cso_hash.c [new file with mode: 0644]
src/gallium/auxiliary/cso_cache/cso_hash.h [new file with mode: 0644]
src/gallium/auxiliary/draw/Makefile [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_clip.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_context.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_context.h [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_cull.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_debug.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_flatshade.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_offset.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_prim.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_private.h [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_stipple.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_twoside.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_unfilled.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_validate.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vbuf.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vbuf.h [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vertex.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vertex.h [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vertex_cache.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vertex_fetch.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vertex_shader.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vf.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vf.h [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vf_generic.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_vf_sse.c [new file with mode: 0644]
src/gallium/auxiliary/draw/draw_wide_prims.c [new file with mode: 0644]
src/gallium/auxiliary/llvm/Makefile [new file with mode: 0644]
src/gallium/auxiliary/llvm/gallivm.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/gallivm.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/gallivm_builtins.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/gallivm_cpu.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/gallivm_p.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/instructions.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/instructions.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/instructionssoa.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/instructionssoa.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/llvm_builtins.c [new file with mode: 0644]
src/gallium/auxiliary/llvm/loweringpass.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/loweringpass.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/storage.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/storage.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/storagesoa.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/storagesoa.h [new file with mode: 0644]
src/gallium/auxiliary/llvm/tgsitollvm.cpp [new file with mode: 0644]
src/gallium/auxiliary/llvm/tgsitollvm.h [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/Makefile [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/linked_list.h [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_buffer.h [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_winsys.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/Makefile [new file with mode: 0644]
src/gallium/auxiliary/tgsi/exec/Makefile [new file with mode: 0644]
src/gallium/auxiliary/tgsi/exec/tgsi_exec.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/exec/tgsi_exec.h [new file with mode: 0644]
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c [new file with mode: 0755]
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h [new file with mode: 0755]
src/gallium/auxiliary/tgsi/util/tgsi_build.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_build.h [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_dump.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_dump.h [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_parse.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_parse.h [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_transform.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_transform.h [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_util.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_util.h [new file with mode: 0644]
src/gallium/auxiliary/util/p_debug.c [new file with mode: 0644]
src/gallium/auxiliary/util/p_tile.c [new file with mode: 0644]
src/gallium/auxiliary/util/p_tile.h [new file with mode: 0644]
src/gallium/auxiliary/util/p_util.c [new file with mode: 0644]