summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_regions.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+353
2007-12-15[965] Use shared intel_regions.c.Eric Anholt1-305/+1
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-74/+77
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-67/+72
2007-11-19[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt1-0/+2
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-6/+6
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-6/+6
2007-09-27[965] Remove AUB file support.Eric Anholt1-5/+5
2007-01-26Bug #9604: Fix a static buffer allocation failure.Eric Anholt1-1/+1
2006-11-21Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell1-1/+2
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell1-29/+34
2006-09-07Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell1-1/+1
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+289