NormalNX texture resizing

Moderator: Raze Developers

User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49130
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: NormalNX texture resizing

Post by Graf Zahl »

Yeah, the resizing options need to be exposed in the menu. Since Raze now works on the full GZDoom backend they are all available.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: NormalNX texture resizing

Post by sinisterseed »

Just exposed them, that should be all, I think? Only one I did not was the sorting option, think that CVAR is not actually ported as it just showed up as "Unknown".

It was fun forgetting to define the submenu and then get baffled at it not showing up for two hours lol.
User avatar
Rachael
Posts: 13720
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: NormalNX texture resizing

Post by Rachael »

sinisterseed wrote:Just exposed them, that should be all, I think? Only one I did not was the sorting option, think that CVAR is not actually ported as it just showed up as "Unknown".
Which sorting option? I can probably help you figure that out.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: NormalNX texture resizing

Post by sinisterseed »

Rachael wrote:
sinisterseed wrote:Just exposed them, that should be all, I think? Only one I did not was the sorting option, think that CVAR is not actually ported as it just showed up as "Unknown".
Which sorting option? I can probably help you figure that out.
GZDoom had an option for gl_sort_textures, but when I added it its options showed up as "Unknown".

I'm gonna give it another spin to see if this feature is truly absent or I overlooked something.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: NormalNX texture resizing

Post by sinisterseed »

sinisterseed wrote:
Rachael wrote:
sinisterseed wrote:Just exposed them, that should be all, I think? Only one I did not was the sorting option, think that CVAR is not actually ported as it just showed up as "Unknown".
Which sorting option? I can probably help you figure that out.
GZDoom had an option for gl_sort_textures, but when I added it its options showed up as "Unknown".

I'm gonna give it another spin to see if this feature is truly absent or I overlooked something.
"Unknown command: gl_sort_textures".

Hm, well, I guess this does in fact not exist at this time.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49130
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: NormalNX texture resizing

Post by Graf Zahl »

gl_sort_textures was something that was beneficial on old GL 2.0 hardware, but with anything more recent couldn't see any difference in performance.
ZellSF
Posts: 18
Joined: Tue Aug 13, 2019 12:04 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: NormalNX texture resizing

Post by ZellSF »

It does make a difference still, in one place I used to test performance it gave a +5 FPS increase, but it gave a -5 decrease in another place so...
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: NormalNX texture resizing

Post by sinisterseed »

Basically insignificant impact, so no loss by not re-implementing it for Raze.

Especially since it was aimed at GL 2.0 hardware, which is unsupported anyway.

Return to “Closed Feature Suggestions [Raze]”