mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
i965: Claim OpenGL 3.3 support on Broadwell.
Bugs aside, basically everything ought to work. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
b61ff94032
commit
232140a47a
1 changed files with 1 additions and 0 deletions
|
|
@ -1233,6 +1233,7 @@ set_max_gl_versions(struct intel_screen *screen)
|
|||
__DRIscreen *psp = screen->driScrnPriv;
|
||||
|
||||
switch (screen->devinfo->gen) {
|
||||
case 8:
|
||||
case 7:
|
||||
psp->max_gl_core_version = 33;
|
||||
psp->max_gl_compat_version = 30;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue