summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_urb.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+215