diff options
author | Constantine Kharlamov <[email protected]> | 2017-03-20 15:19:43 +0300 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-03-20 17:11:15 +0100 |
commit | f9190f3e655c530f049e40ee2c47384deea2f874 (patch) | |
tree | abad35cef37233794f9bad8688d532e1a08e74c4 /src/gallium/drivers/r600 | |
parent | 64cbbd28888a94a72bb168e1034bcfce15124da7 (diff) |
r600g: update sb documentation
v2: s/r600/r600g in the title
Signed-off-by: Constantine Kharlamov <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r-- | src/gallium/drivers/r600/sb/notes.markdown | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/sb/notes.markdown b/src/gallium/drivers/r600/sb/notes.markdown index 056497754a2..63c010883d0 100644 --- a/src/gallium/drivers/r600/sb/notes.markdown +++ b/src/gallium/drivers/r600/sb/notes.markdown @@ -12,13 +12,16 @@ Debugging There are new flags: - - **sb** - Enable optimization of graphics shaders + - **nosb** - Disable sb backend for graphics shaders - **sbcl** - Enable optimization of compute shaders (experimental) - - **sbdry** - Dry run, optimize but use source bytecode - - useful if you only want to check shader dumps + - **sbdry** - Dry run, optimize but use source bytecode - + useful if you only want to check shader dumps without the risk of lockups and other problems - **sbstat** - Print optimization statistics (only time so far) - **sbdump** - Print IR after some passes. + - **sbnofallback** - Abort on errors instead of fallback + - **sbdisasm** - Use sb disassembler for shader dumps + - **sbsafemath** - Disable unsafe math optimizations ### Regression debugging |