i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_urb.c
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-10-25 Eric Anholti965: Skip recalculating URB allocations if the entry...
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-06-26 Greg Hunti965: Remove unneeded VS workaround stalls on Baytrail.
2014-02-27 Kenneth Graunkei965: Only emit VS state pipe control workaround on...
2014-01-19 Kenneth Graunkei965: Double the push constant space multipliers on...
2014-01-14 Kenneth Graunkei965: Disable workaround flush for push constants on...
2013-12-20 Kenneth Graunkei965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
2013-11-18 Paul Berryi965/gen7: Emit workaround flush when changing GS enabl...
2013-09-05 Paul Berryi965/gen7.5: Fix lower bound on number of VS URB entries.
2013-09-01 Paul Berryi965: Make sure constants re-sent after constant buffer...
2013-09-01 Paul Berryi965/gs: Allocate push constant space for use by GS.
2013-09-01 Paul Berryi965/gen7: Emit CS stall after 3DSTATE_PUSH_CONSTANT_AL...
2013-09-01 Paul Berryi965/gs: Allocate URB space for use by GS.
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-07-18 Kenneth Graunkei965: Combine URB code emission into a single group.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-10 Kenneth Graunkei965: Allocate push constant L3 space once at startup...
2013-05-09 Kenneth Graunkei965: Update URB partitioning code for Haswell's GT3...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-04 Kenneth Graunkei965: Use a variable for the push constant size in kB.
2013-04-04 Kenneth Graunkei965: Turn brw->urb.vs_size and gs_size into local...
2012-05-25 Paul Berryi965/blorp: Allocate space for push constants on Gen7.
2012-02-16 Kenneth Graunkei965: Emit Ivybridge VS workaround flushes.
2012-01-11 Kenneth Graunkei965: Don't reallocate push constant URB space on new...
2011-10-29 Eric Anholti965: Fold the gen6/7 URB state prepare()/emit() together.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkei965/gen7: Add missing ! to brw->gs.prog_active assertion.
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...