[pull request] kdrive fixes
Mikhail Gusarov
dottedmag at dottedmag.net
Mon Jan 4 11:16:36 PST 2010
The following (reviewed) changes since commit
e10072b7c74a6f5e24f6dfa37e73688d1f3425e3:
Mikhail Gusarov (1):
Add Xephyr.man to .gitignore
are available in the git repository at:
git://git.dottedmag.net/xserver.git for-keithp
Mikhail Gusarov (16):
kdrive: Remove .gitignore left from SDL server
kdrive: Remove unused KdCardInfo::needSync field
kdrive: Add option to compile out input drivers
kdrive: Remove unused KdCardAttr from KdCardInfo
kdrive: Move Xephyr-specific fields out of KdScreenInfo
kdrive: Remove unused KD_MAX_CARD_ADDRESS macro
kdrive: Remove unused overlay fb support
kdrive: Extract common part of fbdevPutColors and fbdevEnable
kdrive: Remove unused KdCardInfo::lastMarker field
kdrive: Remove unused VxWorks* variable declarations
kdrive: Adjust kdrive usage message as shadow overlay support has been dropped
kdrive: Remove bus mouse driver
kdrive: Remove unused 'k' variable
kdrive: Make internal functions static
kdrive: Remove unused kmap.c
kdrive: Remove unused kdNoopOps external variable declaration
configure.ac | 17 ++++
hw/kdrive/ephyr/ephyr.c | 131 +++++++++++++++++---------------
hw/kdrive/ephyr/ephyr.h | 6 +-
hw/kdrive/ephyr/ephyr_draw.c | 7 +-
hw/kdrive/ephyr/ephyrinit.c | 15 ++--
hw/kdrive/ephyr/ephyrvideo.c | 2 +-
hw/kdrive/fake/fake.c | 84 ++++++++++-----------
hw/kdrive/fake/fake.h | 4 +-
hw/kdrive/fake/fakeinit.c | 4 +-
hw/kdrive/fbdev/fbdev.c | 154 +++++++++++++++++++------------------
hw/kdrive/fbdev/fbdev.h | 44 +----------
hw/kdrive/fbdev/fbinit.c | 4 +-
hw/kdrive/linux/Makefile.am | 31 ++++----
hw/kdrive/linux/bus.c | 132 --------------------------------
hw/kdrive/linux/linux.c | 24 ++++++-
hw/kdrive/sdl/.gitignore | 2 -
hw/kdrive/src/Makefile.am | 2 -
hw/kdrive/src/kcmap.c | 121 +++++++++---------------------
hw/kdrive/src/kcurscol.c | 94 -----------------------
hw/kdrive/src/kdrive.c | 109 ++++++++------------------
hw/kdrive/src/kdrive.h | 92 ++--------------------
hw/kdrive/src/kinfo.c | 2 -
hw/kdrive/src/kmap.c | 172 ------------------------------------------
hw/kdrive/src/kmode.c | 10 +--
hw/kdrive/src/kshadow.c | 34 ++++-----
include/kdrive-config.h.in | 9 ++
26 files changed, 373 insertions(+), 933 deletions(-)
delete mode 100644 hw/kdrive/linux/bus.c
delete mode 100644 hw/kdrive/sdl/.gitignore
delete mode 100644 hw/kdrive/src/kcurscol.c
delete mode 100644 hw/kdrive/src/kmap.c
--
http://fossarchy.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20100105/4acd556e/attachment.pgp
More information about the xorg-devel
mailing list