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
82d21eae
Commit
82d21eae
authored
Apr 05, 2021
by
Mike Blumenkrantz
🏋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zink: export PIPE_CAP_TGSI_BALLOT
parent
3f67b746
Pipeline
#295594
waiting for manual action with stages
Changes
1
Pipelines
3
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 @
82d21eae
...
...
@@ -334,6 +334,9 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case
PIPE_CAP_POINT_SPRITE
:
return
1
;
case
PIPE_CAP_TGSI_BALLOT
:
return
screen
->
info
.
have_EXT_shader_subgroup_ballot
||
screen
->
vk_version
>=
VK_MAKE_VERSION
(
1
,
1
,
0
);
case
PIPE_CAP_SAMPLE_SHADING
:
return
screen
->
info
.
feats
.
features
.
sampleRateShading
;
...
...
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