From: Emmanuel M. <mg...@no...> - 2000-12-14 21:53:04
|
Is there a way to recompile Mesa so that it uses pure X calls and doesn't try to use the GLX extension ? The reasons for this request are twofold: 1. It has been my experience that more often than not, OpenGL problems with Linux are generally bugs in the GLX layer. It can go from incorrect display to machine reboots. 2. I'm not interested in Mesa's performances, but in its render correctness: I use Mesa as a measuring stick to check other HW accelerated OpenGL implementations. 3. I have a couple of machines on my LAN with no GLX extension whatsoever, and I often need to launch a Linux-based Mesa-linked app with it's display on that GLX-less remote head. And I can't. Any help, and/or pointers appreciated. - Emmanuel |