Re: [Mesa-dev] [PATCH 08/20] i965: Remove now unneeded calls to calculate_cfg().

2014-09-08 Thread Pohjolainen, Topi
On Tue, Sep 02, 2014 at 09:34:19PM -0700, Matt Turner wrote: > Now that nothing invalidates the CFG, we can calculate_cfg() immediately > after emit_fb_writes()/emit_thread_end() and never again. Reviewed-by: Topi Pohjolainen ___ mesa-dev mailing list m

[Mesa-dev] [PATCH 08/20] i965: Remove now unneeded calls to calculate_cfg().

2014-09-02 Thread Matt Turner
Now that nothing invalidates the CFG, we can calculate_cfg() immediately after emit_fb_writes()/emit_thread_end() and never again. --- src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp| 2 -- src/mesa/drivers/dri/i965/brw_fs.cpp | 14 ++ src/mesa/driver