aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_aub.h
Commit message (Collapse)AuthorAgeFilesLines
* Basic facility for playing back captured aubfiles. Requires a smallKeith Whitwell2006-09-081-0/+3
| | | | | | hack to the drm to disable command verification on the cmd_buffer ioctl. Doesn't exactly replay as commands are normally delivered as batchbuffers but are captured and replayed as commands on the ring.
* Consistent return values from the bm* functions.Keith Whitwell2006-09-071-1/+0
| | | | Get aubfile generation working again.
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+170
This driver comes from Tungsten Graphics, with a few further modifications by Intel.