X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fstate_trackers%2Fpython%2FSConscript;h=aadeaa0a35918dd9fb7fb6cfabbd58d98252581f;hb=1318848f782cce716d6376ca13aebf68b728e24c;hp=d0d141fd2496299b02ba3b3a01b8493e40ce6308;hpb=182c42c8da6edfa66819eef02f4dea310c1f68d7;p=mesa.git diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript index d0d141fd249..aadeaa0a359 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() @@ -45,11 +44,10 @@ if 'python' in env['statetrackers'] and 0: gallium, ]) - if 'llvmpipe' in env['drivers']: + if env['llvm']: env.Append(CPPDEFINES = ['HAVE_LLVMPIPE']) - env.Tool('llvm') env.Prepend(LIBS = [llvmpipe]) - if 'softpipe' in env['drivers']: + if True: env.Append(CPPDEFINES = ['HAVE_SOFTPIPE']) env.Prepend(LIBS = [softpipe])