aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_screen.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-12-03 15:23:45 +1000
committerDave Airlie <[email protected]>2019-12-21 13:07:17 +1000
commite6b2af56cb037e3174d049478e0ad7c7715780e4 (patch)
tree4b1ae4eedbec123d8502b6c7c8e8954d6475fc2d /src/gallium/drivers/llvmpipe/lp_screen.h
parentc717ac1247c3c7243af2f1b2732cccb882b75f11 (diff)
llvmpipe: switch to NIR by default
Add LP_DEBUG=tgsi_ir (tgsi already taken) to fallback to TGSI paths. Disable NIR_VALIDATE in CI (Michel/Eric acked) Reviewed-by: Roland Scheidegger <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2303> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2303>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_screen.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.h b/src/gallium/drivers/llvmpipe/lp_screen.h
index 6ac52b8b9f8..7c57f3ec1fc 100644
--- a/src/gallium/drivers/llvmpipe/lp_screen.h
+++ b/src/gallium/drivers/llvmpipe/lp_screen.h
@@ -60,6 +60,8 @@ struct llvmpipe_screen
struct lp_cs_tpool *cs_tpool;
mtx_t cs_mutex;
+
+ bool use_tgsi;
};