summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen7_urb.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-5/+2
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-3/+1
2013-06-10i965: Allocate push constant L3 space once at startup on Gen7+.Kenneth Graunke1-9/+0
2013-05-09i965: Update URB partitioning code for Haswell's GT3 variant.Kenneth Graunke1-8/+17
2013-04-11i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry1-1/+1
2013-04-04i965: Use a variable for the push constant size in kB.Kenneth Graunke1-2/+3
2013-04-04i965: Turn brw->urb.vs_size and gs_size into local variables.Kenneth Graunke1-4/+3
2012-05-25i965/blorp: Allocate space for push constants on Gen7.Paul Berry1-7/+16
2012-02-15i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke1-0/+2
2012-01-11i965: Don't reallocate push constant URB space on new VS programs.Kenneth Graunke1-10/+24
2011-10-29i965: Fold the gen6/7 URB state prepare()/emit() together.Eric Anholt1-9/+3
2011-06-29i965/gen7: Add missing ! to brw->gs.prog_active assertion.Kenneth Graunke1-1/+1
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-1/+1
2011-05-17i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke1-0/+128