aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-231-4/+2
| | | | | | | | passing them to the kernel. This works because all drawing commands in the 965 driver are emitted with the lock held and the batchbuffer is always flushed prior to releasing the lock. This allows multiple cliprects to be dealt with, without replaying entire batchbuffers and redundantly re-emitting state.
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+46
This driver comes from Tungsten Graphics, with a few further modifications by Intel.