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 /fb/Makefile.am | |
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 'fb/Makefile.am')
-rw-r--r-- | fb/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index 65b5d9432..333aa06a9 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -14,8 +14,6 @@ libwfb_la_LIBADD = $(PIXMAN_LIBS) libfb_la_SOURCES = \ fb.h \ - fb24_32.c \ - fb24_32.h \ fballpriv.c \ fbarc.c \ fbbits.c \ |