uxa: Match depth 30 to format.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2010-06-17 18:37:32 +01:00
parent af5c4fc96d
commit 78ee25f005
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ format_for_depth(int depth)
case 16: return PICT_r5g6b5;
default:
case 24: return PICT_x8r8g8b8;
case 30: return PICT_x2r10g10b10;
case 32: return PICT_a8r8g8b8;
}
}