diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-17 18:37:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-19 13:39:48 +0100 |
commit | 78ee25f005fac9e9cc85425aa3fca8c396d015ea (patch) | |
tree | f0c462c5523ed96c0aa44ed284104efe61992539 /uxa/uxa-accel.c | |
parent | af5c4fc96db56a14bf6347774d8e8f23b38c5967 (diff) |
uxa: Match depth 30 to format.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'uxa/uxa-accel.c')
-rw-r--r-- | uxa/uxa-accel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uxa/uxa-accel.c b/uxa/uxa-accel.c index ed643c61..78d95628 100644 --- a/uxa/uxa-accel.c +++ b/uxa/uxa-accel.c @@ -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; } } |