TES Skyrim 0.143

Forum rules
new topics are not allowed in this subsection, only replies.
  • Author
  • Message
Offline
Posts: 12
Joined: 03 Jan 2013, 14:33

Re: TES Skyrim 0.143

Oyama wrote:
chidosity wrote:
ENBSeries wrote: In the future i'll stay with new ssao only improving it's performance, precision for small details and mixing code changes.
Working on reflections now, experimenting with antialiasing tricks.
Whew!

I really believe that your work on SSAO at the expense of AA has been a core contributing motivation to the ongoing pursuit of identifying and advancing alternate AA implementations such as SMAA and FXAA. The work done with SweetFX in conjunction with ENB being my current prime example. The community continually amazes me with it's ingenuity. ENB SSAO is one of the foundations that the entire Skyrim graphics enthusiasts community is built up around.

;) + 1000 on that.

On a side note, just finished adapting K ENB to 0.143 (moved my lazy ass a bit) and eagerly awaiting for SSAO code improvements to be finished, since actual .143 kills my performance :lol: compared to .132.

Thanx for all Boris, good luck on your work.
I for one will be happy to get hardware AA back. SMAA is great for low or mid end rigs but nothing holds a candle to 8xSSAA. It's the only thing that kills aliased reflections and grass.

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17524
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim 0.143

I will start ban everyone who ask for hw aa. Are you all idiots or what? How many times i must repeat the same? Nobody read docs, so fuck off.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
Posts: 34
Joined: 20 Jan 2013, 21:23

Re: TES Skyrim 0.143

HW AA is bad anyway because of transparencies / vegetation ...

Offline
Posts: 67
Joined: 07 Jul 2012, 08:12
Location: Netherlands

Re: TES Skyrim 0.143

Zinthros wrote:HW AA is bad anyway because of transparencies / vegetation ...
SuperSampling at 2x will do that Vegetation job. At 2x it's not so performance hungry.

Offline
User avatar
*sensei*
Posts: 391
Joined: 03 Oct 2012, 06:12
Location: Ottawa, Canada

Re: TES Skyrim 0.143

@ Boris
People don't get that, with deferred code, SSAO will be less accurate if hardware anti-aliasing is applied AND have a terrible impact on performance. I suppose it's due to the amount of data that has be collected in the first pass that has AA applied on it that may cause such an issue, especially separating data into the G-buffer, which I bet causes an increase in memory bandwidth. Sort of defeats the purpose of having better SSAO methods if it will look terrible with hardware AA. I think it should just be made aware, since clearly people are still a bit on the annoying side trying to argue about getting hardware AA back even though it'll actually look bad, applying both the AA and deferred SSAO together.

In my opinion, just stick with the deferred code. Sure, post-process AA like FXAA or SMAA can't beat MSAA or SSAA, but whatever. I'd rather sacrifice that for tighter and better SSAO :)

Besides, it's sort of difficult (or impossible) to make hardware AA work with deferred code on DirectX 9 games, isn't it? I know, at least by literature, that games supporting DirectX 10 or 11 has ways of making deferred shaders work with hardware AA. Correct me if I'm wrong, I'm quite curious about it ;)

Quality SSAO + post-process AA > Okay SSAO + hardware AA
Last edited by ZeroKing on 15 Feb 2013, 00:31, edited 1 time in total.
_________________
Intel Core i9 10900K @4.9GHz | ASUS ROG Strix Z490-G | NVIDIA - EVGA RTX 2080 XC Ultra | 32GB DDR4 Corsair Vengeance RGB PRO | 2x ADATA XPG SX8200 Pro 1TB

Flickr
Twitter

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17524
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: TES Skyrim 0.143

Deffered with msaa impossible in dx9. And to make ssao compatible with msaa in 0.119 and older versions, it was not rendered to antialiased target, normals generated from depth by my special method which remove wrong lines where aa applied. And downsampling antialiased color to non antialiased twice, with transparent and without transparent objects, this is very costly by memory bandwidth, for aa x4 at 1080p is about 120 mb transfer. For complex indirect lighting (which is always on with deffered) i drawed each object to another render target without textures, it's one more antialiased surface with copy data from it for processing. So much effort for aa? Supersampling is faster in this case, even deffered. I know only one solution to make aa work with deffer, but this trick only possible when you develop game and can change all shaders.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
Posts: 96
Joined: 01 Jan 2012, 01:05

Re: TES Skyrim 0.143

ENBSeries wrote:I will start ban everyone who ask for hw aa. Are you all idiots or what? How many times i must repeat the same? Nobody read docs, so fuck off.
This.
Post Reply