summaryrefslogtreecommitdiff
path: root/Software/gallium
diff options
context:
space:
mode:
author67.164.183.155 <c-67-164-183-155.hsd1.co.comcast.net>2009-11-07 04:58:53 +0000
committer67.164.183.155 <c-67-164-183-155.hsd1.co.comcast.net>2009-11-07 04:58:53 +0000
commit738360ab5dcfcc013e8b34878e0723caa3ba5f60 (patch)
tree8f226997870ba2eda38375ced9e0cb03cb6b74cd /Software/gallium
parent33c2b2fd3e8e2c5bcb577dca15e2465664a5f3c9 (diff)
Diffstat (limited to 'Software/gallium')
-rw-r--r--Software/gallium/EGLReferenceDrivers/linuxvmimage.moin10
1 files changed, 10 insertions, 0 deletions
diff --git a/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin b/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin
index eba027e7..414d3391 100644
--- a/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin
+++ b/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin
@@ -112,3 +112,13 @@ scons debug=yes statetrackers=mesa drivers=llvmpipe winsys=xlib dri=false -k
1. Test llvmpipe{{{
export LD_LIBRARY_PATH=$GALLIUM/build/linux-x86-debug/lib:$GALLIUM/build/linux-x86_64-debug:$LD_LIBRARY_PATH
}}}
+
+ 1. Build Python State Tracker{{{
+cd $GALLIUM
+scons debug=yes statetrackers=python drivers=softpipe,trace winsys=none
+}}}
+
+ 1. Test Python State Tracker{{{
+export PYTHONPATH=$GALLIUM/build/linux-x86-debug/gallium/state_trackers/python
+python $GALLIUM/src/gallium/state_trackers/python/samples/tri.py
+}}}