summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_urb.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+1
2013-04-11i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry1-1/+1
2013-04-04i965: Turn brw->urb.vs_size and gs_size into local variables.Kenneth Graunke1-9/+9
2011-12-07i965 gen6: Allocate URB space for GSPaul Berry1-12/+57
2011-10-29i965: Fold the gen6/7 URB state prepare()/emit() together.Eric Anholt1-9/+3
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-1/+1
2011-05-17i965: Rename max_vs_handles to max_vs_entries for consistency.Kenneth Graunke1-2/+2
2011-04-18i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke1-17/+17
2011-03-03i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai1-4/+15
2011-03-02i965: Maxinum the usage of urb space on SNB.Zou Nan hai1-10/+6
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-1/+1
2010-12-06i965: Fix GS state uploading on SandybridgeZhenyu Wang1-1/+1
2010-10-26i965: Fix VS URB entry sizing.Eric Anholt1-1/+1
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt1-4/+0
2010-02-25i965: Fix the SNB URB entry count setup.Eric Anholt1-2/+2
2010-02-25i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt1-0/+2
2010-02-25i965: Set up the SNB URB.Eric Anholt1-0/+81