summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_urb.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke1-2/+3
2016-11-19intel: Convert devinfo->urb.min_*_entries into an array.Kenneth Graunke1-1/+2
2016-11-19intel: Convert devinfo->urb.max_*_entries into an array.Kenneth Graunke1-4/+4
2016-10-05i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke1-1/+3
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-1/+3
2016-09-23i965: get rid of duplicated values from gen_device_infoLionel Landwerlin1-5/+6
2016-08-29i965/gen6: Refactor gen6_upload_urbJason Ekstrand1-24/+32
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-1/+2
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-1/+1
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-4/+4
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-4/+4
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-2/+5
2014-10-24i965: Skip recalculating URB allocations if the entry size didn't change.Eric Anholt1-2/+2
2014-09-19i965/gen6/gs: Enable URB space for user-provided geometry shaders.Iago Toral Quiroga1-10/+20
2013-09-16i965/gen6: Fix assertions on VS/GS URB size.Paul Berry1-2/+2
2013-09-05i965/gen7.5: Fix lower bound on number of VS URB entries.Paul Berry1-1/+1
2013-08-31i965: rename legacy gs structs and functions to ff_gs.Paul Berry1-4/+4
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