[Mesa-dev] [PATCH v2 09/16] i965: Prepare for using the ATTR register file in the fs backend

Kristian Høgsberg krh at bitplanet.net
Tue Nov 25 12:38:24 PST 2014


On Thu, Nov 13, 2014 at 9:03 PM, Matt Turner <mattst88 at gmail.com> wrote:
> On Thu, Nov 13, 2014 at 4:28 PM, Kristian Høgsberg <krh at 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


More information about the mesa-dev mailing list