Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mike Blumenkrantz
mesa
Commits
4baa239a
Commit
4baa239a
authored
Apr 05, 2021
by
Mike Blumenkrantz
🏋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zink: export PIPE_CAP_TGSI_CLOCK
ARB_shader_clock
parent
9779d727
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/gallium/drivers/zink/zink_screen.c
src/gallium/drivers/zink/zink_screen.c
+3
-0
No files found.
src/gallium/drivers/zink/zink_screen.c
View file @
4baa239a
...
...
@@ -328,6 +328,9 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case
PIPE_CAP_FRAGMENT_SHADER_INTERLOCK
:
return
screen
->
info
.
have_EXT_fragment_shader_interlock
;
case
PIPE_CAP_TGSI_CLOCK
:
return
screen
->
info
.
have_KHR_shader_clock
;
case
PIPE_CAP_POINT_SPRITE
:
return
1
;
...
...
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