Reviewed-by: Iago Toral Quiroga <ito...@igalia.com>

On Thu, 2015-06-18 at 17:50 -0700, Jason Ekstrand wrote:
> ---
>  src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp 
> b/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
> index b00825e..8a43ec8 100644
> --- a/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
> +++ b/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
> @@ -1528,7 +1528,7 @@ fs_visitor::emit_single_fb_write(const fs_builder &bld,
>  
>     if (payload.aa_dest_stencil_reg) {
>        sources[length] = fs_reg(GRF, alloc.allocate(1));
> -      bld.exec_all().annotate("FB write stencil/AA alpha")
> +      bld.group(8, 0).exec_all().annotate("FB write stencil/AA alpha")
>           .MOV(sources[length],
>                fs_reg(brw_vec8_grf(payload.aa_dest_stencil_reg, 0)));
>        length++;


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

Reply via email to