[Mesa-dev] [PATCH 10/20] i965: Add a basic-block aware backend_instruction::remove method.
Matt Turner
mattst88 at gmail.com
Mon Aug 11 11:30:59 PDT 2014
On Tue, Aug 5, 2014 at 10:31 AM, Pohjolainen, Topi
<topi.pohjolainen at intel.com> wrote:
> On Thu, Jul 24, 2014 at 07:54:17PM -0700, Matt Turner wrote:
>> ---
>> src/mesa/drivers/dri/i965/brw_cfg.h | 1 +
>> src/mesa/drivers/dri/i965/brw_shader.cpp | 32 ++++++++++++++++++++++++++++++++
>> src/mesa/drivers/dri/i965/brw_shader.h | 4 ++++
>> 3 files changed, 37 insertions(+)
>>
>> diff --git a/src/mesa/drivers/dri/i965/brw_cfg.h b/src/mesa/drivers/dri/i965/brw_cfg.h
>> index 35ee29a..e1ec43b 100644
>> --- a/src/mesa/drivers/dri/i965/brw_cfg.h
>> +++ b/src/mesa/drivers/dri/i965/brw_cfg.h
>> @@ -64,6 +64,7 @@ struct bblock_t {
>> #endif
>>
>> struct exec_node link;
>> + struct cfg_t *cfg;
>
> This is needed already in patch number 9.
Moved into patch #9 locally.
More information about the mesa-dev
mailing list