On Thu, Nov 13, 2014 at 9:03 PM, Matt Turner <matts...@gmail.com> wrote:
> On Thu, Nov 13, 2014 at 4:28 PM, Kristian Høgsberg <k...@bitplanet.net> wrote:
>> @@ -3148,6 +3150,9 @@ fs_visitor::dump_instruction(backend_instruction 
>> *be_inst, FILE *file)
>>     case UNIFORM:
>>        fprintf(file, "***u%d***", inst->dst.reg + inst->dst.reg_offset);
>>        break;
>> +   case ATTR:
>> +      fprintf(file, "attr%d", inst->dst.reg + inst->dst.reg_offset);
>
> This can't be a destination, so put *** around it like the uniform case above.

Ah, that's what that is.  Done.

Kristian
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to