summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_urb.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ślusarz1-2/+2
2018-05-22i965: Remove ring switching entirelyJason Ekstrand1-1/+1
2017-09-01i965: Drop the BRW_BATCH_STRUCT macro.Kenneth Graunke1-1/+1
2017-08-30i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin1-1/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-1/+3
2017-05-26i965/gen4: Expose the guts of URB recalculation as a helperJason Ekstrand1-5/+10
2017-05-10i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.Kenneth Graunke1-1/+1
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-1/+1
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-1/+2
2015-11-25i965: remove trailing spaces in various filesIago Toral Quiroga1-10/+10
2015-07-15i965: Optimize batchbuffer macros.Matt Turner1-1/+1
2015-07-15i965: Add and use USED_BATCH macro.Matt Turner1-2/+2
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-1/+1
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-3/+3
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-2/+2
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-2/+2
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-1/+1
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-1/+1
2014-02-22i965: Move the remaining driver debug over to stderr.Eric Anholt1-9/+10
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-13/+13
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-3/+3
2013-04-11i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry1-1/+1
2012-08-12intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt1-1/+1
2011-10-29i965/gen4: Move URB fence recalculate to emit() time.Eric Anholt1-1/+1
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-1/+1
2011-03-04i965: Handle URB_FENCE erratum for BroadwaterChris Wilson1-0/+8
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-2/+2
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang1-1/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-3/+3
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt1-4/+5
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-1/+2
2009-07-13i965: add support for new chipsetsXiang, Haihao1-1/+11
2009-06-30i965: Increase G4X default VS URB allocation to actually allow 32 threads.Eric Anholt1-3/+14
2008-11-12i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.Eric Anholt1-1/+1
2008-11-12i965: Add a big comment explaining my understanding of URB management.Eric Anholt1-1/+38
2008-11-02i965: Fix copy'n'paste issue that made brw->urb.constrained useless.Eric Anholt1-3/+7
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-14/+1
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-1/+14
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt1-2/+1
2008-08-08965: cleanups to state emission from aperture checking and state ordering.Eric Anholt1-12/+0
2008-04-22 [i965] This is to fix random crash in some maps of Ut2004 demo.Zou Nan hai1-1/+1
2008-04-18i965: initial attempt at fixing the aperture overflowDave Airlie1-2/+3
2008-02-14i965: remove unused hal hooksDave Airlie1-15/+0
2008-01-29i965: new integrated graphics chipset supportXiang, Haihao1-4/+4
2007-03-25i965: The given urb layout(maximal size of urb entries and theXiang, Haihao1-1/+1
2006-09-14VS nr of urb entries is constrained to be one of a fixed set of values,Keith Whitwell1-2/+2
2006-09-12Potential fix for doom3 lockups. Seems that there is a conflictKeith Whitwell1-1/+1