DarkRadiant: master 00172d40

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 26.07.2020 20:01 master 84dc6a89
Changeset Remove ARB shader programs (GLSL only from now on)

GLSL is supported since OpenGL 2.0, and the mod itself requires OpenGL 3.0 as a
minimum, so supporting the ancient and obsolete ARB shading language seems
unnecessary at this point.
mod - include/igl.h Diff File
rm - install/gl/Makefile.shaders Diff
rm - install/gl/interaction_fp.arb Diff
rm - install/gl/interaction_fp.cg Diff
rm - install/gl/interaction_vp.arb Diff
rm - install/gl/interaction_vp.cg Diff
rm - install/gl/utils.cg Diff
rm - install/gl/zfill_arbfp1.cg Diff
rm - install/gl/zfill_arbvp1.cg Diff
rm - install/gl/zfill_fp.glp Diff
rm - install/gl/zfill_vp.glp Diff
mod - radiant/Makefile.am Diff File
mod - radiant/render/OpenGLRenderSystem.cpp Diff File
mod - radiant/render/backend/GLProgramFactory.cpp Diff File
mod - radiant/render/backend/GLProgramFactory.h Diff File
rm - radiant/render/backend/glprogram/ARBBumpProgram.cpp Diff
rm - radiant/render/backend/glprogram/ARBBumpProgram.h Diff
rm - radiant/render/backend/glprogram/ARBDepthFillProgram.cpp Diff
rm - radiant/render/backend/glprogram/ARBDepthFillProgram.h Diff