[Mesa-stable] [PATCH] i965: Make L3 configuration atom listen for TCS/TES program updates.
Francisco Jerez
currojerez at riseup.net
Fri Nov 10 20:07:50 UTC 2017
Kenneth Graunke <kenneth at whitecape.org> writes:
> The L3 configuration code already considers the TCS and TES programs,
> but failed to listen for TCS/TES program changes.
>
> This was somehow missing.
>
> Cc: mesa-stable at lists.freedesktop.org
Fixes: e9644cb1f96ccf7e155af09e90f6a7888f609a2d
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
> ---
> src/mesa/drivers/dri/i965/gen7_l3_state.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/gen7_l3_state.c b/src/mesa/drivers/dri/i965/gen7_l3_state.c
> index 0b2d61f9e0f..06559f5db70 100644
> --- a/src/mesa/drivers/dri/i965/gen7_l3_state.c
> +++ b/src/mesa/drivers/dri/i965/gen7_l3_state.c
> @@ -263,6 +263,8 @@ const struct brw_tracked_state gen7_l3_state = {
> BRW_NEW_CS_PROG_DATA |
> BRW_NEW_FS_PROG_DATA |
> BRW_NEW_GS_PROG_DATA |
> + BRW_NEW_TCS_PROG_DATA |
> + BRW_NEW_TES_PROG_DATA |
> BRW_NEW_VS_PROG_DATA,
> },
> .emit = emit_l3_state
> --
> 2.15.0
>
> _______________________________________________
> mesa-stable mailing list
> mesa-stable at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-stable
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-stable/attachments/20171110/17e4ce16/attachment.sig>
More information about the mesa-stable
mailing list