mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Fix portal capture on broken amd drivers: fallback to opengl copy instead of vaapi on known buggy mesa version
This commit is contained in:
@@ -13,6 +13,11 @@ typedef struct {
|
||||
gsr_gpu_vendor vendor;
|
||||
int gpu_version; /* 0 if unknown */
|
||||
bool is_steam_deck;
|
||||
|
||||
/* Only currently set for Mesa. 0 if unknown format */
|
||||
int driver_major;
|
||||
int driver_minor;
|
||||
int driver_patch;
|
||||
} gsr_gpu_info;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user