mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i965: Enable OpenGL ES 3.0 on Sandy Bridge
Regardless of what we put in the screen structure, all of the extensions that compute_version_es2 checks are present and 3.0 will be exposed anyway. NOTE: This is a candidate for the 9.1 branch. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
0a82828ad5
commit
7ae6864f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -1174,7 +1174,7 @@ set_max_gl_versions(struct intel_screen *screen)
|
|||
screen->max_gl_core_version = 31;
|
||||
screen->max_gl_compat_version = 30;
|
||||
screen->max_gl_es1_version = 11;
|
||||
screen->max_gl_es2_version = 20;
|
||||
screen->max_gl_es2_version = 30;
|
||||
break;
|
||||
case 5:
|
||||
case 4:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue