Francisco Jerez <curroje...@riseup.net> writes:

> This works as-is on SKL, only the assertion needs to be relaxed.

I'm going to push this straightforward series I sent back in May without
review if there have been no complaints by the end of the week.

> ---
>  src/mesa/drivers/dri/i965/brw_program.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_program.c 
> b/src/mesa/drivers/dri/i965/brw_program.c
> index e5c0d3c..aea26e2 100644
> --- a/src/mesa/drivers/dri/i965/brw_program.c
> +++ b/src/mesa/drivers/dri/i965/brw_program.c
> @@ -196,7 +196,7 @@ brw_memory_barrier(struct gl_context *ctx, GLbitfield 
> barriers)
>     unsigned bits = (PIPE_CONTROL_DATA_CACHE_INVALIDATE |
>                      PIPE_CONTROL_NO_WRITE |
>                      PIPE_CONTROL_CS_STALL);
> -   assert(brw->gen >= 7 && brw->gen <= 8);
> +   assert(brw->gen >= 7 && brw->gen <= 9);
>  
>     if (barriers & (GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT |
>                     GL_ELEMENT_ARRAY_BARRIER_BIT |
> -- 
> 2.3.5
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to