summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/bufmgr_fake.c
Commit message (Expand)AuthorAgeFilesLines
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-1361/+0
* [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-1/+1
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-0/+1360
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-1360/+0
* [965] Remove AUB file support.Eric Anholt2007-09-271-100/+0
* Various warning fixes for i965 driver.Keith Packard2007-01-061-1/+3
* i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)Zou Nan hai2007-01-061-2/+14
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-231-1/+1
* 1) Add a new flag in the sarea (coopting the unused texAge value) toKeith Whitwell2006-09-201-1/+13
* quieten debugKeith Whitwell2006-09-121-3/+3
* Basic facility for playing back captured aubfiles. Requires a smallKeith Whitwell2006-09-081-0/+15
* Consistent return values from the bm* functions.Keith Whitwell2006-09-071-7/+7
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-32/+124
* Fix glitch with pool alignments.Keith Whitwell2006-09-071-1/+1
* Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell2006-09-071-6/+13
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+1320