git clone git://anongit.freedesktop.org/mesa/mesa
./autogen.sh
./configure --enable-gallium-radeon --with-state-trackers=dri,glx
cd mesa/lib/gallium/
ln -s radeong_dri.so r300_dri.so
export LIBGL_DRIVERS_PATH=<PATH TO>/mesa/lib/gallium/
the applications you start from this console will use gallium now. check with glxinfo for GL2.1
AFAIK there are no packages yet.


Reply With Quote

