radv: implement a dummy winsys for creating devices without AMDGPU
To allow developers to test the compiler backends without having any AMD GPUs. To create a null device, set eg. RADV_FORCE_FAMILY=polaris10 in your environment. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3872> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3872>
This commit is contained in:
@@ -56,7 +56,6 @@ enum {
|
||||
RADV_DEBUG_ALL_ENTRYPOINTS = 0x2000000,
|
||||
RADV_DEBUG_DUMP_META_SHADERS = 0x4000000,
|
||||
RADV_DEBUG_NO_MEMORY_CACHE = 0x8000000,
|
||||
RADV_DEBUG_NOOP = 0x10000000,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user