mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 03:10:09 +01:00
i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
78df96256b
commit
28e1538be7
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ upload_clip_state(struct brw_context *brw)
|
|||
dw2 |= GEN6_CLIP_NON_PERSPECTIVE_BARYCENTRIC_ENABLE;
|
||||
}
|
||||
|
||||
/* BRW_NEW_VS_PROG_DATA */
|
||||
dw1 |= brw->vs.prog_data->base.cull_distance_mask;
|
||||
|
||||
if (brw->gen >= 7)
|
||||
|
|
@ -262,6 +263,7 @@ const struct brw_tracked_state gen6_clip_state = {
|
|||
BRW_NEW_CONTEXT |
|
||||
BRW_NEW_FS_PROG_DATA |
|
||||
BRW_NEW_GS_PROG_DATA |
|
||||
BRW_NEW_VS_PROG_DATA |
|
||||
BRW_NEW_META_IN_PROGRESS |
|
||||
BRW_NEW_PRIMITIVE |
|
||||
BRW_NEW_RASTERIZER_DISCARD |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue