mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
Revert "python: Temporarily disable python state tracker until transfers are done by contexts"
This reverts commit 50a7786619.
This commit is contained in:
parent
f3cb08f3dd
commit
588dd187c4
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue