summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_urb.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-051-1/+1
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-1/+2
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-10/+10
* i965: Optimize batchbuffer macros.Matt Turner2015-07-151-1/+1
* i965: Add and use USED_BATCH macro.Matt Turner2015-07-151-2/+2
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-1/+1
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-3/+3
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-2/+2
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-2/+2
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-1/+1
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-1/+1
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-221-9/+10
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-13/+13
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-3/+3
* i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry2013-04-111-1/+1
* intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2012-08-121-1/+1
* i965/gen4: Move URB fence recalculate to emit() time.Eric Anholt2011-10-291-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: Handle URB_FENCE erratum for BroadwaterChris Wilson2011-03-041-0/+8
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+2
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-3/+3
* intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-4/+5
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-1/+2
* i965: add support for new chipsetsXiang, Haihao2009-07-131-1/+11
* i965: Increase G4X default VS URB allocation to actually allow 32 threads.Eric Anholt2009-06-301-3/+14
* i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.Eric Anholt2008-11-121-1/+1
* i965: Add a big comment explaining my understanding of URB management.Eric Anholt2008-11-121-1/+38
* i965: Fix copy'n'paste issue that made brw->urb.constrained useless.Eric Anholt2008-11-021-3/+7
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-14/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+14
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-2/+1
* 965: cleanups to state emission from aperture checking and state ordering.Eric Anholt2008-08-081-12/+0
* [i965] This is to fix random crash in some maps of Ut2004 demo.Zou Nan hai2008-04-221-1/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+3
* i965: remove unused hal hooksDave Airlie2008-02-141-15/+0
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-4/+4
* i965: The given urb layout(maximal size of urb entries and theXiang, Haihao2007-03-251-1/+1
* VS nr of urb entries is constrained to be one of a fixed set of values,Keith Whitwell2006-09-141-2/+2
* Potential fix for doom3 lockups. Seems that there is a conflictKeith Whitwell2006-09-121-1/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+215