]> git.cworth.org Git - apitrace/commit
Move dispatch to its own subdirectory.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 14 Apr 2012 17:13:25 +0000 (18:13 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 14 Apr 2012 17:13:25 +0000 (18:13 +0100)
commit4f242f43bf4b3c8f5daadc4496c0e84ae55117b3
treee1558f16e701eefe1eeb3794552e430248e94662
parentb2f9ad13e08391e2f2c3a83e4225f1ec19eb1c01
Move dispatch to its own subdirectory.
15 files changed:
.gitignore
CMakeLists.txt
dispatch.py [deleted file]
dispatch/.gitignore [new file with mode: 0644]
dispatch/CMakeLists.txt [new file with mode: 0644]
dispatch/__init__.py [new file with mode: 0644]
dispatch/dispatch.py [new file with mode: 0644]
dispatch/glproc.py [new file with mode: 0644]
dispatch/glproc_egl.cpp [new file with mode: 0644]
dispatch/glproc_gl.cpp [new file with mode: 0644]
glproc.py [deleted file]
glproc_egl.cpp [deleted file]
glproc_gl.cpp [deleted file]
retrace/CMakeLists.txt
wrappers/CMakeLists.txt