mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel/executor: Small fixes to the help message
Add missing @eot to the example. Reword INTEL_DEBUG=color description. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31076>
This commit is contained in:
parent
1e17f49baf
commit
2a5a12cb71
1 changed files with 2 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ print_help()
|
|||
"The following INTEL_DEBUG values (comma separated) are used:\n"
|
||||
"\n"
|
||||
" - bat Dumps the batch buffer.\n"
|
||||
" - color Uses colore for the above.\n"
|
||||
" - color Uses colors for the batch buffer dump.\n"
|
||||
" - cs Dumps the assembly after macro processing.\n"
|
||||
"\n"
|
||||
"EXAMPLE\n"
|
||||
|
|
@ -135,6 +135,7 @@ print_help()
|
|||
" add(8) g4<1>UD g2<8,8,1>UD g3<8,8,1>UD { align1 @1 1Q };\n"
|
||||
"\n"
|
||||
" @write g3 g4\n"
|
||||
" @eot\n"
|
||||
" ]]\n"
|
||||
" }\n"
|
||||
"\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue