python: New state tracker which exposes the pipe driver to python scripts.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Sun, 13 Jul 2008 14:36:59 +0000 (23:36 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sun, 13 Jul 2008 14:37:40 +0000 (23:37 +0900)
commit6410e94b966148dde81b5121e53a250d7b530d91
treef31e0c0f9a75419546a8bf7d28ab309da3eeb02c
parent36dd89c8a7f2a911e8f7f18d1edcaf982a75a438
python: New state tracker which exposes the pipe driver to python scripts.

Still under development. Just barely works.
SConstruct
src/gallium/SConscript
src/gallium/state_trackers/python/README [new file with mode: 0644]
src/gallium/state_trackers/python/SConscript [new file with mode: 0644]
src/gallium/state_trackers/python/gallium.i [new file with mode: 0644]
src/gallium/state_trackers/python/p_format.i [new file with mode: 0644]
src/gallium/state_trackers/python/samples/simple.py [new file with mode: 0644]
src/gallium/state_trackers/python/st_device.c [new file with mode: 0644]
src/gallium/state_trackers/python/st_device.h [new file with mode: 0644]
src/gallium/state_trackers/python/st_softpipe_winsys.c [new file with mode: 0644]
src/gallium/state_trackers/python/st_winsys.h [new file with mode: 0644]