Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Ashton
mesa
Commits
5efe16d9
Commit
5efe16d9
authored
Sep 10, 2021
by
Joshua Ashton
🐸
Browse files
asd
parent
548a3dc7
Pipeline
#399005
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/drivers/radeonsi/si_descriptors.c
View file @
5efe16d9
...
...
@@ -366,7 +366,7 @@ void si_set_mutable_tex_desc_fields(struct si_screen *sscreen, struct si_texture
/* DCC image stores require INDEPENDENT_128B_BLOCKS, which is not set
* with displayable DCC on Navi12-14 due to DCN limitations. */
S_00A018_WRITE_COMPRESS_ENABLE
(
//tex->surface.u.gfx9.color.dcc.independent_128B_blocks &&
access
&
SI_IMAGE_ACCESS_ALLOW_DCC_STORE
);
!!
(
access
&
SI_IMAGE_ACCESS_ALLOW_DCC_STORE
)
)
;
}
state
[
7
]
=
meta_va
>>
16
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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