]> git.tdb.fi Git - libs/gl.git/commit
Get rid of the generic Texture::parameter method
authorMikko Rasa <tdb@tdb.fi>
Sun, 4 Jul 2010 11:28:36 +0000 (11:28 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 4 Jul 2010 11:28:36 +0000 (11:28 +0000)
commit7e9e15a12fb398798f2719545cc8553354c1e389
tree3093dd5395f48bc051b5f7c066b3443247c976d8
parent42ace9ac1350d3ae009bdd2fb335ac1e57d1b36b
Get rid of the generic Texture::parameter method
Add distinct methods for setting texture attributes
Don't bind textures for setting attributes, cache the changes instead
Restore previous binding after uploading texture images
Some improvements for choosing texture unit
source/bloom.cpp
source/shadowmap.cpp
source/texture.cpp
source/texture.h
source/texture2d.cpp
source/texture3d.cpp
source/texunit.cpp
source/texunit.h