Date: Tue, 23 Jan 2001 09:28:59 -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-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 ... Message-ID: <200101231728.f0NHSxU58589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/01/23 09:28:59 PST Modified files: devel/sdl-devel Makefile devel/sdl-devel/files patch-ac Added files: devel/sdl-devel/files 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 Log: Add FreeBSD native VGL driver. Right now it is work in progress and to activate and test it you need the following (5-CURRENT only, BTW): - fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch, apply it, recompile/reinstall libvgl; - recompile/reinstall sdl-devel (configure script automatically detects if right version of libvgl is present); - set environment variable SDL_VIDEODRIVER=vgl; - ensure that you have VESA support compiled into kernel or loaded as a kld; - fire up your favourite SDL app ;). Revision Changes Path 1.30 +4 -3 ports/devel/sdl-devel/Makefile 1.14 +99 -5 ports/devel/sdl-devel/files/patch-ac 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?200101231728.f0NHSxU58589>