[Mesa-dev] [PATCH 34/39] st/nine: Add debug string for ATOC
Axel Davy
axel.davy at ens.fr
Sun May 15 10:45:48 UTC 2016
We were missing a debug string for this format.
Signed-off-by: Axel Davy <axel.davy at ens.fr>
---
src/gallium/state_trackers/nine/nine_pipe.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/state_trackers/nine/nine_pipe.h b/src/gallium/state_trackers/nine/nine_pipe.h
index 523f659..4d2bc92 100644
--- a/src/gallium/state_trackers/nine/nine_pipe.h
+++ b/src/gallium/state_trackers/nine/nine_pipe.h
@@ -423,6 +423,7 @@ d3dformat_to_string(D3DFORMAT fmt)
case D3DFMT_NVDB: return "D3DFMT_NVDB";
case D3DFMT_RESZ: return "D3DFMT_RESZ";
case D3DFMT_NULL: return "D3DFMT_NULL";
+ case D3DFMT_ATOC: return "D3DFMT_ATOC";
default:
break;
}
--
2.8.2
More information about the mesa-dev
mailing list