mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 13:20:25 +01:00
i965: validate sf state
This commit is contained in:
parent
60b08eb1fd
commit
f5539b6991
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ static void prepare_psp_urb_cbs(struct brw_context *brw)
|
|||
brw_add_validated_bo(brw, brw->vs.state_bo);
|
||||
brw_add_validated_bo(brw, brw->gs.state_bo);
|
||||
brw_add_validated_bo(brw, brw->clip.state_bo);
|
||||
brw_add_validated_bo(brw, brw->sf.state_bo);
|
||||
brw_add_validated_bo(brw, brw->wm.state_bo);
|
||||
brw_add_validated_bo(brw, brw->cc.state_bo);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue