Module: Mesa
Branch: master
Commit: 4459a21e07ffb21aabcc16630d2662355452e891
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4459a21e07ffb21aabcc16630d2662355452e891

Author: José Fonseca <[email protected]>
Date:   Thu Apr  8 19:47:40 2010 +0100

gallium: Add a couple more of D3D9 formats forgotten earlier.

---

 src/gallium/include/pipe/p_format.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/include/pipe/p_format.h 
b/src/gallium/include/pipe/p_format.h
index a919809..d588928 100644
--- 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
 };

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to