From owner-cvs-all Tue Jan 23 9:29:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 501E637B401; Tue, 23 Jan 2001 09:28:59 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NHSxU58589; Tue, 23 Jan 2001 09:28:59 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231728.f0NHSxU58589@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 09:28:59 -0800 (PST) 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 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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