summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-18 01:08:06 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-18 01:20:44 +0900
commite74f94b39ac47a319ee21c526315fb6fbc1513de (patch)
tree1bfca5c69ac288172f200a8ea026bb8f874bf9ee /src/gallium/state_trackers/python/SConscript
parent174c6912d68a954ff5eddf8b953b813e2eac3deb (diff)
python: Reimplement the generation of random texture samples in C.
Diffstat (limited to 'src/gallium/state_trackers/python/SConscript')
-rw-r--r--src/gallium/state_trackers/python/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript
index b284d2020b..973d96d55a 100644
--- a/src/gallium/state_trackers/python/SConscript
+++ b/src/gallium/state_trackers/python/SConscript
@@ -20,6 +20,7 @@ if 'python' in env['statetrackers']:
source = [
'gallium.i',
'st_device.c',
+ 'st_sample.c',
'st_softpipe_winsys.c',
],
)