Date: Sat, 27 Jan 2001 11:22:03 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel Makefile ports/devel/sdl-devel/files patch-src_video_svga_SDL__svgaevents.c patch-src_video_x11_SDL__x11events.c patch-ac patch-configure.in patch-src_video_Makefile.am patch-src_video_Makefile.in patch-src_video_SDL__sysvideo.h patch-src_video_SDL__video.c patch-src_video_vgl_Makefile.am ... Message-ID: <200101271922.f0RJM3E53237@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/01/27 11:22:03 PST
Modified files:
devel/sdl-devel Makefile
devel/sdl-devel/files patch-ac patch-configure.in
patch-src_video_Makefile.am
patch-src_video_Makefile.in
patch-src_video_SDL__sysvideo.h
patch-src_video_SDL__video.c
patch-src_video_vgl_Makefile.am
patch-src_video_vgl_Makefile.in
patch-src_video_vgl_SDL__vglevents.c
patch-src_video_vgl_SDL__vglevents__c.h
patch-src_video_vgl_SDL__vglmouse.c
patch-src_video_vgl_SDL__vglmouse__c.h
patch-src_video_vgl_SDL__vglvideo.c
patch-src_video_vgl_SDL__vglvideo.h
Added files:
devel/sdl-devel/files patch-src_video_svga_SDL__svgaevents.c
patch-src_video_x11_SDL__x11events.c
Log:
Make vgl driver working OOB without the need to use custom patched version
of libvgl. I abadoned my previous plans to get my extentions into the base
system because it seems that libvgl is at the end of its lifecycle and will
be replaced by more generic and better solution (probably kgi/ggi), at least
nsouch is actively working in this drection now. In the meantime, those
lucky with VESA 2.0 compatible videocards would be able to play quakeforge
or any other SDL-based games straight on their FreeBSD consoles ;).
Revision Changes Path
1.32 +8 -3 ports/devel/sdl-devel/Makefile
1.15 +3 -3 ports/devel/sdl-devel/files/patch-ac
1.2 +2 -2 ports/devel/sdl-devel/files/patch-configure.in
1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_Makefile.am
1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_Makefile.in
1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_SDL__sysvideo.h
1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_SDL__video.c
1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_vgl_Makefile.am
1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_vgl_Makefile.in
1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglevents.c
1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglevents__c.h
1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglmouse.c
1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglmouse__c.h
1.2 +191 -19 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglvideo.c
1.2 +25 -6 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglvideo.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101271922.f0RJM3E53237>
