From 715dcf405306fea8c97148ad26d82cdf25f356e8 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 18 May 2023 13:51:59 -0700 Subject: [PATCH] r600: Drop docs for use_tgsi debug var. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: 337dc7d76604 ("r600: remove TGSI code path") Reviewed-by: Alyssa Rosenzweig Acked-by: Marek Olšák Part-of: --- src/gallium/drivers/r600/sb/notes.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/r600/sb/notes.markdown b/src/gallium/drivers/r600/sb/notes.markdown index 4444c0bac81..e48135c69cd 100644 --- a/src/gallium/drivers/r600/sb/notes.markdown +++ b/src/gallium/drivers/r600/sb/notes.markdown @@ -21,7 +21,6 @@ Debugging - **sbnofallback** - Abort on errors instead of fallback - **sbdisasm** - Use sb disassembler for shader dumps - **sbsafemath** - Disable unsafe math optimizations - - **use_tgsi** - Take in TGSI from the frontend instead of asking for NIR ### Regression debugging