blob: d9e49bce67b2779e4229d3b8385992bb0e2d7975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|