summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-12 13:12:15 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-03-13 10:26:28 +0000
commit50a778661930ec7aa875a9c5235e9910143ec700 (patch)
tree712c4a0e71837e06d4c697a2fb80178493cc097d /src/gallium/state_trackers/python
parent9222c0934910172daf2405b0e581becdfbc80405 (diff)
python: Temporarily disable python state tracker until transfers are done by contexts
It requires changes not ony to the state tracker but to the python scripts too.
Diffstat (limited to 'src/gallium/state_trackers/python')
-rw-r--r--src/gallium/state_trackers/python/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript
index 781f54bf2b..d0d141fd24 100644
--- a/src/gallium/state_trackers/python/SConscript
+++ b/src/gallium/state_trackers/python/SConscript
@@ -3,7 +3,8 @@ import os.path
Import('*')
-if 'python' in env['statetrackers']:
+if 'python' in env['statetrackers'] and 0:
+ # FIXME: Disable python state tracker until transfers are done by contexts
env = env.Clone()