summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2016-07-11 05:58:39 -0700
committerKenneth Graunke <kenneth@whitecape.org>2016-07-11 05:58:39 -0700
commit7a5e854d397e5d2090d3175161861d0e5e77d851 (patch)
tree4be69cd6f54715d923248e76af79977d97321fcc
parentb4e86299eecd1966fcf0a4b3130f78f82f617bac (diff)
Mark GL_AMD_shader_stencil_export as unsupported on Intel Gen <= 8.
-rw-r--r--glxinfo.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/glxinfo.js b/glxinfo.js
index 5998fed..d694ba1 100644
--- a/glxinfo.js
+++ b/glxinfo.js
@@ -333,16 +333,19 @@ var UNSUPPORTED = {
"GL_ARB_shader_stencil_export",
"GL_KHR_texture_compression_astc_hdr",
"GL_KHR_texture_compression_astc_ldr",
+ "GL_AMD_shader_stencil_export",
],
"Intel(R) Haswell (HD 4x00/5000, Iris 5x00)": [
"GL_ARB_shader_stencil_export",
"GL_KHR_texture_compression_astc_hdr",
"GL_KHR_texture_compression_astc_ldr",
+ "GL_AMD_shader_stencil_export",
],
"Intel(R) Ivybridge (HD 2500 / 4000)": [
"GL_ARB_shader_stencil_export",
"GL_KHR_texture_compression_astc_hdr",
"GL_KHR_texture_compression_astc_ldr",
+ "GL_AMD_shader_stencil_export",
],
"Intel(R) Sandybridge (HD 2000/3000)": [
"GL_ARB_conservative_depth",
@@ -355,6 +358,7 @@ var UNSUPPORTED = {
"GL_KHR_texture_compression_astc_hdr",
"GL_KHR_texture_compression_astc_ldr",
"GL_AMD_conservative_depth",
+ "GL_AMD_shader_stencil_export",
],
"Intel(R) Ironlake": [
"GL_ARB_conservative_depth",
@@ -368,6 +372,7 @@ var UNSUPPORTED = {
"GL_KHR_texture_compression_astc_hdr",
"GL_KHR_texture_compression_astc_ldr",
"GL_AMD_conservative_depth",
+ "GL_AMD_shader_stencil_export",
],
"Intel\u00ae GM45 Express": [
"GL_ARB_conservative_depth",
@@ -381,6 +386,7 @@ var UNSUPPORTED = {
"GL_KHR_texture_compression_astc_hdr",
"GL_KHR_texture_compression_astc_ldr",
"GL_AMD_conservative_depth",
+ "GL_AMD_shader_stencil_export",
],
"Intel(R) 965G / X3000": [
"GL_ARB_conservative_depth",
@@ -394,6 +400,7 @@ var UNSUPPORTED = {
"GL_KHR_texture_compression_astc_hdr",
"GL_KHR_texture_compression_astc_ldr",
"GL_AMD_conservative_depth",
+ "GL_AMD_shader_stencil_export",
],
"AMD R600/R700": [
"GL_ARB_ES3_1_compatibility",