aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_regions.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Mark sources for offset getters as constantsTopi Pohjolainen2014-03-051-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-6/+6
* dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard2013-11-071-0/+1
* intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen2013-08-021-1/+8
* dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen2013-08-021-0/+7
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+0
* i965: Add forward declarations of brw_context to a few places.Kenneth Graunke2013-07-091-0/+1
* i965: Remove some dead code.Kenneth Graunke2013-07-031-2/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+161
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-152/+0
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-0/+2
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-11/+21
* Bug #9604: Fix a static buffer allocation failure.Eric Anholt2007-01-261-0/+1
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-7/+7
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+139