ws/i965: pull in the rest of the i915 winsys tree.
authorKeith Whitwell <keithw@vmware.com>
Fri, 23 Oct 2009 22:37:45 +0000 (23:37 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 23 Oct 2009 22:37:45 +0000 (23:37 +0100)
commitc93d2e4540606bfd878730351dc5b68dc6d3dd8f
tree539748b8afb307b19e8caa53e774d2a7ad6be42a
parentb7efe646b66e617ff968cb69bad33308c3a2c06a
ws/i965: pull in the rest of the i915 winsys tree.

The intel_xorg file looks like it's got quite a bit of code that could
be lifted up into the xorg state tracker -- should really just have a
list of pci ids and a pointer to a screen create func.
src/gallium/winsys/drm/i965/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/i965/SConscript [new file with mode: 0644]
src/gallium/winsys/drm/i965/dri/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/i965/dri/SConscript [new file with mode: 0644]
src/gallium/winsys/drm/i965/egl/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/i965/xorg/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/i965/xorg/intel_xorg.c [new file with mode: 0644]