From 4f7460297bcb07605f05e91236346aeedd0f0c16 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 27 Feb 2019 02:06:29 +0000 Subject: [PATCH] panfrost/midgard: Don't force constant on VLUT Previously, we forced a #0 inline constant tacked on for the lut instructions to mirror the blob's behaviour, which caused some suboptimal codegen due to our constant inlining implementation. Instead, just don't force a constant at all. Signed-off-by: Alyssa Rosenzweig Tested-by: Tomeu Vizoso