python: Reimplement the generation of random texture samples in C.
[mesa.git] / src / gallium / state_trackers / python / SConscript
index b284d2020bcdd33e1114c1ee80c4601d6c5b8beb..973d96d55a1c0354e17113757d41258424919330 100644 (file)
@@ -20,6 +20,7 @@ if 'python' in env['statetrackers']:
         source = [
             'gallium.i',
             'st_device.c',
+            'st_sample.c',
             'st_softpipe_winsys.c',
         ],
     )