Module: Mesa Branch: master Commit: 50a778661930ec7aa875a9c5235e9910143ec700 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50a778661930ec7aa875a9c5235e9910143ec700
Author: José Fonseca <[email protected]> Date: Fri Mar 12 13:12:15 2010 +0000 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 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript index 781f54b..d0d141f 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() _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
