Code reorganization: move files into their places.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Feb 2008 08:35:24 +0000 (17:35 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Feb 2008 08:45:40 +0000 (17:45 +0900)
commitb642730be93149baa7556e5791393168ab396175
tree67d174be5d4814261b93bc8b20c027a26d1c3d06
parent4593be34b2a6e494f0e476c8aa8e1d2633fffd47
Code reorganization: move files into their places.

This is in a separate commit to ensure renames are properly preserved.
342 files changed:
src/gallium/Makefile [moved from src/mesa/pipe/Makefile with 100% similarity]
src/gallium/Makefile.template [moved from src/mesa/pipe/Makefile.template with 100% similarity]
src/gallium/README.portability [moved from src/mesa/pipe/README.portability with 100% similarity]
src/gallium/SConscript [moved from src/mesa/pipe/SConscript with 100% similarity]
src/gallium/aux/cso_cache/cso_cache.c [moved from src/mesa/pipe/cso_cache/cso_cache.c with 100% similarity]
src/gallium/aux/cso_cache/cso_cache.h [moved from src/mesa/pipe/cso_cache/cso_cache.h with 100% similarity]
src/gallium/aux/cso_cache/cso_hash.c [moved from src/mesa/pipe/cso_cache/cso_hash.c with 100% similarity]
src/gallium/aux/cso_cache/cso_hash.h [moved from src/mesa/pipe/cso_cache/cso_hash.h with 100% similarity]
src/gallium/aux/draw/Makefile [moved from src/mesa/pipe/draw/Makefile with 100% similarity]
src/gallium/aux/draw/draw_clip.c [moved from src/mesa/pipe/draw/draw_clip.c with 100% similarity]
src/gallium/aux/draw/draw_context.c [moved from src/mesa/pipe/draw/draw_context.c with 100% similarity]
src/gallium/aux/draw/draw_context.h [moved from src/mesa/pipe/draw/draw_context.h with 100% similarity]
src/gallium/aux/draw/draw_cull.c [moved from src/mesa/pipe/draw/draw_cull.c with 100% similarity]
src/gallium/aux/draw/draw_debug.c [moved from src/mesa/pipe/draw/draw_debug.c with 100% similarity]
src/gallium/aux/draw/draw_flatshade.c [moved from src/mesa/pipe/draw/draw_flatshade.c with 100% similarity]
src/gallium/aux/draw/draw_offset.c [moved from src/mesa/pipe/draw/draw_offset.c with 100% similarity]
src/gallium/aux/draw/draw_prim.c [moved from src/mesa/pipe/draw/draw_prim.c with 100% similarity]
src/gallium/aux/draw/draw_private.h [moved from src/mesa/pipe/draw/draw_private.h with 100% similarity]
src/gallium/aux/draw/draw_stipple.c [moved from src/mesa/pipe/draw/draw_stipple.c with 100% similarity]
src/gallium/aux/draw/draw_twoside.c [moved from src/mesa/pipe/draw/draw_twoside.c with 100% similarity]
src/gallium/aux/draw/draw_unfilled.c [moved from src/mesa/pipe/draw/draw_unfilled.c with 100% similarity]
src/gallium/aux/draw/draw_validate.c [moved from src/mesa/pipe/draw/draw_validate.c with 100% similarity]
src/gallium/aux/draw/draw_vbuf.c [moved from src/mesa/pipe/draw/draw_vbuf.c with 100% similarity]
src/gallium/aux/draw/draw_vbuf.h [moved from src/mesa/pipe/draw/draw_vbuf.h with 100% similarity]
src/gallium/aux/draw/draw_vertex.c [moved from src/mesa/pipe/draw/draw_vertex.c with 100% similarity]
src/gallium/aux/draw/draw_vertex.h [moved from src/mesa/pipe/draw/draw_vertex.h with 100% similarity]
src/gallium/aux/draw/draw_vertex_cache.c [moved from src/mesa/pipe/draw/draw_vertex_cache.c with 100% similarity]
src/gallium/aux/draw/draw_vertex_fetch.c [moved from src/mesa/pipe/draw/draw_vertex_fetch.c with 100% similarity]
src/gallium/aux/draw/draw_vertex_shader.c [moved from src/mesa/pipe/draw/draw_vertex_shader.c with 100% similarity]
src/gallium/aux/draw/draw_vf.c [moved from src/mesa/pipe/draw/draw_vf.c with 100% similarity]
src/gallium/aux/draw/draw_vf.h [moved from src/mesa/pipe/draw/draw_vf.h with 100% similarity]
src/gallium/aux/draw/draw_vf_generic.c [moved from src/mesa/pipe/draw/draw_vf_generic.c with 100% similarity]
src/gallium/aux/draw/draw_vf_sse.c [moved from src/mesa/pipe/draw/draw_vf_sse.c with 100% similarity]
src/gallium/aux/draw/draw_wide_prims.c [moved from src/mesa/pipe/draw/draw_wide_prims.c with 100% similarity]
src/gallium/aux/llvm/Makefile [moved from src/mesa/pipe/llvm/Makefile with 100% similarity]
src/gallium/aux/llvm/gallivm.cpp [moved from src/mesa/pipe/llvm/gallivm.cpp with 100% similarity]
src/gallium/aux/llvm/gallivm.h [moved from src/mesa/pipe/llvm/gallivm.h with 100% similarity]
src/gallium/aux/llvm/gallivm_builtins.cpp [moved from src/mesa/pipe/llvm/gallivm_builtins.cpp with 100% similarity]
src/gallium/aux/llvm/gallivm_cpu.cpp [moved from src/mesa/pipe/llvm/gallivm_cpu.cpp with 100% similarity]
src/gallium/aux/llvm/gallivm_p.h [moved from src/mesa/pipe/llvm/gallivm_p.h with 100% similarity]
src/gallium/aux/llvm/instructions.cpp [moved from src/mesa/pipe/llvm/instructions.cpp with 100% similarity]
src/gallium/aux/llvm/instructions.h [moved from src/mesa/pipe/llvm/instructions.h with 100% similarity]
src/gallium/aux/llvm/instructionssoa.cpp [moved from src/mesa/pipe/llvm/instructionssoa.cpp with 100% similarity]
src/gallium/aux/llvm/instructionssoa.h [moved from src/mesa/pipe/llvm/instructionssoa.h with 100% similarity]
src/gallium/aux/llvm/llvm_builtins.c [moved from src/mesa/pipe/llvm/llvm_builtins.c with 100% similarity]
src/gallium/aux/llvm/loweringpass.cpp [moved from src/mesa/pipe/llvm/loweringpass.cpp with 100% similarity]
src/gallium/aux/llvm/loweringpass.h [moved from src/mesa/pipe/llvm/loweringpass.h with 100% similarity]
src/gallium/aux/llvm/storage.cpp [moved from src/mesa/pipe/llvm/storage.cpp with 100% similarity]
src/gallium/aux/llvm/storage.h [moved from src/mesa/pipe/llvm/storage.h with 100% similarity]
src/gallium/aux/llvm/storagesoa.cpp [moved from src/mesa/pipe/llvm/storagesoa.cpp with 100% similarity]
src/gallium/aux/llvm/storagesoa.h [moved from src/mesa/pipe/llvm/storagesoa.h with 100% similarity]
src/gallium/aux/llvm/tgsitollvm.cpp [moved from src/mesa/pipe/llvm/tgsitollvm.cpp with 100% similarity]
src/gallium/aux/llvm/tgsitollvm.h [moved from src/mesa/pipe/llvm/tgsitollvm.h with 100% similarity]
src/gallium/aux/pipebuffer/Makefile [moved from src/mesa/pipe/pipebuffer/Makefile with 100% similarity]
src/gallium/aux/pipebuffer/linked_list.h [moved from src/mesa/pipe/pipebuffer/linked_list.h with 100% similarity]
src/gallium/aux/pipebuffer/pb_buffer.h [moved from src/mesa/pipe/pipebuffer/pb_buffer.h with 100% similarity]
src/gallium/aux/pipebuffer/pb_buffer_fenced.c [moved from src/mesa/pipe/pipebuffer/pb_buffer_fenced.c with 100% similarity]
src/gallium/aux/pipebuffer/pb_buffer_fenced.h [moved from src/mesa/pipe/pipebuffer/pb_buffer_fenced.h with 100% similarity]
src/gallium/aux/pipebuffer/pb_buffer_malloc.c [moved from src/mesa/pipe/pipebuffer/pb_buffer_malloc.c with 100% similarity]
src/gallium/aux/pipebuffer/pb_bufmgr.h [moved from src/mesa/pipe/pipebuffer/pb_bufmgr.h with 100% similarity]
src/gallium/aux/pipebuffer/pb_bufmgr_fenced.c [moved from src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c with 100% similarity]
src/gallium/aux/pipebuffer/pb_bufmgr_mm.c [moved from src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c with 100% similarity]
src/gallium/aux/pipebuffer/pb_bufmgr_pool.c [moved from src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c with 100% similarity]
src/gallium/aux/pipebuffer/pb_winsys.c [moved from src/mesa/pipe/pipebuffer/pb_winsys.c with 100% similarity]
src/gallium/aux/tgsi/Makefile [moved from src/mesa/pipe/tgsi/Makefile with 100% similarity]
src/gallium/aux/tgsi/exec/Makefile [moved from src/mesa/pipe/tgsi/exec/Makefile with 100% similarity]
src/gallium/aux/tgsi/exec/tgsi_exec.c [moved from src/mesa/pipe/tgsi/exec/tgsi_exec.c with 100% similarity]
src/gallium/aux/tgsi/exec/tgsi_exec.h [moved from src/mesa/pipe/tgsi/exec/tgsi_exec.h with 100% similarity]
src/gallium/aux/tgsi/exec/tgsi_sse2.c [moved from src/mesa/pipe/tgsi/exec/tgsi_sse2.c with 100% similarity]
src/gallium/aux/tgsi/exec/tgsi_sse2.h [moved from src/mesa/pipe/tgsi/exec/tgsi_sse2.h with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_build.c [moved from src/mesa/pipe/tgsi/util/tgsi_build.c with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_build.h [moved from src/mesa/pipe/tgsi/util/tgsi_build.h with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_dump.c [moved from src/mesa/pipe/tgsi/util/tgsi_dump.c with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_dump.h [moved from src/mesa/pipe/tgsi/util/tgsi_dump.h with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_parse.c [moved from src/mesa/pipe/tgsi/util/tgsi_parse.c with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_parse.h [moved from src/mesa/pipe/tgsi/util/tgsi_parse.h with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_transform.c [moved from src/mesa/pipe/tgsi/util/tgsi_transform.c with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_transform.h [moved from src/mesa/pipe/tgsi/util/tgsi_transform.h with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_util.c [moved from src/mesa/pipe/tgsi/util/tgsi_util.c with 100% similarity]
src/gallium/aux/tgsi/util/tgsi_util.h [moved from src/mesa/pipe/tgsi/util/tgsi_util.h with 100% similarity]
src/gallium/aux/util/p_debug.c [moved from src/mesa/pipe/util/p_debug.c with 100% similarity]
src/gallium/aux/util/p_tile.c [moved from src/mesa/pipe/util/p_tile.c with 100% similarity]
src/gallium/aux/util/p_tile.h [moved from src/mesa/pipe/util/p_tile.h with 100% similarity]
src/gallium/aux/util/p_util.c [moved from src/mesa/pipe/util/p_util.c with 100% similarity]
src/gallium/drivers/cell/Makefile [moved from src/mesa/pipe/cell/Makefile with 100% similarity]
src/gallium/drivers/cell/common.h [moved from src/mesa/pipe/cell/common.h with 100% similarity]
src/gallium/drivers/cell/ppu/Makefile [moved from src/mesa/pipe/cell/ppu/Makefile with 100% similarity]
src/gallium/drivers/cell/ppu/cell_batch.c [moved from src/mesa/pipe/cell/ppu/cell_batch.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_batch.h [moved from src/mesa/pipe/cell/ppu/cell_batch.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_clear.c [moved from src/mesa/pipe/cell/ppu/cell_clear.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_clear.h [moved from src/mesa/pipe/cell/ppu/cell_clear.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_context.c [moved from src/mesa/pipe/cell/ppu/cell_context.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_context.h [moved from src/mesa/pipe/cell/ppu/cell_context.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_draw_arrays.c [moved from src/mesa/pipe/cell/ppu/cell_draw_arrays.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_draw_arrays.h [moved from src/mesa/pipe/cell/ppu/cell_draw_arrays.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_flush.c [moved from src/mesa/pipe/cell/ppu/cell_flush.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_flush.h [moved from src/mesa/pipe/cell/ppu/cell_flush.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_render.c [moved from src/mesa/pipe/cell/ppu/cell_render.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_render.h [moved from src/mesa/pipe/cell/ppu/cell_render.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_spu.c [moved from src/mesa/pipe/cell/ppu/cell_spu.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_spu.h [moved from src/mesa/pipe/cell/ppu/cell_spu.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state.h [moved from src/mesa/pipe/cell/ppu/cell_state.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_blend.c [moved from src/mesa/pipe/cell/ppu/cell_state_blend.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_clip.c [moved from src/mesa/pipe/cell/ppu/cell_state_clip.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_derived.c [moved from src/mesa/pipe/cell/ppu/cell_state_derived.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_emit.c [moved from src/mesa/pipe/cell/ppu/cell_state_emit.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_emit.h [moved from src/mesa/pipe/cell/ppu/cell_state_emit.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_fs.c [moved from src/mesa/pipe/cell/ppu/cell_state_fs.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_rasterizer.c [moved from src/mesa/pipe/cell/ppu/cell_state_rasterizer.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_sampler.c [moved from src/mesa/pipe/cell/ppu/cell_state_sampler.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_surface.c [moved from src/mesa/pipe/cell/ppu/cell_state_surface.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_state_vertex.c [moved from src/mesa/pipe/cell/ppu/cell_state_vertex.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_surface.c [moved from src/mesa/pipe/cell/ppu/cell_surface.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_surface.h [moved from src/mesa/pipe/cell/ppu/cell_surface.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_texture.c [moved from src/mesa/pipe/cell/ppu/cell_texture.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_texture.h [moved from src/mesa/pipe/cell/ppu/cell_texture.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_vbuf.c [moved from src/mesa/pipe/cell/ppu/cell_vbuf.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_vbuf.h [moved from src/mesa/pipe/cell/ppu/cell_vbuf.h with 100% similarity]
src/gallium/drivers/cell/ppu/cell_vertex_shader.c [moved from src/mesa/pipe/cell/ppu/cell_vertex_shader.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_winsys.c [moved from src/mesa/pipe/cell/ppu/cell_winsys.c with 100% similarity]
src/gallium/drivers/cell/ppu/cell_winsys.h [moved from src/mesa/pipe/cell/ppu/cell_winsys.h with 100% similarity]
src/gallium/drivers/cell/spu/Makefile [moved from src/mesa/pipe/cell/spu/Makefile with 100% similarity]
src/gallium/drivers/cell/spu/spu_blend.c [moved from src/mesa/pipe/cell/spu/spu_blend.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_blend.h [moved from src/mesa/pipe/cell/spu/spu_blend.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_colorpack.h [moved from src/mesa/pipe/cell/spu/spu_colorpack.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_exec.c [moved from src/mesa/pipe/cell/spu/spu_exec.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_exec.h [moved from src/mesa/pipe/cell/spu/spu_exec.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_main.c [moved from src/mesa/pipe/cell/spu/spu_main.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_main.h [moved from src/mesa/pipe/cell/spu/spu_main.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_render.c [moved from src/mesa/pipe/cell/spu/spu_render.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_render.h [moved from src/mesa/pipe/cell/spu/spu_render.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_texture.c [moved from src/mesa/pipe/cell/spu/spu_texture.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_texture.h [moved from src/mesa/pipe/cell/spu/spu_texture.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_tile.c [moved from src/mesa/pipe/cell/spu/spu_tile.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_tile.h [moved from src/mesa/pipe/cell/spu/spu_tile.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_tri.c [moved from src/mesa/pipe/cell/spu/spu_tri.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_tri.h [moved from src/mesa/pipe/cell/spu/spu_tri.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_util.c [moved from src/mesa/pipe/cell/spu/spu_util.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_vertex_fetch.c [moved from src/mesa/pipe/cell/spu/spu_vertex_fetch.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_vertex_shader.c [moved from src/mesa/pipe/cell/spu/spu_vertex_shader.c with 100% similarity]
src/gallium/drivers/cell/spu/spu_vertex_shader.h [moved from src/mesa/pipe/cell/spu/spu_vertex_shader.h with 100% similarity]
src/gallium/drivers/cell/spu/spu_ztest.h [moved from src/mesa/pipe/cell/spu/spu_ztest.h with 100% similarity]
src/gallium/drivers/failover/Makefile [moved from src/mesa/pipe/failover/Makefile with 100% similarity]
src/gallium/drivers/failover/fo_context.c [moved from src/mesa/pipe/failover/fo_context.c with 100% similarity]
src/gallium/drivers/failover/fo_context.h [moved from src/mesa/pipe/failover/fo_context.h with 100% similarity]
src/gallium/drivers/failover/fo_state.c [moved from src/mesa/pipe/failover/fo_state.c with 100% similarity]
src/gallium/drivers/failover/fo_state_emit.c [moved from src/mesa/pipe/failover/fo_state_emit.c with 100% similarity]
src/gallium/drivers/failover/fo_winsys.h [moved from src/mesa/pipe/failover/fo_winsys.h with 100% similarity]
src/gallium/drivers/i915simple/Makefile [moved from src/mesa/pipe/i915simple/Makefile with 100% similarity]
src/gallium/drivers/i915simple/SConscript [moved from src/mesa/pipe/i915simple/SConscript with 100% similarity]
src/gallium/drivers/i915simple/i915_batch.h [moved from src/mesa/pipe/i915simple/i915_batch.h with 100% similarity]
src/gallium/drivers/i915simple/i915_blit.c [moved from src/mesa/pipe/i915simple/i915_blit.c with 100% similarity]
src/gallium/drivers/i915simple/i915_blit.h [moved from src/mesa/pipe/i915simple/i915_blit.h with 100% similarity]
src/gallium/drivers/i915simple/i915_clear.c [moved from src/mesa/pipe/i915simple/i915_clear.c with 100% similarity]
src/gallium/drivers/i915simple/i915_context.c [moved from src/mesa/pipe/i915simple/i915_context.c with 100% similarity]
src/gallium/drivers/i915simple/i915_context.h [moved from src/mesa/pipe/i915simple/i915_context.h with 100% similarity]
src/gallium/drivers/i915simple/i915_debug.c [moved from src/mesa/pipe/i915simple/i915_debug.c with 100% similarity]
src/gallium/drivers/i915simple/i915_debug.h [moved from src/mesa/pipe/i915simple/i915_debug.h with 100% similarity]
src/gallium/drivers/i915simple/i915_debug_fp.c [moved from src/mesa/pipe/i915simple/i915_debug_fp.c with 100% similarity]
src/gallium/drivers/i915simple/i915_flush.c [moved from src/mesa/pipe/i915simple/i915_flush.c with 100% similarity]
src/gallium/drivers/i915simple/i915_fpc.h [moved from src/mesa/pipe/i915simple/i915_fpc.h with 100% similarity]
src/gallium/drivers/i915simple/i915_fpc_emit.c [moved from src/mesa/pipe/i915simple/i915_fpc_emit.c with 100% similarity]
src/gallium/drivers/i915simple/i915_fpc_translate.c [moved from src/mesa/pipe/i915simple/i915_fpc_translate.c with 100% similarity]
src/gallium/drivers/i915simple/i915_prim_emit.c [moved from src/mesa/pipe/i915simple/i915_prim_emit.c with 100% similarity]
src/gallium/drivers/i915simple/i915_prim_vbuf.c [moved from src/mesa/pipe/i915simple/i915_prim_vbuf.c with 100% similarity]
src/gallium/drivers/i915simple/i915_reg.h [moved from src/mesa/pipe/i915simple/i915_reg.h with 100% similarity]
src/gallium/drivers/i915simple/i915_state.c [moved from src/mesa/pipe/i915simple/i915_state.c with 100% similarity]
src/gallium/drivers/i915simple/i915_state.h [moved from src/mesa/pipe/i915simple/i915_state.h with 100% similarity]
src/gallium/drivers/i915simple/i915_state_derived.c [moved from src/mesa/pipe/i915simple/i915_state_derived.c with 100% similarity]
src/gallium/drivers/i915simple/i915_state_dynamic.c [moved from src/mesa/pipe/i915simple/i915_state_dynamic.c with 100% similarity]
src/gallium/drivers/i915simple/i915_state_emit.c [moved from src/mesa/pipe/i915simple/i915_state_emit.c with 100% similarity]
src/gallium/drivers/i915simple/i915_state_immediate.c [moved from src/mesa/pipe/i915simple/i915_state_immediate.c with 100% similarity]
src/gallium/drivers/i915simple/i915_state_inlines.h [moved from src/mesa/pipe/i915simple/i915_state_inlines.h with 100% similarity]
src/gallium/drivers/i915simple/i915_state_sampler.c [moved from src/mesa/pipe/i915simple/i915_state_sampler.c with 100% similarity]
src/gallium/drivers/i915simple/i915_strings.c [moved from src/mesa/pipe/i915simple/i915_strings.c with 100% similarity]
src/gallium/drivers/i915simple/i915_surface.c [moved from src/mesa/pipe/i915simple/i915_surface.c with 100% similarity]
src/gallium/drivers/i915simple/i915_texture.c [moved from src/mesa/pipe/i915simple/i915_texture.c with 100% similarity]
src/gallium/drivers/i915simple/i915_texture.h [moved from src/mesa/pipe/i915simple/i915_texture.h with 100% similarity]
src/gallium/drivers/i915simple/i915_winsys.h [moved from src/mesa/pipe/i915simple/i915_winsys.h with 100% similarity]
src/gallium/drivers/i965simple/Makefile [moved from src/mesa/pipe/i965simple/Makefile with 100% similarity]
src/gallium/drivers/i965simple/SConscript [moved from src/mesa/pipe/i965simple/SConscript with 100% similarity]
src/gallium/drivers/i965simple/brw_batch.h [moved from src/mesa/pipe/i965simple/brw_batch.h with 100% similarity]
src/gallium/drivers/i965simple/brw_blit.c [moved from src/mesa/pipe/i965simple/brw_blit.c with 100% similarity]
src/gallium/drivers/i965simple/brw_blit.h [moved from src/mesa/pipe/i965simple/brw_blit.h with 100% similarity]
src/gallium/drivers/i965simple/brw_cc.c [moved from src/mesa/pipe/i965simple/brw_cc.c with 100% similarity]
src/gallium/drivers/i965simple/brw_clip.c [moved from src/mesa/pipe/i965simple/brw_clip.c with 100% similarity]
src/gallium/drivers/i965simple/brw_clip.h [moved from src/mesa/pipe/i965simple/brw_clip.h with 100% similarity]
src/gallium/drivers/i965simple/brw_clip_line.c [moved from src/mesa/pipe/i965simple/brw_clip_line.c with 100% similarity]
src/gallium/drivers/i965simple/brw_clip_point.c [moved from src/mesa/pipe/i965simple/brw_clip_point.c with 100% similarity]
src/gallium/drivers/i965simple/brw_clip_state.c [moved from src/mesa/pipe/i965simple/brw_clip_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_clip_tri.c [moved from src/mesa/pipe/i965simple/brw_clip_tri.c with 100% similarity]
src/gallium/drivers/i965simple/brw_clip_unfilled.c [moved from src/mesa/pipe/i965simple/brw_clip_unfilled.c with 100% similarity]
src/gallium/drivers/i965simple/brw_clip_util.c [moved from src/mesa/pipe/i965simple/brw_clip_util.c with 100% similarity]
src/gallium/drivers/i965simple/brw_context.c [moved from src/mesa/pipe/i965simple/brw_context.c with 100% similarity]
src/gallium/drivers/i965simple/brw_context.h [moved from src/mesa/pipe/i965simple/brw_context.h with 100% similarity]
src/gallium/drivers/i965simple/brw_curbe.c [moved from src/mesa/pipe/i965simple/brw_curbe.c with 100% similarity]
src/gallium/drivers/i965simple/brw_defines.h [moved from src/mesa/pipe/i965simple/brw_defines.h with 100% similarity]
src/gallium/drivers/i965simple/brw_draw.c [moved from src/mesa/pipe/i965simple/brw_draw.c with 100% similarity]
src/gallium/drivers/i965simple/brw_draw.h [moved from src/mesa/pipe/i965simple/brw_draw.h with 100% similarity]
src/gallium/drivers/i965simple/brw_draw_upload.c [moved from src/mesa/pipe/i965simple/brw_draw_upload.c with 100% similarity]
src/gallium/drivers/i965simple/brw_eu.c [moved from src/mesa/pipe/i965simple/brw_eu.c with 100% similarity]
src/gallium/drivers/i965simple/brw_eu.h [moved from src/mesa/pipe/i965simple/brw_eu.h with 100% similarity]
src/gallium/drivers/i965simple/brw_eu_debug.c [moved from src/mesa/pipe/i965simple/brw_eu_debug.c with 100% similarity]
src/gallium/drivers/i965simple/brw_eu_emit.c [moved from src/mesa/pipe/i965simple/brw_eu_emit.c with 100% similarity]
src/gallium/drivers/i965simple/brw_eu_util.c [moved from src/mesa/pipe/i965simple/brw_eu_util.c with 100% similarity]
src/gallium/drivers/i965simple/brw_flush.c [moved from src/mesa/pipe/i965simple/brw_flush.c with 100% similarity]
src/gallium/drivers/i965simple/brw_gs.c [moved from src/mesa/pipe/i965simple/brw_gs.c with 100% similarity]
src/gallium/drivers/i965simple/brw_gs.h [moved from src/mesa/pipe/i965simple/brw_gs.h with 100% similarity]
src/gallium/drivers/i965simple/brw_gs_emit.c [moved from src/mesa/pipe/i965simple/brw_gs_emit.c with 100% similarity]
src/gallium/drivers/i965simple/brw_gs_state.c [moved from src/mesa/pipe/i965simple/brw_gs_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_misc_state.c [moved from src/mesa/pipe/i965simple/brw_misc_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_reg.h [moved from src/mesa/pipe/i965simple/brw_reg.h with 100% similarity]
src/gallium/drivers/i965simple/brw_sf.c [moved from src/mesa/pipe/i965simple/brw_sf.c with 100% similarity]
src/gallium/drivers/i965simple/brw_sf.h [moved from src/mesa/pipe/i965simple/brw_sf.h with 100% similarity]
src/gallium/drivers/i965simple/brw_sf_emit.c [moved from src/mesa/pipe/i965simple/brw_sf_emit.c with 100% similarity]
src/gallium/drivers/i965simple/brw_sf_state.c [moved from src/mesa/pipe/i965simple/brw_sf_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_shader_info.c [moved from src/mesa/pipe/i965simple/brw_shader_info.c with 100% similarity]
src/gallium/drivers/i965simple/brw_state.c [moved from src/mesa/pipe/i965simple/brw_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_state.h [moved from src/mesa/pipe/i965simple/brw_state.h with 100% similarity]
src/gallium/drivers/i965simple/brw_state_batch.c [moved from src/mesa/pipe/i965simple/brw_state_batch.c with 100% similarity]
src/gallium/drivers/i965simple/brw_state_cache.c [moved from src/mesa/pipe/i965simple/brw_state_cache.c with 100% similarity]
src/gallium/drivers/i965simple/brw_state_pool.c [moved from src/mesa/pipe/i965simple/brw_state_pool.c with 100% similarity]
src/gallium/drivers/i965simple/brw_state_upload.c [moved from src/mesa/pipe/i965simple/brw_state_upload.c with 100% similarity]
src/gallium/drivers/i965simple/brw_strings.c [moved from src/mesa/pipe/i965simple/brw_strings.c with 100% similarity]
src/gallium/drivers/i965simple/brw_structs.h [moved from src/mesa/pipe/i965simple/brw_structs.h with 100% similarity]
src/gallium/drivers/i965simple/brw_surface.c [moved from src/mesa/pipe/i965simple/brw_surface.c with 100% similarity]
src/gallium/drivers/i965simple/brw_tex_layout.c [moved from src/mesa/pipe/i965simple/brw_tex_layout.c with 100% similarity]
src/gallium/drivers/i965simple/brw_tex_layout.h [moved from src/mesa/pipe/i965simple/brw_tex_layout.h with 100% similarity]
src/gallium/drivers/i965simple/brw_urb.c [moved from src/mesa/pipe/i965simple/brw_urb.c with 100% similarity]
src/gallium/drivers/i965simple/brw_util.c [moved from src/mesa/pipe/i965simple/brw_util.c with 100% similarity]
src/gallium/drivers/i965simple/brw_util.h [moved from src/mesa/pipe/i965simple/brw_util.h with 100% similarity]
src/gallium/drivers/i965simple/brw_vs.c [moved from src/mesa/pipe/i965simple/brw_vs.c with 100% similarity]
src/gallium/drivers/i965simple/brw_vs.h [moved from src/mesa/pipe/i965simple/brw_vs.h with 100% similarity]
src/gallium/drivers/i965simple/brw_vs_emit.c [moved from src/mesa/pipe/i965simple/brw_vs_emit.c with 100% similarity]
src/gallium/drivers/i965simple/brw_vs_state.c [moved from src/mesa/pipe/i965simple/brw_vs_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_winsys.h [moved from src/mesa/pipe/i965simple/brw_winsys.h with 100% similarity]
src/gallium/drivers/i965simple/brw_wm.c [moved from src/mesa/pipe/i965simple/brw_wm.c with 100% similarity]
src/gallium/drivers/i965simple/brw_wm.h [moved from src/mesa/pipe/i965simple/brw_wm.h with 100% similarity]
src/gallium/drivers/i965simple/brw_wm_decl.c [moved from src/mesa/pipe/i965simple/brw_wm_decl.c with 100% similarity]
src/gallium/drivers/i965simple/brw_wm_glsl.c [moved from src/mesa/pipe/i965simple/brw_wm_glsl.c with 100% similarity]
src/gallium/drivers/i965simple/brw_wm_iz.c [moved from src/mesa/pipe/i965simple/brw_wm_iz.c with 100% similarity]
src/gallium/drivers/i965simple/brw_wm_sampler_state.c [moved from src/mesa/pipe/i965simple/brw_wm_sampler_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_wm_state.c [moved from src/mesa/pipe/i965simple/brw_wm_state.c with 100% similarity]
src/gallium/drivers/i965simple/brw_wm_surface_state.c [moved from src/mesa/pipe/i965simple/brw_wm_surface_state.c with 100% similarity]
src/gallium/drivers/softpipe/Makefile [moved from src/mesa/pipe/softpipe/Makefile with 100% similarity]
src/gallium/drivers/softpipe/SConscript [moved from src/mesa/pipe/softpipe/SConscript with 100% similarity]
src/gallium/drivers/softpipe/sp_clear.c [moved from src/mesa/pipe/softpipe/sp_clear.c with 100% similarity]
src/gallium/drivers/softpipe/sp_clear.h [moved from src/mesa/pipe/softpipe/sp_clear.h with 100% similarity]
src/gallium/drivers/softpipe/sp_context.c [moved from src/mesa/pipe/softpipe/sp_context.c with 100% similarity]
src/gallium/drivers/softpipe/sp_context.h [moved from src/mesa/pipe/softpipe/sp_context.h with 100% similarity]
src/gallium/drivers/softpipe/sp_draw_arrays.c [moved from src/mesa/pipe/softpipe/sp_draw_arrays.c with 100% similarity]
src/gallium/drivers/softpipe/sp_flush.c [moved from src/mesa/pipe/softpipe/sp_flush.c with 100% similarity]
src/gallium/drivers/softpipe/sp_flush.h [moved from src/mesa/pipe/softpipe/sp_flush.h with 100% similarity]
src/gallium/drivers/softpipe/sp_headers.h [moved from src/mesa/pipe/softpipe/sp_headers.h with 100% similarity]
src/gallium/drivers/softpipe/sp_prim_setup.c [moved from src/mesa/pipe/softpipe/sp_prim_setup.c with 100% similarity]
src/gallium/drivers/softpipe/sp_prim_setup.h [moved from src/mesa/pipe/softpipe/sp_prim_setup.h with 100% similarity]
src/gallium/drivers/softpipe/sp_prim_vbuf.c [moved from src/mesa/pipe/softpipe/sp_prim_vbuf.c with 100% similarity]
src/gallium/drivers/softpipe/sp_prim_vbuf.h [moved from src/mesa/pipe/softpipe/sp_prim_vbuf.h with 100% similarity]
src/gallium/drivers/softpipe/sp_quad.c [moved from src/mesa/pipe/softpipe/sp_quad.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad.h [moved from src/mesa/pipe/softpipe/sp_quad.h with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_alpha_test.c [moved from src/mesa/pipe/softpipe/sp_quad_alpha_test.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_blend.c [moved from src/mesa/pipe/softpipe/sp_quad_blend.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_bufloop.c [moved from src/mesa/pipe/softpipe/sp_quad_bufloop.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_colormask.c [moved from src/mesa/pipe/softpipe/sp_quad_colormask.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_coverage.c [moved from src/mesa/pipe/softpipe/sp_quad_coverage.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_depth_test.c [moved from src/mesa/pipe/softpipe/sp_quad_depth_test.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_earlyz.c [moved from src/mesa/pipe/softpipe/sp_quad_earlyz.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_fs.c [moved from src/mesa/pipe/softpipe/sp_quad_fs.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_occlusion.c [moved from src/mesa/pipe/softpipe/sp_quad_occlusion.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_output.c [moved from src/mesa/pipe/softpipe/sp_quad_output.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_stencil.c [moved from src/mesa/pipe/softpipe/sp_quad_stencil.c with 100% similarity]
src/gallium/drivers/softpipe/sp_quad_stipple.c [moved from src/mesa/pipe/softpipe/sp_quad_stipple.c with 100% similarity]
src/gallium/drivers/softpipe/sp_query.c [moved from src/mesa/pipe/softpipe/sp_query.c with 100% similarity]
src/gallium/drivers/softpipe/sp_query.h [moved from src/mesa/pipe/softpipe/sp_query.h with 100% similarity]
src/gallium/drivers/softpipe/sp_state.h [moved from src/mesa/pipe/softpipe/sp_state.h with 100% similarity]
src/gallium/drivers/softpipe/sp_state_blend.c [moved from src/mesa/pipe/softpipe/sp_state_blend.c with 100% similarity]
src/gallium/drivers/softpipe/sp_state_clip.c [moved from src/mesa/pipe/softpipe/sp_state_clip.c with 100% similarity]
src/gallium/drivers/softpipe/sp_state_derived.c [moved from src/mesa/pipe/softpipe/sp_state_derived.c with 100% similarity]
src/gallium/drivers/softpipe/sp_state_fs.c [moved from src/mesa/pipe/softpipe/sp_state_fs.c with 100% similarity]
src/gallium/drivers/softpipe/sp_state_rasterizer.c [moved from src/mesa/pipe/softpipe/sp_state_rasterizer.c with 100% similarity]
src/gallium/drivers/softpipe/sp_state_sampler.c [moved from src/mesa/pipe/softpipe/sp_state_sampler.c with 100% similarity]
src/gallium/drivers/softpipe/sp_state_surface.c [moved from src/mesa/pipe/softpipe/sp_state_surface.c with 100% similarity]
src/gallium/drivers/softpipe/sp_state_vertex.c [moved from src/mesa/pipe/softpipe/sp_state_vertex.c with 100% similarity]
src/gallium/drivers/softpipe/sp_surface.c [moved from src/mesa/pipe/softpipe/sp_surface.c with 100% similarity]
src/gallium/drivers/softpipe/sp_surface.h [moved from src/mesa/pipe/softpipe/sp_surface.h with 100% similarity]
src/gallium/drivers/softpipe/sp_tex_sample.c [moved from src/mesa/pipe/softpipe/sp_tex_sample.c with 100% similarity]
src/gallium/drivers/softpipe/sp_tex_sample.h [moved from src/mesa/pipe/softpipe/sp_tex_sample.h with 100% similarity]
src/gallium/drivers/softpipe/sp_texture.c [moved from src/mesa/pipe/softpipe/sp_texture.c with 100% similarity]
src/gallium/drivers/softpipe/sp_texture.h [moved from src/mesa/pipe/softpipe/sp_texture.h with 100% similarity]
src/gallium/drivers/softpipe/sp_tile_cache.c [moved from src/mesa/pipe/softpipe/sp_tile_cache.c with 100% similarity]
src/gallium/drivers/softpipe/sp_tile_cache.h [moved from src/mesa/pipe/softpipe/sp_tile_cache.h with 100% similarity]
src/gallium/drivers/softpipe/sp_winsys.h [moved from src/mesa/pipe/softpipe/sp_winsys.h with 100% similarity]
src/gallium/include/pipe/p_compiler.h [moved from src/mesa/pipe/p_compiler.h with 100% similarity]
src/gallium/include/pipe/p_context.h [moved from src/mesa/pipe/p_context.h with 100% similarity]
src/gallium/include/pipe/p_debug.h [moved from src/mesa/pipe/p_debug.h with 100% similarity]
src/gallium/include/pipe/p_defines.h [moved from src/mesa/pipe/p_defines.h with 100% similarity]
src/gallium/include/pipe/p_format.h [moved from src/mesa/pipe/p_format.h with 100% similarity]
src/gallium/include/pipe/p_inlines.h [moved from src/mesa/pipe/p_inlines.h with 100% similarity]
src/gallium/include/pipe/p_shader_tokens.h [moved from src/mesa/pipe/p_shader_tokens.h with 100% similarity]
src/gallium/include/pipe/p_state.h [moved from src/mesa/pipe/p_state.h with 100% similarity]
src/gallium/include/pipe/p_thread.h [moved from src/mesa/pipe/p_thread.h with 100% similarity]
src/gallium/include/pipe/p_util.h [moved from src/mesa/pipe/p_util.h with 100% similarity]
src/gallium/include/pipe/p_winsys.h [moved from src/mesa/pipe/p_winsys.h with 100% similarity]
src/gallium/winsys/dri/intel/Makefile [moved from src/mesa/drivers/dri/intel_winsys/Makefile with 100% similarity]
src/gallium/winsys/dri/intel/SConscript [moved from src/mesa/drivers/dri/intel_winsys/SConscript with 100% similarity]
src/gallium/winsys/dri/intel/intel_batchbuffer.c [moved from src/mesa/drivers/dri/intel_winsys/intel_batchbuffer.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_batchbuffer.h [moved from src/mesa/drivers/dri/intel_winsys/intel_batchbuffer.h with 100% similarity]
src/gallium/winsys/dri/intel/intel_batchpool.c [moved from src/mesa/drivers/dri/intel_winsys/intel_batchpool.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_batchpool.h [moved from src/mesa/drivers/dri/intel_winsys/intel_batchpool.h with 100% similarity]
src/gallium/winsys/dri/intel/intel_context.c [moved from src/mesa/drivers/dri/intel_winsys/intel_context.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_context.h [moved from src/mesa/drivers/dri/intel_winsys/intel_context.h with 100% similarity]
src/gallium/winsys/dri/intel/intel_lock.c [moved from src/mesa/drivers/dri/intel_winsys/intel_lock.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_reg.h [moved from src/mesa/drivers/dri/intel_winsys/intel_reg.h with 100% similarity]
src/gallium/winsys/dri/intel/intel_screen.c [moved from src/mesa/drivers/dri/intel_winsys/intel_screen.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_screen.h [moved from src/mesa/drivers/dri/intel_winsys/intel_screen.h with 100% similarity]
src/gallium/winsys/dri/intel/intel_swapbuffers.c [moved from src/mesa/drivers/dri/intel_winsys/intel_swapbuffers.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_swapbuffers.h [moved from src/mesa/drivers/dri/intel_winsys/intel_swapbuffers.h with 100% similarity]
src/gallium/winsys/dri/intel/intel_winsys.h [moved from src/mesa/drivers/dri/intel_winsys/intel_winsys.h with 100% similarity]
src/gallium/winsys/dri/intel/intel_winsys_i915.c [moved from src/mesa/drivers/dri/intel_winsys/intel_winsys_i915.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_winsys_pipe.c [moved from src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c with 100% similarity]
src/gallium/winsys/dri/intel/intel_winsys_softpipe.c [moved from src/mesa/drivers/dri/intel_winsys/intel_winsys_softpipe.c with 100% similarity]
src/gallium/winsys/dri/intel/server/i830_common.h [moved from src/mesa/drivers/dri/intel_winsys/server/i830_common.h with 100% similarity]
src/gallium/winsys/dri/intel/server/i830_dri.h [moved from src/mesa/drivers/dri/intel_winsys/server/i830_dri.h with 100% similarity]
src/gallium/winsys/dri/intel/server/intel.h [moved from src/mesa/drivers/dri/intel_winsys/server/intel.h with 100% similarity]
src/gallium/winsys/dri/intel/server/intel_dri.c [moved from src/mesa/drivers/dri/intel_winsys/server/intel_dri.c with 100% similarity]
src/gallium/winsys/xlib/brw_aub.c [moved from src/mesa/pipe/xlib/brw_aub.c with 100% similarity]
src/gallium/winsys/xlib/brw_aub.h [moved from src/mesa/pipe/xlib/brw_aub.h with 100% similarity]
src/gallium/winsys/xlib/fakeglx.c [moved from src/mesa/pipe/xlib/fakeglx.c with 100% similarity]
src/gallium/winsys/xlib/glxapi.c [moved from src/mesa/pipe/xlib/glxapi.c with 100% similarity]
src/gallium/winsys/xlib/glxapi.h [moved from src/mesa/pipe/xlib/glxapi.h with 100% similarity]
src/gallium/winsys/xlib/glxheader.h [moved from src/mesa/pipe/xlib/glxheader.h with 100% similarity]
src/gallium/winsys/xlib/realglx.c [moved from src/mesa/pipe/xlib/realglx.c with 100% similarity]
src/gallium/winsys/xlib/realglx.h [moved from src/mesa/pipe/xlib/realglx.h with 100% similarity]
src/gallium/winsys/xlib/xfonts.c [moved from src/mesa/pipe/xlib/xfonts.c with 100% similarity]
src/gallium/winsys/xlib/xfonts.h [moved from src/mesa/pipe/xlib/xfonts.h with 100% similarity]
src/gallium/winsys/xlib/xm_api.c [moved from src/mesa/pipe/xlib/xm_api.c with 100% similarity]
src/gallium/winsys/xlib/xm_image.c [moved from src/mesa/pipe/xlib/xm_image.c with 100% similarity]
src/gallium/winsys/xlib/xm_image.h [moved from src/mesa/pipe/xlib/xm_image.h with 100% similarity]
src/gallium/winsys/xlib/xm_winsys.c [moved from src/mesa/pipe/xlib/xm_winsys.c with 100% similarity]
src/gallium/winsys/xlib/xm_winsys_aub.c [moved from src/mesa/pipe/xlib/xm_winsys_aub.c with 100% similarity]
src/gallium/winsys/xlib/xm_winsys_aub.h [moved from src/mesa/pipe/xlib/xm_winsys_aub.h with 100% similarity]
src/gallium/winsys/xlib/xmesaP.h [moved from src/mesa/pipe/xlib/xmesaP.h with 100% similarity]