OSDN Git Service

python: Reimplement the generation of random texture samples in C.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 17 Jul 2008 16:08:06 +0000 (01:08 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 17 Jul 2008 16:20:44 +0000 (01:20 +0900)
commite74f94b39ac47a319ee21c526315fb6fbc1513de
tree1bfca5c69ac288172f200a8ea026bb8f874bf9ee
parent174c6912d68a954ff5eddf8b953b813e2eac3deb
python: Reimplement the generation of random texture samples in C.
src/gallium/state_trackers/python/SConscript
src/gallium/state_trackers/python/gallium.i
src/gallium/state_trackers/python/st_sample.c [new file with mode: 0644]
src/gallium/state_trackers/python/st_sample.h [new file with mode: 0644]
src/gallium/state_trackers/python/tests/data.py [deleted file]
src/gallium/state_trackers/python/tests/texture.py