[Mesa-dev] [PATCH 05/17] i965/fs: Set the builder group for emitting FB-write stencil/AA alpha
Iago Toral
itoral at igalia.com
Tue Jun 23 05:08:12 PDT 2015
Reviewed-by: Iago Toral Quiroga <itoral at 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++;
More information about the mesa-dev
mailing list