diff options
author | Adam Jackson <ajax@redhat.com> | 2016-09-24 19:40:52 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-03-17 15:14:42 -0400 |
commit | 0803918e64262482035f042e5e1f2a571d3dea1b (patch) | |
tree | 2894c10d1690af5541b185dc9798ac5f6a78a7a9 /mi | |
parent | e33be78e2ab63abc84aa0baddff90bcefa9c183a (diff) |
fb: Remove 24bpp support (v3)
v2:
- Require power-of-two bpp in ScreenInit
- Eliminate fbCreatePixmapBpp
v3
- Squash in the exa and glamor changes so we can remove pRotatedPixmap
in the same stroke.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'mi')
-rw-r--r-- | mi/migc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -46,8 +46,6 @@ miChangeGC(GCPtr pGC, unsigned long mask) void miDestroyGC(GCPtr pGC) { - if (pGC->pRotatedPixmap) - (*pGC->pScreen->DestroyPixmap) (pGC->pRotatedPixmap); if (pGC->freeCompClip) RegionDestroy(pGC->pCompositeClip); } |