]> git.tdb.fi Git - libs/gl.git/commit
Make the use of DevIL optional
authorMikko Rasa <tdb@tdb.fi>
Mon, 4 Feb 2008 12:21:42 +0000 (12:21 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 4 Feb 2008 12:21:42 +0000 (12:21 +0000)
commitd1800d7ea80290f4913d0203241cef1409656522
tree91760af1262242e58b0a8988e6961d2453597f9f
parenta80b074c70ec991f27114efd13686038cf42c493
Make the use of DevIL optional
Allow speifying storage and raw data in texture files
Add class PrimitiveBuilder
Change Font to build all vertices of a string and then draw them at once
Only require OpenGL 1.3 in TexUnit when actually changing the unit
Add a python script to create .tex files with raw data from images
18 files changed:
Build
maketex.py [new file with mode: 0755]
source/font.cpp
source/font.h
source/ilwrap.cpp
source/immediate.cpp
source/immediate.h
source/pixelformat.cpp [new file with mode: 0644]
source/pixelformat.h
source/primitivebuilder.cpp [new file with mode: 0644]
source/primitivebuilder.h [new file with mode: 0644]
source/texture2d.cpp
source/texture2d.h
source/texunit.cpp
source/types.h
source/vertexarray.cpp
source/vertexarray.h
source/vertexformat.cpp