mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
i965: Move the WM input sizes calculation to emit() time.
It's used for program compile. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
parent
dc9a753f66
commit
bf11c9e4c1
1 changed files with 1 additions and 1 deletions
|
|
@ -237,6 +237,6 @@ const struct brw_tracked_state brw_wm_input_sizes = {
|
|||
.brw = BRW_NEW_VERTEX_PROGRAM | BRW_NEW_INPUT_DIMENSIONS,
|
||||
.cache = 0
|
||||
},
|
||||
.prepare = calc_wm_input_sizes
|
||||
.emit = calc_wm_input_sizes
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue