consolidate intel directories.
authorAlan Hourihane <alanh@tungstengraphics.com>
Sun, 17 Aug 2008 19:17:18 +0000 (20:17 +0100)
committerAlan Hourihane <alanh@tungstengraphics.com>
Sun, 17 Aug 2008 19:17:18 +0000 (20:17 +0100)
commitccf1910dd4b2a8ccd04ddbdf725b6dd3f8026eee
tree53cf029a3bb113f3a8fd66eef378c515e18c447d
parent2037b1381c129c74ba87a092484258608583d34e
consolidate intel directories.

we now have

src/gallium/winsys/drm/intel/{common,dri,egl}
100 files changed:
configs/default
configs/linux-dri
src/gallium/winsys/SConscript
src/gallium/winsys/common/Makefile [deleted file]
src/gallium/winsys/common/Makefile.template [deleted file]
src/gallium/winsys/common/intel_drm/Makefile [deleted file]
src/gallium/winsys/common/intel_drm/glthread.h [deleted file]
src/gallium/winsys/common/intel_drm/intel_be_batchbuffer.c [deleted file]
src/gallium/winsys/common/intel_drm/intel_be_batchbuffer.h [deleted file]
src/gallium/winsys/common/intel_drm/intel_be_context.c [deleted file]
src/gallium/winsys/common/intel_drm/intel_be_context.h [deleted file]
src/gallium/winsys/common/intel_drm/intel_be_device.c [deleted file]
src/gallium/winsys/common/intel_drm/intel_be_device.h [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_bufmgr.c [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_bufmgr.h [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_bufpool.h [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_drmpool.c [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_fencemgr.c [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_fencemgr.h [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_mallocpool.c [deleted file]
src/gallium/winsys/common/intel_drm/ws_dri_slabpool.c [deleted file]
src/gallium/winsys/dri/Makefile [deleted file]
src/gallium/winsys/dri/Makefile.template [deleted file]
src/gallium/winsys/dri/SConscript [deleted file]
src/gallium/winsys/dri/intel/Makefile [deleted file]
src/gallium/winsys/dri/intel/SConscript [deleted file]
src/gallium/winsys/dri/intel/intel_batchbuffer.h [deleted file]
src/gallium/winsys/dri/intel/intel_context.c [deleted file]
src/gallium/winsys/dri/intel/intel_context.h [deleted file]
src/gallium/winsys/dri/intel/intel_lock.c [deleted file]
src/gallium/winsys/dri/intel/intel_reg.h [deleted file]
src/gallium/winsys/dri/intel/intel_screen.c [deleted file]
src/gallium/winsys/dri/intel/intel_screen.h [deleted file]
src/gallium/winsys/dri/intel/intel_swapbuffers.c [deleted file]
src/gallium/winsys/dri/intel/intel_swapbuffers.h [deleted file]
src/gallium/winsys/dri/intel/intel_winsys_softpipe.c [deleted file]
src/gallium/winsys/dri/intel/intel_winsys_softpipe.h [deleted file]
src/gallium/winsys/dri/intel/server/i830_common.h [deleted file]
src/gallium/winsys/dri/intel/server/i830_dri.h [deleted file]
src/gallium/winsys/drm/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/Makefile.template [new file with mode: 0644]
src/gallium/winsys/drm/SConscript [new file with mode: 0644]
src/gallium/winsys/drm/intel/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/Makefile.template [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/glthread.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/intel_be_batchbuffer.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/intel_be_batchbuffer.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/intel_be_context.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/intel_be_context.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/intel_be_device.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/intel_be_device.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_bufmgr.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_bufmgr.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_bufpool.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_drmpool.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_fencemgr.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_fencemgr.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_mallocpool.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/common/ws_dri_slabpool.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/SConscript [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_batchbuffer.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_context.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_context.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_lock.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_reg.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_screen.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_screen.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_swapbuffers.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_swapbuffers.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_winsys_softpipe.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/intel_winsys_softpipe.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/server/i830_common.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/dri/server/i830_dri.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/SConscript [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_batchbuffer.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_context.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_context.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_device.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_device.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_egl.c [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_egl.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_reg.h [new file with mode: 0644]
src/gallium/winsys/drm/intel/egl/intel_swapbuffers.c [new file with mode: 0644]
src/gallium/winsys/egl_drm/Makefile [deleted file]
src/gallium/winsys/egl_drm/Makefile.template [deleted file]
src/gallium/winsys/egl_drm/intel/Makefile [deleted file]
src/gallium/winsys/egl_drm/intel/SConscript [deleted file]
src/gallium/winsys/egl_drm/intel/intel_batchbuffer.h [deleted file]
src/gallium/winsys/egl_drm/intel/intel_context.c [deleted file]
src/gallium/winsys/egl_drm/intel/intel_context.h [deleted file]
src/gallium/winsys/egl_drm/intel/intel_device.c [deleted file]
src/gallium/winsys/egl_drm/intel/intel_device.h [deleted file]
src/gallium/winsys/egl_drm/intel/intel_egl.c [deleted file]
src/gallium/winsys/egl_drm/intel/intel_egl.h [deleted file]
src/gallium/winsys/egl_drm/intel/intel_reg.h [deleted file]
src/gallium/winsys/egl_drm/intel/intel_swapbuffers.c [deleted file]
src/gallium/winsys/gdi/wmesa.c