summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/python/README
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-04-06 15:51:27 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-04-06 15:51:27 +0100
commit2d56d0839e6db0861131893d67fe23734800085a (patch)
tree56b38fb87dfa50ef61e879e1a62314a8901abeba /src/gallium/winsys/drm/radeon/python/README
parente798bf8053612516420a4ec42e2ff58433abd521 (diff)
r300-gallium: Skeleton for integrating into the python statetracker.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/python/README')
-rw-r--r--src/gallium/winsys/drm/radeon/python/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/radeon/python/README b/src/gallium/winsys/drm/radeon/python/README
new file mode 100644
index 0000000000..d9e49bce67
--- /dev/null
+++ b/src/gallium/winsys/drm/radeon/python/README
@@ -0,0 +1,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