mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list.
Commit 9f9ccf707c renamed
upload_3dstate_so_decl_list to gen7_upload_3dstate_so_decl_list but
forgot to update the caller.
This commit is contained in:
parent
9298f537a7
commit
3b837e637e
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ upload_sol_state(struct brw_context *brw)
|
|||
if (active) {
|
||||
upload_3dstate_so_buffers(brw);
|
||||
/* BRW_NEW_VUE_MAP_GEOM_OUT */
|
||||
upload_3dstate_so_decl_list(brw, &brw->vue_map_geom_out);
|
||||
gen7_upload_3dstate_so_decl_list(brw, &brw->vue_map_geom_out);
|
||||
}
|
||||
|
||||
/* Finally, set up the SOL stage. This command must always follow updates to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue