[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
authorEric Anholt <eric@anholt.net>
Wed, 13 Feb 2008 18:34:20 +0000 (10:34 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 13 Feb 2008 18:38:05 +0000 (10:38 -0800)
commit822b2481ffc0d3e2ca9d24e9443634af2760777c
treef0ebda395782a8b44ffc8cb9d5527e59e4d16968
parentee781a41af95a317f4f37182e0d614e917e0737d
[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.

The 965 path wasn't setting pClipRects for batch submission since it didn't
want kernel cliprect handling before.  The 915 path also grew the INTEL_NO_HW=1
option for testing just driver overhead.
src/mesa/drivers/dri/i915/intel_context.c
src/mesa/drivers/dri/i915/intel_context.h
src/mesa/drivers/dri/i915/intel_ioctl.c [changed from file to symlink]
src/mesa/drivers/dri/i965/intel_ioctl.c [changed from file to symlink]
src/mesa/drivers/dri/intel/intel_ioctl.c [new file with mode: 0644]