[Mesa-dev] [PATCH 2/8] i965: move update_xfb_info() call out of loop

2017-11-20 Thread Timothy Arceri
We can just call it once. Also a following patch will also introduce link time component packing which modifies the outputs_written bit mask, we want to avoid calling update_xfb_info() until after packing is completed. --- src/mesa/drivers/dri/i965/brw_link.cpp | 7 +-- 1 file changed, 5 inser

[Mesa-dev] [PATCH 2/8] i965: move update_xfb_info() call out of loop

2017-11-14 Thread Timothy Arceri
We can just call it once. Also a following patch will also introduce link time component packing which modifies the outputs_written bit mask, we want to avoid calling update_xfb_info() until after packing is completed. --- src/mesa/drivers/dri/i965/brw_link.cpp | 7 +-- 1 file changed, 5 inser