summaryrefslogtreecommitdiff
path: root/cogl/cogl
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl')
-rw-r--r--cogl/cogl/cogl-gpu-info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cogl/cogl/cogl-gpu-info.c b/cogl/cogl/cogl-gpu-info.c
index 845382881..23a846616 100644
--- a/cogl/cogl/cogl-gpu-info.c
+++ b/cogl/cogl/cogl-gpu-info.c
@@ -169,7 +169,8 @@ check_qualcomm_vendor (const CoglGpuInfoStrings *strings)
static CoglBool
check_nvidia_vendor (const CoglGpuInfoStrings *strings)
{
- if (strcmp (strings->vendor_string, "NVIDIA") != 0)
+ if (strcmp (strings->vendor_string, "NVIDIA") != 0 &&
+ strcmp (strings->vendor_string, "NVIDIA Corporation") != 0)
return FALSE;
return TRUE;