r300g: fix texturing with negative lod bias
[mesa.git] / src / gallium / drivers / llvmpipe / SConscript
index a1ef71da89d754e0594898d93f605f06bc17fe94..543d42dadd228dc8e8bbd2efdaf2549dae0c1719 100644 (file)
@@ -38,6 +38,7 @@ llvmpipe = env.ConvenienceLibrary(
                'lp_fence.c',
                'lp_flush.c',
                'lp_jit.c',
+               'lp_memory.c',
                'lp_perf.c',
                'lp_query.c',
                'lp_rast.c',
@@ -82,6 +83,9 @@ if env['platform'] != 'embedded':
        'sincos',
     ]
 
+    if not msvc:
+        tests.append('round')
+
     for test in tests:
         target = env.Program(
             target = 'lp_test_' + test,