[Mesa-dev] [PATCH 1/2] i965: Update gen6_depth_stencil_state to use genX macro.
Pohjolainen, Topi
topi.pohjolainen at gmail.com
Sat May 6 06:43:06 UTC 2017
On Fri, May 05, 2017 at 11:22:18AM -0700, Rafael Antognolli wrote:
> While moving depth stencil state to use genxml, this one was left
> behind.
>
> Signed-off-by: Rafael Antognolli <rafael.antognolli at intel.com>
> Cc: "Pohjolainen, Topi" <topi.pohjolainen at gmail.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
> ---
> src/mesa/drivers/dri/i965/genX_state_upload.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/i965/genX_state_upload.c b/src/mesa/drivers/dri/i965/genX_state_upload.c
> index b6aa7c8..b8390ce 100644
> --- a/src/mesa/drivers/dri/i965/genX_state_upload.c
> +++ b/src/mesa/drivers/dri/i965/genX_state_upload.c
> @@ -3872,7 +3872,7 @@ genX(init_atoms)(struct brw_context *brw)
> &gen6_urb,
> &genX(blend_state), /* must do before cc unit */
> &genX(color_calc_state), /* must do before cc unit */
> - &gen6_depth_stencil_state, /* must do before cc unit */
> + &genX(depth_stencil_state), /* must do before cc unit */
>
> &genX(vs_push_constants), /* Before vs_state */
> &genX(gs_push_constants), /* Before gs_state */
> --
> 2.9.3
>
More information about the mesa-dev
mailing list