nouveau: Factor out common winsys bits into libnouveaudrm.a
authorYounes Manton <younes.m@gmail.com>
Sat, 10 Jan 2009 18:30:29 +0000 (13:30 -0500)
committerYounes Manton <younes.m@gmail.com>
Sat, 10 Jan 2009 18:52:07 +0000 (13:52 -0500)
commit8ee238be7587a232beeb56b1dc3b75e1b8fb903e
treea0b25eda15eb123ff7742f18faa735ea9e10b288
parent734b3cb182b4b7d1075faf60c1a23ab0a55af356
nouveau: Factor out common winsys bits into libnouveaudrm.a
71 files changed:
src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c
src/gallium/winsys/drm/nouveau/Makefile
src/gallium/winsys/drm/nouveau/common/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/Makefile.template [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_bo.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_channel.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_context.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_context.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_device.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_dma.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_dma.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_dri.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_drmif.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_fence.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_grobj.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_local.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_lock.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_notifier.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_pushbuf.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_resource.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_screen.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_screen.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_winsys.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_winsys_pipe.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_winsys_pipe.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nouveau_winsys_softpipe.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nv04_surface.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/common/nv50_surface.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/dri/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/dri/nouveau_context_dri.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/dri/nouveau_context_dri.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/dri/nouveau_screen_dri.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/dri/nouveau_screen_dri.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/dri/nouveau_swapbuffers.c [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/dri/nouveau_swapbuffers.h [new file with mode: 0644]
src/gallium/winsys/drm/nouveau/nouveau_bo.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_channel.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_context.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_context.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_device.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_dma.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_dma.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_dri.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_drmif.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_fence.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_grobj.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_local.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_lock.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_notifier.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_pushbuf.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_resource.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_screen.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_screen.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_swapbuffers.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_swapbuffers.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_winsys.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_winsys_pipe.c [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_winsys_pipe.h [deleted file]
src/gallium/winsys/drm/nouveau/nouveau_winsys_softpipe.c [deleted file]
src/gallium/winsys/drm/nouveau/nv04_surface.c [deleted file]
src/gallium/winsys/drm/nouveau/nv50_surface.c [deleted file]
src/gallium/winsys/g3dvl/nouveau/Makefile
src/gallium/winsys/g3dvl/nouveau/nouveau_context.c [deleted file]
src/gallium/winsys/g3dvl/nouveau/nouveau_context.h [deleted file]
src/gallium/winsys/g3dvl/nouveau/nouveau_context_vl.c [new file with mode: 0644]
src/gallium/winsys/g3dvl/nouveau/nouveau_context_vl.h [new file with mode: 0644]
src/gallium/winsys/g3dvl/nouveau/nouveau_screen.c [deleted file]
src/gallium/winsys/g3dvl/nouveau/nouveau_screen.h [deleted file]
src/gallium/winsys/g3dvl/nouveau/nouveau_screen_vl.c [new file with mode: 0644]
src/gallium/winsys/g3dvl/nouveau/nouveau_screen_vl.h [new file with mode: 0644]
src/gallium/winsys/g3dvl/nouveau/nouveau_swapbuffers.c