aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_regions.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+353
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-305/+1
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-74/+77
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-67/+72
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-0/+2
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-6/+6
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-6/+6
* [965] Remove AUB file support.Eric Anholt2007-09-271-5/+5
* Bug #9604: Fix a static buffer allocation failure.Eric Anholt2007-01-261-1/+1
* Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell2006-11-211-1/+2
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-29/+34
* 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/+289