mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
nak: Default InstrDeps::delay to 0
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26291>
This commit is contained in:
parent
58c8391f97
commit
3f027f7dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -4468,7 +4468,7 @@ pub struct InstrDeps {
|
|||
impl InstrDeps {
|
||||
pub fn new() -> InstrDeps {
|
||||
InstrDeps {
|
||||
delay: MAX_INSTR_DELAY,
|
||||
delay: 0,
|
||||
yld: false,
|
||||
wr_bar: -1,
|
||||
rd_bar: -1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue