radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is set

To prevent GPU hangs.

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/3654>
This commit is contained in:
Samuel Pitoiset
2020-01-31 14:35:54 +01:00
parent 5b335e1599
commit a8024aaaab
6 changed files with 11 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ enum {
RADV_DEBUG_ALL_ENTRYPOINTS = 0x4000000,
RADV_DEBUG_DUMP_META_SHADERS = 0x8000000,
RADV_DEBUG_NO_MEMORY_CACHE = 0x10000000,
RADV_DEBUG_NOOP = 0x20000000,
};
enum {