mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
nv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
Found that information message while replaying a trace from Metro 2033 Redux. Mark that property as useless for now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
1a9b0221bc
commit
041da0ae81
1 changed files with 1 additions and 0 deletions
|
|
@ -1093,6 +1093,7 @@ void Source::scanProperty(const struct tgsi_full_property *prop)
|
|||
break;
|
||||
case TGSI_PROPERTY_FS_COORD_ORIGIN:
|
||||
case TGSI_PROPERTY_FS_COORD_PIXEL_CENTER:
|
||||
case TGSI_PROPERTY_FS_DEPTH_LAYOUT:
|
||||
// we don't care
|
||||
break;
|
||||
case TGSI_PROPERTY_VS_PROHIBIT_UCPS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue