summaryrefslogtreecommitdiff
path: root/glxinfo.js
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-11-04 18:59:23 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2016-11-04 18:59:23 -0400
commiteeaf42e3d76376e0d135e02927584a635715998d (patch)
tree019ba8e7845093c6ba42c76fee1d1db35e4877de /glxinfo.js
parentfad7f860bc712c76c13e51322b0cc2b3bf52fdec (diff)
add GFxxx and gen7 glxinfos for mesa 13.0
Diffstat (limited to 'glxinfo.js')
-rw-r--r--glxinfo.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/glxinfo.js b/glxinfo.js
index be6911b..b3befdf 100644
--- a/glxinfo.js
+++ b/glxinfo.js
@@ -283,16 +283,16 @@ var VERSIONS = {
"Intel\u00ae GM45 Express": "gen4.5-glxinfo-12.0.js",
"Intel(R) Ironlake": "gen5-glxinfo-12.0.js",
"Intel(R) Sandybridge (HD 2000/3000)": "gen6-glxinfo-12.0.js",
- "Intel(R) Ivybridge (HD 2500 / 4000)": "gen7-glxinfo-12.0.js",
- "Intel(R) Haswell (HD 4x00/5000, Iris 5x00)": "gen7.5-glxinfo-12.0.js",
- "Intel(R) Broadwell (HD 5x00/6000, Iris 6x00)": "gen8-glxinfo-12.0.js",
*/
+ "Intel(R) Ivybridge (HD 2500 / 4000)": "gen7-glxinfo-13.0.js",
+ //"Intel(R) Haswell (HD 4x00/5000, Iris 5x00)": "gen7.5-glxinfo-12.0.js",
+ //"Intel(R) Broadwell (HD 5x00/6000, Iris 6x00)": "gen8-glxinfo-12.0.js",
"Intel(R) Skylake (HD 5xx)": "gen9-glxinfo-13.0.js",
"NVIDIA NV3x (GeForce FX)": "nv34-glxinfo-13.0.js",
//"NVIDIA G80-G98 (GeForce 8, 9)": "nv96-glxinfo-12.0.js",
"NVIDIA GT21x (GeForce 200, 300)": "nva5-glxinfo-13.0.js",
- //"NVIDIA GF1xx (GeForce 400, 500)": "nvd9-glxinfo-12.0.js",
+ "NVIDIA GF1xx (GeForce 400, 500)": "nvc1-glxinfo-13.0.js",
"NVIDIA GKxxx (GeForce 600, 700)": "nv106-glxinfo-13.0.js",
"NVIDIA GMxxx (GeForce 900)": "gm107-glxinfo-13.0.js",