[Mesa-dev] [PATCH 7/7] i965/vec4: Drop support for ATTR as an instruction destination.

Matt Turner mattst88 at gmail.com
Thu Jan 14 10:26:37 PST 2016


On Wed, Jan 13, 2016 at 8:33 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> This is no longer necessary...and it doesn't make much sense to
> have inputs as destinations.
>
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> ---

I don't think I realized they were ever destinations. I'm confused about how the

   switch (inst->dst.file) {
   [...]
   case ATTR:

was marked as unreachable() in dump_instructions(). Was that just broken?

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list