diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-08-04 23:23:21 +0200 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-08-04 23:23:21 +0200 |
commit | 842373104d08d47efc863cecbe30431d3faebef1 (patch) | |
tree | 63906ea9d1da6bd0f8f9907509e23abbd03780b7 /fb | |
parent | 0bf7eaf3052ce24066b0a7c14860b4762fb81364 (diff) |
Add support for RENDER BGRA formats.
Diffstat (limited to 'fb')
-rw-r--r-- | fb/fbpict.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fb/fbpict.h b/fb/fbpict.h index 0a8082ec0..b89f90ff1 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -95,6 +95,8 @@ fbCanGetSolid(PicturePtr pict) case PICT_x8r8g8b8: case PICT_a8b8g8r8: case PICT_x8b8g8r8: + case PICT_b8g8r8a8: + case PICT_b8g8r8x8: case PICT_r8g8b8: case PICT_b8g8r8: case PICT_r5g6b5: |