mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
radv: fix build
Forgot to amend the commit before updating the MR. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
4304162744
commit
34be977f80
1 changed files with 1 additions and 1 deletions
|
|
@ -3445,7 +3445,7 @@ radv_pipeline_generate_depth_stencil_state(struct radeon_cmdbuf *ctx_cs,
|
|||
S_02800C_FORCE_HIS_ENABLE1(V_02800C_FORCE_DISABLE);
|
||||
|
||||
if (!pCreateInfo->pRasterizationState->depthClampEnable &&
|
||||
ps->info.info.ps.writes_z) {
|
||||
ps->info.ps.writes_z) {
|
||||
/* From VK_EXT_depth_range_unrestricted spec:
|
||||
*
|
||||
* "The behavior described in Primitive Clipping still applies.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue