summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_regions.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-07dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard1-0/+1
2013-08-02intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen1-1/+8
2013-08-02dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen1-0/+7
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+0
2013-07-09i965: Add forward declarations of brw_context to a few places.Kenneth Graunke1-0/+1
2013-07-03i965: Remove some dead code.Kenneth Graunke1-2/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-0/+161
2007-12-15[965] Use shared intel_regions.c.Eric Anholt1-152/+0
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-0/+2
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-11/+21
2007-01-26Bug #9604: Fix a static buffer allocation failure.Eric Anholt1-0/+1
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell1-7/+7
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+139