From 8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 5 Oct 2011 16:47:44 +0200 Subject: Added swrast dll based on wgl --- xorg-server/hw/xwin/InitOutput.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xorg-server/hw/xwin/InitOutput.c') diff --git a/xorg-server/hw/xwin/InitOutput.c b/xorg-server/hw/xwin/InitOutput.c index 3c2f22d73..41e6a57c0 100644 --- a/xorg-server/hw/xwin/InitOutput.c +++ b/xorg-server/hw/xwin/InitOutput.c @@ -871,6 +871,9 @@ winUseMsg (void) ErrorF ("-[no]wgl\n" "\tEnable the GLX extension to use the native Windows WGL interface for accelerated OpenGL\n"); + ErrorF ("-swrastwgl\n" + "\tEnable the GLX extension to use the native Windows WGL interface based on the swrast interface for accelerated OpenGL\n"); + ErrorF ("-[no]winkill\n" "\tAlt+F4 exits the X Server.\n"); -- cgit v1.2.3