[Mesa-dev] [PATCH shader-db 3/4] run: set INTEL_NO_HW together with INTEL_DEVID_OVERRIDE

Lionel Landwerlin lionel.g.landwerlin at intel.com
Thu Feb 16 12:29:50 UTC 2017


Since we're already asking the driver to generate code for a different
hardware than what we're running on, better not even bother with emitting
any batch.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
 run.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run.c b/run.c
index 62c19c8..7543b2a 100644
--- a/run.c
+++ b/run.c
@@ -370,6 +370,7 @@ main(int argc, char **argv)
 
             printf("### Compiling for %s ###\n", platform->name);
             setenv("INTEL_DEVID_OVERRIDE", platform->pci_id, 1);
+            setenv("INTEL_NO_HW", "1", 1);
             break;
         }
         case 'j':
-- 
2.11.0



More information about the mesa-dev mailing list