diff options
author | Axel Davy <[email protected]> | 2016-05-07 11:20:47 +0200 |
---|---|---|
committer | Axel Davy <[email protected]> | 2016-05-18 23:37:14 +0200 |
commit | edc5cdced56756bfda898a4ed5bd480cd07c2d7e (patch) | |
tree | f19ed7055bf897b7fda750f09d47efe8b6232ee2 | |
parent | 4e89dcf0c4ad543e5404d28b1f949387d63f59ee (diff) |
st/nine: Add debug string for ATOC
We were missing a debug string for this format.
Signed-off-by: Axel Davy <[email protected]>
-rw-r--r-- | src/gallium/state_trackers/nine/nine_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/nine/nine_pipe.h b/src/gallium/state_trackers/nine/nine_pipe.h index 523f659855a..4d2bc922539 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; } |