Re: Building Mesa 10 for software rendering support only
Rick Irons <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your help! Rick -----Original Message----- From: Brian Paul [mailto:[email protected]] Sent: Tuesday, February 10, 2015 3:08 PM To: Rick Irons; [email protected] Subject: Re: [Mesa-users] Building Mesa 10 for software rendering support only GLU is a separate package. ftp://ftp.freedesktop.org/pub/mesa/glu/ -Brian On 02/10/2015 12:30 PM, Rick Irons wrote: > Thanks again. That avoided the Radeon issue. > > libGLU.so wasn’t built though. Is this library still provided by Mesa? > > Thanks, > Rick > > -----Original Message----- > From: Brian Paul [mailto:[email protected]] > Sent: Tuesday, February 10, 2015 11:24 AM > To: Rick Irons; [email protected] > Subject: Re: [Mesa-users] Building Mesa 10 for software rendering > support only > > Hmm, with --disable-dri there should be no requirement for a radeon drm version. I'll try to get that fixed. > > Until then, try adding --without-gallium-drivers to your configure command. > > -Brian > > > On 02/10/2015 07:24 AM, Rick Irons wrote: >> Thanks. >> >> I ended up trying Mesa 9.2.5 with the following command... >> >> ./configure --enable-xlib-glx --disable-driglx-direct --disable-dri >> >> I get an error about the Radeon package version not meeting the minimum version. Is there a way to disable the Radeon package version check? I am not interested in supporting any drivers other than software. >> >> Thanks, >> Rick >> >> -----Original Message----- >> From: Brian Paul [mailto:[email protected]] >> Sent: Monday, February 09, 2015 6:47 PM >> To: Rick Irons; [email protected] >> Subject: Re: [Mesa-users] Building Mesa 10 for software rendering >> support only >> >> On 02/06/2015 03:54 PM, Rick Irons wrote: >>> Hi, >>> >>> I am looking to build Mesa 10 such that it only supports software >>> rendering using X11 and has the least number of build dependencies >>> as possible. My goal is to have a single Mesa build environment >>> that will produce the same GL and GLU libraries that are using >>> software rendering regardless of the Debian 7 system on which they are built. >>> Any idea’s on the correct arguments to ‘configure’ that will >>> produce such a Mesa configuration? I have tried numerous >>> permutations of the options to date with no success. >>> >>> Currently, we create a X11 based version of libGL.so and a version >>> of libGLU.so using Mesa 7.2. We use this software rendering version >>> of Mesa in the event that hardware accelerated OpenGL is not >>> available on a LINUX based system. We have no idea of the >>> capabilities of the systems where these libraries will be installed, >>> so we opt to support only software rendering. >>> >>> Thanks for any help you can offer. >> >> Try this: >> >> ./autogen.sh --enable-xlib-glx --disable-driglx-direct --disable-dri >> make >> >> -Brian >> > _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users