gallium: add R8A8 and A8R8 UNORM formats

They are mostly used for menu overlay in video decoding.

Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
Christian König
2011-09-01 18:36:21 +02:00
parent 8612235bbf
commit 23f01fd31c
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -241,6 +241,8 @@ enum pipe_format {
PIPE_FORMAT_R4A4_UNORM = 168,
PIPE_FORMAT_A4R4_UNORM = 169,
PIPE_FORMAT_R8A8_UNORM = 170,
PIPE_FORMAT_A8R8_UNORM = 171,
PIPE_FORMAT_COUNT
};