This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-06 16:26:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c6215a145115f064e88eba60e3fcdb10b0ef1abe
0ad
/
source
/
renderer
T
History
janwas
21709a5a7a
(as before, belonged in the previous batches)
...
This was SVN commit r2649.
2005-09-02 02:58:40 +00:00
..
AlphaMapCalculator.cpp
…
AlphaMapCalculator.h
…
BlendShapes.h
…
ModelRData.cpp
(as before, belonged in the previous batches)
2005-09-02 02:58:40 +00:00
ModelRData.h
…
PatchRData.cpp
(as before, belonged in the previous batches)
2005-09-02 02:58:40 +00:00
PatchRData.h
…
PlayerRenderer.cpp
Use gl*ARB wherever possible. They are mapped onto the core gl* function if the driver's version is high enough, else onto the extension's gl*ARB function.
2005-06-14 03:33:16 +00:00
PlayerRenderer.h
Temporary fix for mouse input. Improved performance in player-colour model renderer. Also improved performance in lighting, at least in unoptimised builds.
2005-05-20 17:09:47 +00:00
Renderer.cpp
- both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate.
2005-09-02 02:54:02 +00:00
Renderer.h
- fix w4 warnings
2005-08-09 15:55:44 +00:00
SHCoeffs.cpp
Temporary fix for mouse input. Improved performance in player-colour model renderer. Also improved performance in lighting, at least in unoptimised builds.
2005-05-20 17:09:47 +00:00
SHCoeffs.h
…
TransparencyRenderer.cpp
Temporary fix for mouse input. Improved performance in player-colour model renderer. Also improved performance in lighting, at least in unoptimised builds.
2005-05-20 17:09:47 +00:00
TransparencyRenderer.h
…
VertexBuffer.cpp
- fix w4 warnings
2005-08-09 15:55:44 +00:00
VertexBuffer.h
- split up lib/res into file, graphics and sound.
2005-08-12 17:06:53 +00:00
VertexBufferManager.cpp
- fix w4 warnings
2005-08-09 15:55:44 +00:00
VertexBufferManager.h
…