aco: Don't store LS VS outputs to LDS when TCS doesn't need them.
[mesa.git] / src / gallium / targets / graw-gdi / SConscript
index 352efe95d09f0ca4c0b9fd4399c9955e576edc94..8dc6c05e7f5f80b25ecb8536f5b440cb7b8ba063 100644 (file)
@@ -10,7 +10,10 @@ env.Append(CPPPATH = [
 ])
 
 env.Prepend(LIBS = [
+    compiler,
+    mesautil,
     gallium,
+    nir,
     'gdi32',
     'user32',
     'ws2_32',
@@ -22,8 +25,8 @@ sources = [
 ]
 
 if True:
-    env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
-    env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
+    env.Append(CPPDEFINES = ['GALLIUM_SOFTPIPE'])
+    env.Prepend(LIBS = [softpipe])
 
 if env['llvm']:
     env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')