[PULL] xwin engine removal
Adam Jackson
ajax at nwnk.net
Thu Oct 9 00:36:36 PDT 2014
Merged Jon's fixup:
http://lists.freedesktop.org/archives/xorg-devel/2014-October/044245.html
Otherwise this is just the two engine removal patches without deleting
the mi span blit stuff.
---
The following changes since commit 95a5b92e37f73f497d547fd91c543c16d2cc73de:
xfree86: Remove remaining return FALSE from configServerFlags (2014-10-02 10:26:53 -0700)
are available in the git repository at:
ssh://people.freedesktop.org/~ajax/xserver.git xwin
for you to fetch changes up to c79f824bf6617816aaf10393beec8dddfa591f7b:
xwin: Remove primary DirectDraw engine (2014-10-09 09:28:04 +0200)
----------------------------------------------------------------
Adam Jackson (2):
xwin: Remove native GDI engine (v2)
xwin: Remove primary DirectDraw engine
configure.ac | 2 -
hw/xwin/InitOutput.c | 6 -
hw/xwin/Makefile.am | 21 --
hw/xwin/man/XWin.man | 4 -
hw/xwin/win.h | 182 -----------
hw/xwin/winclip.c | 42 ---
hw/xwin/wincreatewnd.c | 22 +-
hw/xwin/winengine.c | 23 --
hw/xwin/winfillsp.c | 842 -------------------------------------------------
hw/xwin/winfont.c | 82 -----
hw/xwin/wingc.c | 235 --------------
hw/xwin/wingetsp.c | 171 ----------
hw/xwin/winmisc.c | 63 ----
hw/xwin/winnativegdi.c | 491 ----------------------------
hw/xwin/winpfbdd.c | 620 ------------------------------------
hw/xwin/winpixmap.c | 223 -------------
hw/xwin/winpolyline.c | 53 ----
hw/xwin/winrop.c | 142 ---------
hw/xwin/winscrinit.c | 139 --------
hw/xwin/winsetsp.c | 175 ----------
hw/xwin/winwindow.c | 219 -------------
hw/xwin/winwndproc.c | 12 +-
22 files changed, 4 insertions(+), 3765 deletions(-)
delete mode 100644 hw/xwin/winclip.c
delete mode 100644 hw/xwin/winfillsp.c
delete mode 100644 hw/xwin/winfont.c
delete mode 100644 hw/xwin/wingc.c
delete mode 100644 hw/xwin/wingetsp.c
delete mode 100644 hw/xwin/winnativegdi.c
delete mode 100644 hw/xwin/winpfbdd.c
delete mode 100644 hw/xwin/winpixmap.c
delete mode 100644 hw/xwin/winpolyline.c
delete mode 100644 hw/xwin/winrop.c
delete mode 100644 hw/xwin/winsetsp.c
- ajax
More information about the xorg-devel
mailing list