]> git.tdb.fi Git - libs/gl.git/commit
Remove support for legacy OpenGL features
authorMikko Rasa <mikko.rasa@mikkosoft.fi>
Sun, 20 Oct 2019 17:20:57 +0000 (20:20 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 23 Oct 2019 23:45:29 +0000 (02:45 +0300)
commita40fc85277dba5c34402a0e703d038efd30cc57b
tree00d3ffa6188f1cd79c569376db16fbd33ac261b3
parent2fa1bb084e54af7134b44d3ee7512056e28de67e
Remove support for legacy OpenGL features

This includes all fixed-point functionality as well as the
NV_primitive_restart and SGIS_generate_mipmap extensions, which have
better alternatives available in modern OpenGL.
49 files changed:
extensions/msp_legacy_features.glext [deleted file]
extensions/nv_primitive_restart.glext [deleted file]
extensions/sgis_generate_mipmap.glext [deleted file]
gl.msp.xml
source/batch.cpp
source/camera.cpp
source/camera.h
source/clipping.cpp
source/clipping.h
source/clipplane.cpp
source/clipplane.h
source/clipunit.cpp [deleted file]
source/clipunit.h [deleted file]
source/extension.cpp
source/font.cpp
source/light.cpp
source/light.h
source/lighting.cpp
source/lighting.h
source/lightunit.cpp [deleted file]
source/lightunit.h [deleted file]
source/material.cpp
source/material.h
source/matrix.cpp
source/matrix.h
source/mesh.cpp
source/pixelformat.cpp
source/pixelformat.h
source/primitivetype.cpp
source/primitivetype.h
source/program.cpp
source/program.h
source/renderer.cpp
source/renderer.h
source/text.cpp
source/texture.cpp
source/texture.h
source/texture1d.cpp
source/texture2d.cpp
source/texture3d.cpp
source/texturecube.cpp
source/texturing.cpp
source/texturing.h
source/texunit.cpp
source/texunit.h
source/vertexarray.cpp
source/vertexarray.h
source/vertexbuilder.h
source/vertexformat.h