VOGONS


Great news

Topic actions

First post, by GoldFinger

User metadata
Rank Member
Rank
Member

Well,
I am implementing OpenGL 1.2 and 1.3 features in the code, now, there is no need for all those texture conversions that were done, OpenGL supports all Glide texture modes, so the format is a direct one, I test it and it is very good, compile the new version and give it a try. Take a look at the PGTexture::MakeReady function to understand what I did... 😀

Reply 1 of 1, by Glidos

User metadata
Rank l33t
Rank
l33t

Lovely. I hoped you would do that. Actually some of that was done in your original version, but when I rewrote the texture stuff, it got lost because I didn't understand the conditions under which you are allowed to assume support for these formats.

I bet this will make a noticable speed difference.