ws/i965: clone the i915 winsys
authorKeith Whitwell <keithw@vmware.com>
Fri, 23 Oct 2009 22:36:02 +0000 (23:36 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 23 Oct 2009 22:36:02 +0000 (23:36 +0100)
commitb7efe646b66e617ff968cb69bad33308c3a2c06a
treeac1b055fa78caa16c438002858355b7cd9fa751c
parent22906f730141a233341f3ec124bbb9dd2e8904e2
ws/i965: clone the i915 winsys

I'll want to rework this, not sure trying to share this code is a very
good idea at least until the interfaces from the two drivers calm
down.
src/gallium/winsys/drm/i965/gem/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/i965/gem/SConscript [new file with mode: 0644]
src/gallium/winsys/drm/i965/gem/intel_drm_api.c [new file with mode: 0644]
src/gallium/winsys/drm/i965/gem/intel_drm_batchbuffer.c [new file with mode: 0644]
src/gallium/winsys/drm/i965/gem/intel_drm_buffer.c [new file with mode: 0644]
src/gallium/winsys/drm/i965/gem/intel_drm_fence.c [new file with mode: 0644]
src/gallium/winsys/drm/i965/gem/intel_drm_winsys.h [new file with mode: 0644]