i965: Enable OpenGLES 3.1 for Haswell
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -1432,6 +1432,11 @@ set_max_gl_versions(struct intel_screen *screen)
|
||||
psp->max_gl_es2_version = 31;
|
||||
break;
|
||||
case 7:
|
||||
psp->max_gl_core_version = 33;
|
||||
psp->max_gl_compat_version = 30;
|
||||
psp->max_gl_es1_version = 11;
|
||||
psp->max_gl_es2_version = screen->devinfo->is_haswell ? 31 : 30;
|
||||
break;
|
||||
case 6:
|
||||
psp->max_gl_core_version = 33;
|
||||
psp->max_gl_compat_version = 30;
|
||||
|
||||
Reference in New Issue
Block a user