mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
i965: Cite the Ivybridge PRM for VS PIPE_CONTROL workarounds.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
9a86875c6b
commit
3b3a440d2b
1 changed files with 2 additions and 2 deletions
|
|
@ -419,8 +419,8 @@ intel_emit_depth_stall_flushes(struct brw_context *brw)
|
|||
}
|
||||
|
||||
/**
|
||||
* From the BSpec, volume 2a.03: VS Stage Input / State:
|
||||
* "[DevIVB] A PIPE_CONTROL with Post-Sync Operation set to 1h and a depth
|
||||
* From the Ivybridge PRM, Volume 2 Part 1, Section 3.2 (VS Stage Input):
|
||||
* "A PIPE_CONTROL with Post-Sync Operation set to 1h and a depth
|
||||
* stall needs to be sent just prior to any 3DSTATE_VS, 3DSTATE_URB_VS,
|
||||
* 3DSTATE_CONSTANT_VS, 3DSTATE_BINDING_TABLE_POINTER_VS,
|
||||
* 3DSTATE_SAMPLER_STATE_POINTER_VS command. Only one PIPE_CONTROL needs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue