Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mesa
mesa
Commits
099ce1aa
Commit
099ce1aa
authored
Aug 06, 2020
by
Mike Blumenkrantz
🏋
Committed by
Marge Bot
Jan 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zink: GLSL 420
Reviewed-by:
Dave Airlie
<
airlied@redhat.com
>
Part-of: <
mesa/mesa!8620
>
parent
f1483657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/gallium/drivers/zink/zink_screen.c
src/gallium/drivers/zink/zink_screen.c
+1
-1
No files found.
src/gallium/drivers/zink/zink_screen.c
View file @
099ce1aa
...
...
@@ -198,7 +198,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case
PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
:
return
130
;
case
PIPE_CAP_GLSL_FEATURE_LEVEL
:
return
4
1
0
;
return
4
2
0
;
#if 0 /* TODO: Enable me */
case PIPE_CAP_COMPUTE:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment