Mesa (master): i965/fs: Set the builder group for emitting FB-write stencil/AA alpha

Jason Ekstrand jekstrand at kemper.freedesktop.org
Tue Jun 30 23:48:23 UTC 2015


Module: Mesa
Branch: master
Commit: 362eff7741f9ca6e49074509120a2e6c03ef7ae6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=362eff7741f9ca6e49074509120a2e6c03ef7ae6

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Thu Jun 18 15:58:59 2015 -0700

i965/fs: Set the builder group for emitting FB-write stencil/AA alpha

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
Acked-by: Francisco Jerez <currojerez at riseup.net>

---

 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 89eb717..69d3cfa 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
@@ -1530,7 +1530,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-commit mailing list