Indev450 / SRB2Kart-Saturn

GNU General Public License v2.0
24 stars 9 forks source link

Texture Related things #97

Closed alufolie91 closed 7 months ago

alufolie91 commented 8 months ago

For some reason, the rounddown code was always active, making the cvar do nothing this completely removed the rounddown code, as all it did was resize all textures to the next smaller powers of two, basically making alot of maps stutter especially on mapload this may increase memory usage with the sideeffect of less stuttering though iit also adds a texture buffer for converting non RGBA to RGBA textures and also changes a bit of mipmap caching/handling