index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
gen7_urb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Define state flag to signal that the URB size has been altered.
Francisco Jerez
2015-12-09
1
-0
/
+3
*
i965: Fix PIPE_CONTOL typo.
Kenneth Graunke
2015-11-17
1
-1
/
+1
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-1
/
+1
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-1
/
+0
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-3
/
+3
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-4
/
+4
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-2
/
+4
*
i965: Skip recalculating URB allocations if the entry size didn't change.
Eric Anholt
2014-10-24
1
-0
/
+13
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-1
/
+1
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-1
/
+1
*
i965: Remove unneeded VS workaround stalls on Baytrail.
Greg Hunt
2014-06-26
1
-3
/
+3
*
i965: Only emit VS state pipe control workaround on IVB and BYT.
Kenneth Graunke
2014-02-27
1
-1
/
+2
*
i965: Double the push constant space multipliers on Broadwell too.
Kenneth Graunke
2014-01-18
1
-2
/
+4
*
i965: Disable workaround flush for push constants on Broadwell.
Kenneth Graunke
2014-01-14
1
-1
/
+1
*
i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
Kenneth Graunke
2013-12-20
1
-1
/
+1
*
i965/gen7: Emit workaround flush when changing GS enable state.
Paul Berry
2013-11-18
1
-22
/
+2
*
i965/gen7.5: Fix lower bound on number of VS URB entries.
Paul Berry
2013-09-05
1
-3
/
+4
*
i965: Make sure constants re-sent after constant buffer reallocation.
Paul Berry
2013-08-31
1
-0
/
+13
*
i965/gs: Allocate push constant space for use by GS.
Paul Berry
2013-08-31
1
-14
/
+57
*
i965/gen7: Emit CS stall after 3DSTATE_PUSH_CONSTANT_ALLOC_PS.
Paul Berry
2013-08-31
1
-0
/
+30
*
i965/gs: Allocate URB space for use by GS.
Paul Berry
2013-08-31
1
-26
/
+130
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-2
/
+2
*
i965: Combine URB code emission into a single group.
Kenneth Graunke
2013-07-18
1
-10
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-5
/
+2
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-3
/
+1
*
i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
2013-06-10
1
-9
/
+0
*
i965: Update URB partitioning code for Haswell's GT3 variant.
Kenneth Graunke
2013-05-09
1
-8
/
+17
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-1
/
+1
*
i965: Use a variable for the push constant size in kB.
Kenneth Graunke
2013-04-04
1
-2
/
+3
*
i965: Turn brw->urb.vs_size and gs_size into local variables.
Kenneth Graunke
2013-04-04
1
-4
/
+3
*
i965/blorp: Allocate space for push constants on Gen7.
Paul Berry
2012-05-25
1
-7
/
+16
*
i965: Emit Ivybridge VS workaround flushes.
Kenneth Graunke
2012-02-15
1
-0
/
+2
*
i965: Don't reallocate push constant URB space on new VS programs.
Kenneth Graunke
2012-01-11
1
-10
/
+24
*
i965: Fold the gen6/7 URB state prepare()/emit() together.
Eric Anholt
2011-10-29
1
-9
/
+3
*
i965/gen7: Add missing ! to brw->gs.prog_active assertion.
Kenneth Graunke
2011-06-29
1
-1
/
+1
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-1
/
+1
*
i965: Initial Ivybridge URB space partitioning, including push constants.
Kenneth Graunke
2011-05-17
1
-0
/
+128