diff options
author | Graham Linden <graham@lindenlab.com> | 2013-11-08 09:39:24 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-11-08 09:39:24 -0800 |
commit | 66b6bffca92261d418f9888be4c3542554ddb4af (patch) | |
tree | a37b16e8bc7eca84704103ff3b0fd4f3879b0c10 | |
parent | 3a6228c44bb41f8d286f5ec7aa1c7c560e8ff604 (diff) |
MAINT-3412 Fix Intel Iris recognizer to include optional Pro as is reported with integrated-only graphics on new MBP
-rwxr-xr-x | indra/newview/gpu_table.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gpu_table.txt b/indra/newview/gpu_table.txt index e3dde3b092..8efc4ee87d 100755 --- a/indra/newview/gpu_table.txt +++ b/indra/newview/gpu_table.txt @@ -327,7 +327,7 @@ Intel HD Graphics 4600 .*Intel.*HD Graphics 46.* 3 1 0 4.2 Intel HD Graphics 4000 .*Intel.*HD Graphics 4.* 3 1 1 4.2 Intel Intel Iris Pro Graphics 5200 .*Intel.*Iris Pro Graphics 52.* 4 1 0 4 Intel Intel Iris Graphics 5100 .*Intel.*Iris Graphics 51.* 4 1 0 4 -Intel Intel Iris OpenGL Engine .*Intel.*Iris OpenGL.* 4 1 0 4 +Intel Intel Iris OpenGL Engine .*Intel.*Iris (Pro )*OpenGL.* 4 1 0 4 Intel HD Graphics 5000 .*Intel.*HD Graphics 5.* 4 1 0 4 Intel HD Graphics .*Intel.*HD Graphics.* 2 1 1 4 Intel Mobile 4 Series .*Intel.*Mobile.* 4 Series.* 0 1 1 2.1 |