-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Sondergaard wrote: > I (want to pretend that I) don't have an OpenGL capable graphics card in > my machine, so I'd like to have software rendering when rendering > locally. I'd also like to be able to send/receive GLX protocol when > rendering against a remote X display that is glx capable. the > linux-indirect config specifically states that it doesn't support local > rendering and the linux/linux-x86 configs seems to result in builds that > always perform local/direct rendering, even when running against a > remote glx capable display.
The short answer is no. It could probably be done by making a software-only DRI driver, but getting all that connected in to work correctly would be a fair amount of work. It would probably be easier to build an indirect rendering capable libGL and a software rendering libGL and use LD_PRELOAD or some other ld magic to pick the one that you want. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEczkyX1gOwKyEAw8RAoROAKCaJPmm4v31ZixKMib5tFbgHOExpQCcCkW7 QedDSTCE7n8lOKIR7iF1YwI= =afMg -----END PGP SIGNATURE----- ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
