[Mesa-dev] [PATCH] i965/fs: Disable opt_sampler_eot for more message types

Neil Roberts neil at linux.intel.com
Wed Oct 21 02:13:19 PDT 2015


Ilia Mirkin <imirkin at alum.mit.edu> writes:

>> -   if (tex_inst->opcode == SHADER_OPCODE_TG4 ||
>> +   if (tex_inst->opcode == SHADER_OPCODE_TXS ||
>> +       tex_inst->opcode == SHADER_OPCODE_LOD ||
>> +       tex_inst->opcode == SHADER_OPCODE_TG4 ||
>>         tex_inst->opcode == SHADER_OPCODE_TG4_OFFSET)
>
> Do you also need to include SHADER_OPCODE_SAMPLEINFO?

Oops, yes, thanks! I've gone ahead and pushed it with this additional
change.

Regards,
- Neil


More information about the mesa-dev mailing list