summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_urb.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke2016-10-051-1/+3
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-051-1/+3
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-5/+6
* i965/gen6: Refactor gen6_upload_urbJason Ekstrand2016-08-291-24/+32
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-1/+2
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-1/+1
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-4/+4
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-4/+4
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-2/+5
* i965: Skip recalculating URB allocations if the entry size didn't change.Eric Anholt2014-10-241-2/+2
* i965/gen6/gs: Enable URB space for user-provided geometry shaders.Iago Toral Quiroga2014-09-191-10/+20
* i965/gen6: Fix assertions on VS/GS URB size.Paul Berry2013-09-161-2/+2
* i965/gen7.5: Fix lower bound on number of VS URB entries.Paul Berry2013-09-051-1/+1
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-311-4/+4
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+1
* i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry2013-04-111-1/+1
* i965: Turn brw->urb.vs_size and gs_size into local variables.Kenneth Graunke2013-04-041-9/+9
* i965 gen6: Allocate URB space for GSPaul Berry2011-12-071-12/+57
* i965: Fold the gen6/7 URB state prepare()/emit() together.Eric Anholt2011-10-291-9/+3
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-1/+1
* i965: Rename max_vs_handles to max_vs_entries for consistency.Kenneth Graunke2011-05-171-2/+2
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-181-17/+17
* i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai2011-03-031-4/+15
* i965: Maxinum the usage of urb space on SNB.Zou Nan hai2011-03-021-10/+6
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Fix GS state uploading on SandybridgeZhenyu Wang2010-12-061-1/+1
* i965: Fix VS URB entry sizing.Eric Anholt2010-10-261-1/+1
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-4/+0
* i965: Fix the SNB URB entry count setup.Eric Anholt2010-02-251-2/+2
* i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt2010-02-251-0/+2
* i965: Set up the SNB URB.Eric Anholt2010-02-251-0/+81