python: Reimplement the generation of random texture samples in C.

This commit is contained in:
José Fonseca
2008-07-18 01:08:06 +09:00
parent 174c6912d6
commit e74f94b39a
6 changed files with 606 additions and 310 deletions
@@ -20,6 +20,7 @@ if 'python' in env['statetrackers']:
source = [
'gallium.i',
'st_device.c',
'st_sample.c',
'st_softpipe_winsys.c',
],
)