diff options
author | José Fonseca <[email protected]> | 2010-03-12 13:12:15 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-13 10:26:28 +0000 |
commit | 50a778661930ec7aa875a9c5235e9910143ec700 (patch) | |
tree | 712c4a0e71837e06d4c697a2fb80178493cc097d /src/gallium/state_trackers | |
parent | 9222c0934910172daf2405b0e581becdfbc80405 (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')
-rw-r--r-- | src/gallium/state_trackers/python/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript index 781f54bf2b9..d0d141fd249 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() |