This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are no files selected for viewing
Submodule librw
updated
30 files
| +12 −3 | src/d3d/d3d8.cpp | |
| +3 −1 | src/d3d/d3d8matfx.cpp | |
| +3 −1 | src/d3d/d3d8skin.cpp | |
| +12 −3 | src/d3d/d3d9.cpp | |
| +3 −1 | src/d3d/d3d9matfx.cpp | |
| +3 −1 | src/d3d/d3d9skin.cpp | |
| +3 −2 | src/d3d/rwd3d8.h | |
| +3 −2 | src/d3d/rwd3d9.h | |
| +3 −2 | src/d3d/rwxbox.h | |
| +11 −3 | src/d3d/xbox.cpp | |
| +3 −1 | src/d3d/xboxmatfx.cpp | |
| +3 −1 | src/d3d/xboxskin.cpp | |
| +3 −2 | src/engine.cpp | |
| +42 −36 | src/gl/gl3matfx.cpp | |
| +12 −3 | src/gl/gl3pipe.cpp | |
| +42 −35 | src/gl/gl3skin.cpp | |
| +3 −2 | src/gl/rwgl3.h | |
| +3 −2 | src/gl/rwwdgl.h | |
| +18 −5 | src/gl/wdgl.cpp | |
| +9 −4 | src/matfx.cpp | |
| +18 −9 | src/pipeline.cpp | |
| +12 −10 | src/ps2/pds.cpp | |
| +34 −7 | src/ps2/ps2.cpp | |
| +5 −2 | src/ps2/ps2matfx.cpp | |
| +6 −2 | src/ps2/ps2skin.cpp | |
| +6 −3 | src/ps2/rwps2.h | |
| +1 −0 | src/rwengine.h | |
| +9 −2 | src/rwpipeline.h | |
| +2 −0 | src/rwplugins.h | |
| +9 −4 | src/skin.cpp |