diff options
author | Samuel Pitoiset <[email protected]> | 2016-10-18 19:59:27 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-10-19 21:02:50 +0200 |
commit | 041da0ae81d021b00ae65647338e739664f0d505 (patch) | |
tree | 74afab3e379447e54faf364313636566bdbefeb3 /src/gallium/drivers/nouveau | |
parent | 1a9b0221bceaf6c5ef710e984ef322db363e4942 (diff) |
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 <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp index db03281a4d4..0c98744f92e 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp @@ -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: |