projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e89dcf
)
st/nine: Add debug string for ATOC
author
Axel Davy
<axel.davy@ens.fr>
Sat, 7 May 2016 09:20:47 +0000
(11:20 +0200)
committer
Axel Davy
<axel.davy@ens.fr>
Wed, 18 May 2016 21:37:14 +0000
(23:37 +0200)
We were missing a debug string for this format.
Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/nine_pipe.h
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/nine/nine_pipe.h
b/src/gallium/state_trackers/nine/nine_pipe.h
index 523f659855a7f96bb09bfbcd7db1b3162285cb5d..4d2bc922539f0c8c894edc687c2706371b9a0ab5 100644
(file)
--- 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;
}