On Tue, Aug 5, 2014 at 10:31 AM, Pohjolainen, Topi
<topi.pohjolai...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to