[Mesa-dev] [PATCH 12/20] i965: Add invalidate_cfg parameter to invalidate_live_intervals().
Pohjolainen, Topi
topi.pohjolainen at intel.com
Thu Aug 7 07:59:32 PDT 2014
On Thu, Jul 24, 2014 at 07:54:19PM -0700, Matt Turner wrote:
> Will let us avoid invalidating the CFG if the optimization pass has
> removed instructions using the new basic block methods.
> ---
> src/mesa/drivers/dri/i965/brw_fs.h | 2 +-
> src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp | 5 +++--
> src/mesa/drivers/dri/i965/brw_shader.h | 2 +-
> src/mesa/drivers/dri/i965/brw_vec4.h | 2 +-
> src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp | 5 +++--
> 5 files changed, 9 insertions(+), 7 deletions(-)
Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
More information about the mesa-dev
mailing list