Mesa (master): Revert "python: Temporarily disable python state tracker until transfers are done by contexts "

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Mar 29 17:03:12 UTC 2010


Module: Mesa
Branch: master
Commit: 588dd187c45490368354f340f5175d2c4d7cbd3c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=588dd187c45490368354f340f5175d2c4d7cbd3c

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Mar 29 17:52:10 2010 +0100

Revert "python: Temporarily disable python state tracker until transfers are done by contexts"

This reverts commit 50a778661930ec7aa875a9c5235e9910143ec700.

---

 src/gallium/state_trackers/python/SConscript |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript
index d0d141f..781f54b 100644
--- a/src/gallium/state_trackers/python/SConscript
+++ b/src/gallium/state_trackers/python/SConscript
@@ -3,8 +3,7 @@ import os.path
 
 Import('*')
 
-if 'python' in env['statetrackers'] and 0:
-    # FIXME: Disable python state tracker until transfers are done by contexts  
+if 'python' in env['statetrackers']:
 
     env = env.Clone()
     




More information about the mesa-commit mailing list