mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
nir: fix missing nir_lower_pntc_ytransform.c in the makefile
Fixes:33fd9e5d"nir: account for point-coord origin when lowering it" Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8308> (cherry picked from commit81132983cd)
This commit is contained in:
parent
9e1e67b35b
commit
2f9e5cae2b
2 changed files with 2 additions and 1 deletions
|
|
@ -337,7 +337,7 @@
|
|||
"description": "nir: fix missing nir_lower_pntc_ytransform.c in the makefile",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "33fd9e5d8a6b85e20d34f89df655fa5a75eca431"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -286,6 +286,7 @@ NIR_FILES = \
|
|||
nir/nir_lower_passthrough_edgeflags.c \
|
||||
nir/nir_lower_patch_vertices.c \
|
||||
nir/nir_lower_phis_to_scalar.c \
|
||||
nir/nir_lower_pntc_ytransform.c \
|
||||
nir/nir_lower_point_size.c \
|
||||
nir/nir_lower_point_size_mov.c \
|
||||
nir/nir_lower_regs_to_ssa.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue