Slope Artifacts in Doom Software Renderer

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Slope Artifacts in Doom Software Renderer

Re: Slope Artifacts in Doom Software Renderer

by drfrag » Sun Sep 29, 2019 5:17 pm

Ouch! They are there, there's no need to recompile as only the non GL exe uses ASM in order to link the main one (SSE2) with SAFESEH.

Re: Slope Artifacts in Doom Software Renderer

by Rachael » Sun Sep 29, 2019 5:06 pm

drfrag wrote: but not in ZDoom32 (it's not the floatification).
What happens when you compile without ASM support? (Should be in the list when you run cmake-gui - you might want to create a new build folder for this test, as changing defines recompiles the whole project)

Re: Slope Artifacts in Doom Software Renderer

by drfrag » Sun Sep 29, 2019 5:04 pm

No idea of what's going on but this thing is old, also happened in 3.3.2 but not in ZDoom32 (it's not the floatification). But there's another problem with disappearing sprites and lower performance with models enabled.
Probably it's the same issue as this one: viewtopic.php?f=56&t=62417

Re: Slope Artifacts in Doom Software Renderer

by Urthur » Fri Feb 22, 2019 5:37 pm

Probably overdue, but here's a link to the demo.
https://www.moddb.com/mods/dimension-of ... gic-teaser

Re: Slope Artifacts in Doom Software Renderer

by Urthur » Sun Jan 20, 2019 6:28 pm

It's a map I'm presently working on. Artifacts appear regardless of position or orientation.

Re: Slope Artifacts in Doom Software Renderer

by wildweasel » Sun Jan 20, 2019 12:50 pm

What WAD/map, and what are your coordinates (use IDMYPOS)?

Slope Artifacts in Doom Software Renderer

by Urthur » Sun Jan 20, 2019 10:28 am



The sky in this map is a dome with a scolling texture. Vertical glitches appear in the (8bit) Doom Software Renderer in GZDoom 3.7.1
Additionally the edges of sloped surfaces sometimes have visible texture glitches.

No such artifacts appear in the GL or True Colour Software Render, or in ZDoom 2.8.1

Top