summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_batch.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add and use USED_BATCH macro.Matt Turner2015-07-151-2/+2
* i965: Add Gen9 surface state decodingBen Widawsky2015-05-181-8/+12
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Reuse libdrm's header for AUB definitions.Eric Anholt2014-07-021-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-5/+5
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-6/+4
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-3/+3
* i965: Completely annotate the batch bo when aub dumping.Paul Berry2012-05-221-1/+47
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt2011-07-111-0/+26
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-0/+1
* i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson2011-02-211-65/+0
* intel: use pwrite for batchChris Wilson2011-02-211-7/+7
* i965: drop state_bo references to batch_boChris Wilson2011-02-211-7/+0
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-131-2/+2
* i965: Add support for streaming indirect state rather than caching objects.Eric Anholt2010-06-111-0/+49
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-3/+3
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-2/+2
* i965: Clean up some mess with the batch cache.Eric Anholt2009-09-241-13/+2
* i965: Remove dead flushing code.Eric Anholt2009-03-051-2/+0
* i965: Remove dead brw->wrap flag.Eric Anholt2008-10-271-2/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-2/+2
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-5/+0
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-2/+0
* [965] Remove AUB file support.Eric Anholt2007-09-271-1/+0
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+122