summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_batch.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson1-65/+0
2011-02-21intel: use pwrite for batchChris Wilson1-7/+7
2011-02-21i965: drop state_bo references to batch_boChris Wilson1-7/+0
2010-12-13i965: Add support for using the BLT ring on gen6.Eric Anholt1-2/+2
2010-06-11i965: Add support for streaming indirect state rather than caching objects.Eric Anholt1-0/+49
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-3/+3
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg1-2/+2
2009-09-24i965: Clean up some mess with the batch cache.Eric Anholt1-13/+2
2009-03-05i965: Remove dead flushing code.Eric Anholt1-2/+0
2008-10-27i965: Remove dead brw->wrap flag.Eric Anholt1-2/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-01-10[intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt1-2/+2
2007-12-14[965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt1-5/+0
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-2/+0
2007-09-27[965] Remove AUB file support.Eric Anholt1-1/+0
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+122