intel/nir: add printf lowering

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25814>
This commit is contained in:
Lionel Landwerlin
2023-09-05 16:11:56 +03:00
committed by Marge Bot
parent 6a8ff3b550
commit 9a36278475
9 changed files with 83 additions and 1 deletions
+1
View File
@@ -106,6 +106,7 @@ static const struct debug_control debug_control[] = {
{ "draw_bkp", DEBUG_DRAW_BKP },
{ "bat-stats", DEBUG_BATCH_STATS },
{ "reg-pressure", DEBUG_REG_PRESSURE },
{ "shader-print", DEBUG_SHADER_PRINT },
{ NULL, 0 }
};