From 4459a21e07ffb21aabcc16630d2662355452e891 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 8 Apr 2010 19:47:40 +0100 Subject: [PATCH] gallium: Add a couple more of D3D9 formats forgotten earlier. --- src/gallium/include/pipe/p_format.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index a9198097a32..d5889289825 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 }; -- 2.30.2