summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_batchbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-236/+1
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-0/+1
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-2/+2
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-0/+11
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-12/+1
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-1/+12
* [965] Remove AUB file support.Eric Anholt2007-09-271-19/+0
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-231-19/+1
* Consistent return values from the bm* functions.Keith Whitwell2006-09-071-1/+1
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-6/+17
* Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell2006-09-071-1/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+250