Python bindings for the radeon gallium driver.


See gallium/src/gallium/state_trackers/python/README for more information.


Build as:

  scons debug=1 statetrackers=python winsys=drm/radeon/python
  
Run as:

  export PYTHONPATH=$PWD/build/linux-x86-debug/gallium/winsys/drm/radeon/python:$PWD/build/linux-x86-debug/gallium/state_trackers/python 
 
  python src/gallium/state_trackers/python/samples/tri.py
