]> git.tdb.fi Git - libs/gl.git/commit
Add support for detecting extensions
authorMikko Rasa <tdb@tdb.fi>
Fri, 5 Oct 2007 06:01:20 +0000 (06:01 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 5 Oct 2007 06:01:20 +0000 (06:01 +0000)
commit5318aa4fd553be4ce0bc428e73592b787842cdea
treecb9a9994961ef961f2320d83643c351357819342
parent4c89817d6e060323ec1ddd275f3265cea688c650
Add support for detecting extensions
Implement shaders through extensions to support lower OpenGL versions
Rename error.h to except.h
15 files changed:
extgen.py [new file with mode: 0755]
gl.spec [new file with mode: 0644]
source/arb_shader_objects.cpp [new file with mode: 0644]
source/arb_shader_objects.h [new file with mode: 0644]
source/arb_vertex_shader.cpp [new file with mode: 0644]
source/arb_vertex_shader.h [new file with mode: 0644]
source/error.h [deleted file]
source/except.h [new file with mode: 0644]
source/extension.cpp [new file with mode: 0644]
source/extension.h [new file with mode: 0644]
source/program.cpp
source/select.cpp
source/shader.cpp
source/texture.cpp
source/texture2d.cpp