]> icculus.org git repositories - taylor/freespace2.git/commit
initial graphics system update
authorTaylor Richards <taylor@icculus.org>
Sat, 26 Oct 2013 06:08:39 +0000 (02:08 -0400)
committerTaylor Richards <taylor@icculus.org>
Fri, 3 Apr 2015 04:40:04 +0000 (00:40 -0400)
commita8cee89f567a35026a1a6a829cf09a26cf68ca33
treea10f4d9a81faa540a5b0592fecffd07013461ee7
parent7b98ca56e1b2c69d88bef7184c4702d5a2793167
initial graphics system update

 - separate OpenGL version code
 - prep for Glide/D3D/Soft removal
 - bitmap sections optional
25 files changed:
include/2d.h
include/bmpman.h
include/grinternal.h
include/gropengl.h
include/gropengl1.h [new file with mode: 0644]
include/gropenglinternal.h [new file with mode: 0644]
include/pstypes.h
include/tmapper.h
src/asteroid/asteroid.cpp
src/bmpman/bmpman.cpp
src/freespace2/freespace.cpp
src/graphics/2d.cpp
src/graphics/gropengl.cpp
src/graphics/gropengl1.cpp [new file with mode: 0644]
src/graphics/gropengl1render.cpp [new file with mode: 0644]
src/graphics/gropengl1texture.cpp [new file with mode: 0644]
src/menuui/credits.cpp
src/menuui/mainhallmenu.cpp
src/model/modelinterp.cpp
src/nebula/neb.cpp
src/render/3ddraw.cpp
src/render/3dlaser.cpp
src/render/3dmath.cpp
src/ship/ship.cpp
src/weapon/weapons.cpp