On Tue, Mar 8, 2016 at 5:35 PM, Francisco Jerez wrote:
> From the point it's constructed the CFG contains the only existing
> copy of the program IR, and it never becomes invalid. Calling
> backend_shader::invalidate_cfg would have destroyed the program
> structure irrecoverably -- We weren't cal
On Tuesday, March 8, 2016 5:35:30 PM PST Francisco Jerez wrote:
> From the point it's constructed the CFG contains the only existing
> copy of the program IR, and it never becomes invalid. Calling
> backend_shader::invalidate_cfg would have destroyed the program
> structure irrecoverably -- We wer
From the point it's constructed the CFG contains the only existing
copy of the program IR, and it never becomes invalid. Calling
backend_shader::invalidate_cfg would have destroyed the program
structure irrecoverably -- We weren't calling it at all for a good
reason.
---
src/mesa/drivers/dri/i965