mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
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:
parent
116b6e12d4
commit
93f5eb7ae7
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue