projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ceb2f
)
gallium: Add a couple more of D3D9 formats forgotten earlier.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 8 Apr 2010 18:47:40 +0000
(19:47 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 8 Apr 2010 18:47:40 +0000
(19:47 +0100)
src/gallium/include/pipe/p_format.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_format.h
b/src/gallium/include/pipe/p_format.h
index a9198097a326bb26499a32ada14049da06655e4b..d5889289825df1a9ad1835e99c08519dc8aa640f 100644
(file)
--- a/
src/gallium/include/pipe/p_format.h
+++ b/
src/gallium/include/pipe/p_format.h
@@
-185,6
+185,8
@@
enum pipe_format {
PIPE_FORMAT_B10G10R10A2_UNORM = 131,
PIPE_FORMAT_R10SG10SB10SA2U_NORM = 132,
PIPE_FORMAT_R8G8Bx_SNORM = 133,
+ PIPE_FORMAT_R8G8B8X8_UNORM = 134,
+ PIPE_FORMAT_B4G4R4X4_UNORM = 135,
PIPE_FORMAT_COUNT
};