Re: Please provide a way to get software rendering

2008-11-16 Thread Julien Cristau
On Mon, Nov 17, 2008 at 00:03:43 +0100, Philipp Klaus Krause wrote: > I think it would be useful if one could choose software rendering > without having to uninstall hardware drivers. Maybe a driconf option or > an environment variable would be the way to go. This could be useful for > trying new

Re: [Mesa3d-dev] Please provide a way to get software rendering

2008-11-16 Thread José Fonseca
You already can do it with an environment variable: LD_LIBRARY_PATH=/path/to/mesa/software/only/libGL your-app Jose On Mon, 2008-11-17 at 00:03 +0100, Philipp Klaus Krause wrote: > I think it would be useful if one could choose software rendering > without having to uninstall hardware driver

Please provide a way to get software rendering

2008-11-16 Thread Philipp Klaus Krause
I think it would be useful if one could choose software rendering without having to uninstall hardware drivers. Maybe a driconf option or an environment variable would be the way to go. This could be useful for trying new OpenGL features not yet supported in hardware drivers, like OpenGL 2.0. Phil