mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +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>
(cherry picked from commit 28e1538be7)
[Emil Velikov: resolve trivial conflicts]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Conflicts:
src/mesa/drivers/dri/i965/gen6_clip_state.c
This commit is contained in:
parent
5fb22e1258
commit
bc04c92aef
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,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)
|
||||
|
|
@ -224,6 +225,7 @@ const struct brw_tracked_state gen7_clip_state = {
|
|||
BRW_NEW_CONTEXT |
|
||||
BRW_NEW_FS_PROG_DATA |
|
||||
BRW_NEW_GEOMETRY_PROGRAM |
|
||||
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