Re: [Mesa-dev] [PATCH 1/3] i965: Mark fields in the live interval classes protected.

2014-06-30 Thread Ian Romanick
Patches 1 & 2 are Reviewed-by: Ian Romanick On 06/30/2014 10:11 AM, Matt Turner wrote: > cfg, for instance, is a pointer to a local variable in > calculate_live_intervals, certainly not valid after that function has > returned. > --- > src/mesa/drivers/dri/i965/brw_fs_live_variables.h | 22 >

[Mesa-dev] [PATCH 1/3] i965: Mark fields in the live interval classes protected.

2014-06-30 Thread Matt Turner
cfg, for instance, is a pointer to a local variable in calculate_live_intervals, certainly not valid after that function has returned. --- src/mesa/drivers/dri/i965/brw_fs_live_variables.h | 22 -- .../drivers/dri/i965/brw_vec4_live_variables.h | 13 +++-- 2 files