Move all API specs to a separate dir.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 27 Sep 2011 08:21:38 +0000 (09:21 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 27 Sep 2011 08:21:38 +0000 (09:21 +0100)
commitbd86a22d1a17fc33a32e80e48eec3b4338081a69
treea77bb4c958d3653d6d45713da03b15427bee9dfb
parent8d6f8f3b24af9a1a788f2385e8de8855605f0ac7
Move all API specs to a separate dir.
53 files changed:
CMakeLists.txt
cgltrace.py
d3d10trace.py
d3d8trace.py
d3d9trace.py
ddrawtrace.py
dispatch.py
glproc.py
glretrace.py
glstate.py
gltrace.py
glxtrace.py
retrace.py
specs/__init__.py [new file with mode: 0644]
specs/cglapi.py [moved from cglapi.py with 100% similarity]
specs/d3d.py [moved from d3d.py with 100% similarity]
specs/d3d10.py [moved from d3d10.py with 100% similarity]
specs/d3d10_1.py [moved from d3d10_1.py with 100% similarity]
specs/d3d10misc.py [moved from d3d10misc.py with 100% similarity]
specs/d3d8.py [moved from d3d8.py with 100% similarity]
specs/d3d8caps.py [moved from d3d8caps.py with 100% similarity]
specs/d3d8types.py [moved from d3d8types.py with 100% similarity]
specs/d3d9.py [moved from d3d9.py with 100% similarity]
specs/d3d9caps.py [moved from d3d9caps.py with 100% similarity]
specs/d3d9types.py [moved from d3d9types.py with 100% similarity]
specs/d3dcaps.py [moved from d3dcaps.py with 100% similarity]
specs/d3dtypes.py [moved from d3dtypes.py with 100% similarity]
specs/ddraw.py [moved from ddraw.py with 100% similarity]
specs/debug.py [moved from debug.py with 100% similarity]
specs/dxgi.py [moved from dxgi.py with 100% similarity]
specs/dxgiformat.py [moved from dxgiformat.py with 100% similarity]
specs/dxgitype.py [moved from dxgitype.py with 100% similarity]
specs/glapi.py [moved from glapi.py with 100% similarity]
specs/glparams.py [moved from glparams.py with 100% similarity]
specs/gltypes.py [moved from gltypes.py with 100% similarity]
specs/glxapi.py [moved from glxapi.py with 100% similarity]
specs/scripts/.gitignore [moved from apigen/.gitignore with 100% similarity]
specs/scripts/Makefile [moved from apigen/Makefile with 100% similarity]
specs/scripts/README [moved from apigen/README with 100% similarity]
specs/scripts/cdecl.py [moved from apigen/cdecl.py with 100% similarity]
specs/scripts/glparams.sed [moved from apigen/glparams.sed with 100% similarity]
specs/scripts/glspec.py [moved from apigen/glspec.py with 100% similarity]
specs/scripts/gltxt.py [moved from apigen/gltxt.py with 100% similarity]
specs/scripts/reference-opengl-arb.sh [moved from apigen/reference-opengl-arb.sh with 100% similarity]
specs/scripts/reference-opengl-man.sh [moved from apigen/reference-opengl-man.sh with 100% similarity]
specs/scripts/sort.sh [moved from apigen/sort.sh with 100% similarity]
specs/scripts/wglenum.sh [moved from apigen/wglenum.sh with 100% similarity]
specs/stdapi.py [moved from stdapi.py with 100% similarity]
specs/wglapi.py [moved from wglapi.py with 100% similarity]
specs/wglenum.py [moved from wglenum.py with 100% similarity]
specs/winapi.py [moved from winapi.py with 100% similarity]
trace.py
wgltrace.py