blob: 339836a592ba5eab79c4aff4b6b9b8650d94a35b (
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 progs/gallium/python/samples/tri.py
|