progs/gallium/python: New home for python statetracker scripts.

This commit is contained in:
José Fonseca
2010-02-14 11:15:19 +00:00
parent 0a3e362175
commit 50812e633f
79 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ or (in Windows)
and then try running
python src/gallium/state_trackers/python/samples/tri.py
python progs/gallium/python/samples/tri.py
which should show a triangle.

View File

@@ -12,4 +12,4 @@ 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
python progs/gallium/python/samples/tri.py