xserver/hw/xgl .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 kbd.c, NONE, 1.1 mouse.c, NONE, 1.1 xgl.h, NONE, 1.1 xglcursor.c, NONE, 1.1 xglgc.c, NONE, 1.1 xglinit.c, NONE, 1.1 xglinput.c, NONE, 1.1 xgloutput.c, NONE, 1.1 xglpixmap.c, NONE, 1.1 xglspans.c, NONE, 1.1 xglx.c, NONE, 1.1

Keith Packard xserver-commit at pdx.freedesktop.org
Fri Jun 4 10:06:21 PDT 2004


Committed by: keithp

Update of /cvs/xserver/xserver/hw/xgl
In directory pdx:/tmp/cvs-serv5670

Added Files:
	.cvsignore Makefile.am kbd.c mouse.c xgl.h xglcursor.c xglgc.c 
	xglinit.c xglinput.c xgloutput.c xglpixmap.c xglspans.c xglx.c 
Log Message:
Add (stubbed out) Xgl server code

--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
*.o
Xgl

--- NEW FILE: Makefile.am ---
INCLUDES =					\
	@XGL_INCS@				\
	@XSERVER_CFLAGS@

bin_PROGRAMS = Xgl

Xgl_SOURCES = 					\
	xglgc.c					\
	xglinit.c				\
	xglinput.c				\
	xgloutput.c				\
	xglpixmap.c				\
	xglspans.c

Xgl_LDADD = 					\
	@XGL_LIBS@				\
	@XSERVER_LIBS@

--- NEW FILE: kbd.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: mouse.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xgl.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xglcursor.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xglgc.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xglinit.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xglinput.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xgloutput.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xglpixmap.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xglspans.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xglx.c ---
(This appears to be a binary file; contents omitted.)




More information about the xserver-commit mailing list