xserver-multidpi/exa
Alan Coopersmith 0ba7fc8472 Stop including inline assembly .il file for Solaris Studio builds
Since all the inb/outb/etc. use in the X server itself (except for
xf86SlowBcopy) has been replaced by calls to libpciaccess, we no
longer need to pass inline assembly files to replace the gcc inline
assembly from hw/xfree86/common/compiler.h when building Xorg itself.

The .il files are still generated and installed in the SDK for the
benefit of drivers who may use them.

Binary diff of before and after showed that xf86SlowBcopy was the
only function changed across the Xorg binary and all modules built
in the Xserver build, it just calls the outb() function now instead
of having the outb instructions inlined, making it a slightly slower
bcopy.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-11-14 13:12:21 +09:00
..
exa_accel.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
exa_classic.c damage: Implicitly unregister on destroy 2013-09-10 14:28:09 -04:00
exa_driver.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
exa_glyphs.c render/exa: use glyph picture accessors 2012-05-21 12:59:20 +01:00
exa_migration_classic.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
exa_migration_mixed.c Skip damage calls if DamageCreate fails in exa functions 2013-10-14 17:56:44 -07:00
exa_mixed.c Skip damage calls if DamageCreate fails in exa functions 2013-10-14 17:56:44 -07:00
exa_offscreen.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
exa_priv.h EXA: Track source/mask pixmaps more explicitly for Composite fallback regions. 2012-10-29 09:06:44 -07:00
exa_render.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
exa_unaccel.c EXA: Track source/mask pixmaps more explicitly for Composite fallback regions. 2012-10-29 09:06:44 -07:00
exa.c Fix formatting of address operators 2012-12-05 18:09:48 -06:00
exa.h exa: pixmap sharing infrastructure (v3) 2012-07-07 10:37:10 +01:00
Makefile.am Stop including inline assembly .il file for Solaris Studio builds 2013-11-14 13:12:21 +09:00