mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.
I believe when I wrote this code, gen6_sf_state used CACHE_NEW_VS_PROG, which has since been replaced by BRW_NEW_VUE_MAP_GEOM_OUT. It's not needed here anyway - only SBE needs it. Just a copy and paste mistake. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
106e0db769
commit
0a1730200e
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ const struct brw_tracked_state gen7_sf_state = {
|
|||
_NEW_POINT |
|
||||
_NEW_MULTISAMPLE),
|
||||
.brw = BRW_NEW_CONTEXT,
|
||||
.cache = CACHE_NEW_VS_PROG
|
||||
.cache = 0,
|
||||
},
|
||||
.emit = upload_sf_state,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue