mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
radv: print a warning when RADV_TRAP_HANDLER is used
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6468>
This commit is contained in:
parent
60975ebe58
commit
cacb388b3b
1 changed files with 4 additions and 0 deletions
|
|
@ -2821,6 +2821,10 @@ VkResult radv_CreateDevice(
|
|||
/* TODO: Add support for more hardware. */
|
||||
assert(device->physical_device->rad_info.chip_class == GFX8);
|
||||
|
||||
fprintf(stderr, "**********************************************************************\n");
|
||||
fprintf(stderr, "* WARNING: RADV_TRAP_HANDLER is experimental and only for debugging! *\n");
|
||||
fprintf(stderr, "**********************************************************************\n");
|
||||
|
||||
/* To get the disassembly of the faulty shaders, we have to
|
||||
* keep some shader info around.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue