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:
Samuel Pitoiset 2016-10-18 19:59:27 +02:00
parent 1a9b0221bc
commit 041da0ae81

View file

@ -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: