From 50a778661930ec7aa875a9c5235e9910143ec700 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 12 Mar 2010 13:12:15 +0000 Subject: 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. --- src/gallium/state_trackers/python/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/python') 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() -- cgit v1.2.3