diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-03-10 10:00:08 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-03-10 10:02:03 +0000 |
commit | 5235c5aac7c3a2e4af41cb70864245cc254fb797 (patch) | |
tree | d9d2fe5e82cb6f0b0de6961d2ea73f4c9f80dea0 /src/gallium/winsys/drm/radeon/python/README | |
parent | 80f86d22b2d16e3191dfeedcb9ea94bf30db68a5 (diff) |
Revert "r300-gallium: Skeleton for integrating into the python statetracker."
This reverts commit 2d56d0839e6db0861131893d67fe23734800085a.
Never actually used.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/python/README')
-rw-r--r-- | src/gallium/winsys/drm/radeon/python/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gallium/winsys/drm/radeon/python/README b/src/gallium/winsys/drm/radeon/python/README deleted file mode 100644 index 339836a592..0000000000 --- a/src/gallium/winsys/drm/radeon/python/README +++ /dev/null @@ -1,15 +0,0 @@ -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 |