[PATCH 5/9] dix: Remove some cfb leftovers
Adam Jackson
ajax at redhat.com
Wed May 21 12:31:21 PDT 2014
These macros meant something in cfb, but not in fb.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
include/servermd.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/include/servermd.h b/include/servermd.h
index 5d23554..18d3039 100644
--- a/include/servermd.h
+++ b/include/servermd.h
@@ -88,9 +88,6 @@ SOFTWARE.
#define IMAGE_BYTE_ORDER LSBFirst
#define GLYPHPADBYTES 4
-#define GETLEFTBITS_ALIGNMENT 1
-#define LARGE_INSTRUCTION_CACHE
-#define AVOID_MEMORY_READ
#endif /* __nds32__ */
@@ -187,8 +184,6 @@ SOFTWARE.
#define BITMAP_BIT_ORDER MSBFirst
#define GLYPHPADBYTES 4
-#define FAST_UNALIGNED_READ
-
#endif /* linux/s390 */
#if defined (linux) && defined (__s390x__)
@@ -197,8 +192,6 @@ SOFTWARE.
#define BITMAP_BIT_ORDER MSBFirst
#define GLYPHPADBYTES 4
-#define FAST_UNALIGNED_READ
-
#endif /* linux/s390x */
#if defined(__ia64__) || defined(ia64)
--
1.9.0
More information about the xorg-devel
mailing list