mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
zink: enable compat contexts
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12423>
This commit is contained in:
parent
3ed4ddf076
commit
c1d342e986
1 changed files with 0 additions and 1 deletions
|
|
@ -479,7 +479,6 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
return screen->info.have_EXT_conditional_rendering;
|
||||
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
|
||||
return 130;
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL:
|
||||
return 460;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue