VOGONS

Common searches


First post, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

...that Direct-X sucks, sucked always and will always suck (OpenGL was way way better). And that Direct-X 12 is just snake oil, a poor bait excuse for luring pc gamers to w10. Now, don't misunderstand me. I love w10. I have bought it and I am quite satisfied with it.

The game is gorgeus running totally fluid and smooth at 75fps. I am using Vulkan on nVidia card. I have heard that OpenGL may run even better for nVidia cards but I am not switching in the interim because it runs perfect for me.

And the game is fun too. Well done id software. A great reimagining of original Doom.

And it's 50% off in Steam too... 😎

PS - The only thing I have tested Direct-X 12 with is the new Futuremark benchmark. It gave me terrible fps and numbers. I know it's just a sinthetic benchmark but I have heard that the only two or three Direct-X 12 titles on PC don't fare that well compared to Direct-X 11 for instance. A lot of polishing needs to be done. And Vulkan may have the upper hand by being multiplatform. I think it's the way to go.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 1 of 16, by Scali

User metadata
Rank l33t
Rank
l33t
eL_PuSHeR wrote:

...that Direct-X sucks, sucked always and will always suck (OpenGL was way way better). And that Direct-X 12 is just snake oil, a poor bait excuse for luring pc gamers to w10.

Heh, okay... How does DOOM prove any of that, seeing as it has no DirectX renderer, so there is no way to compare APIs in an apples-to-apples scenario?

eL_PuSHeR wrote:

The game is gorgeus running totally fluid and smooth at 75fps.

So, because a game can run fluid and smooth with Vulkan or OpenGL, DirectX sucks and it's snake oil?
That makes no sense at all. There are plenty of games that run totally fluid and smooth with DX as well. They're just APIs, there isn't a lot of difference between them (except that OpenGL drivers aren't as good on anything that isn't NV). As long as the game engine is well-written, the bottleneck should be the GPU, not the API.

DOOM rus fluid and smooth because it was designed that way: Its levels aren't all that complicated (lots of corridors and things, which make it easy to occlude large parts of the level, and only rendering a small part). Also, the graphics quality isn't that high. It's acceptable, and works okay for this kind of game, but it's not exactly cutting-edge in that area.
They deliberately designed the game to be fluid and smooth, to capture the feeling of the original DOOM and Quake games and make them highly maneuverable in multiplayer deathmatch and such. Games like Half-Life 2 and Team Fortress 2 were designed in a similar way: relatively simple graphics algorithms, which allowed very high framerates on even modest hardware, so the games were super-playable.

There's no reason why you couldn't make a game like DOOM that looks exactly the same and plays just as smoothly with DirectX.

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 2 of 16, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Would be nice to test this game on the computer I've just built but I don't buy Denuvo games unless there's a crack. Still waiting.

At least I was able to finally buy Rise of the Tomb Raider last night, working fine without Steam.

Wonder what the chances are of the Doom (2016) source code ever being released without Carmack.

How To Ask Questions The Smart Way
Make your games work offline

Reply 3 of 16, by Splinter

User metadata
Rank Member
Rank
Member

I'm running DOOM on two PCs and the Vulkan performance jump with the Radeon 7950 is remarkable. At least twice the FPS I was getting on Open GL.
On my GTX 970 machine, there's also an improvement but not quite as noticeable.
This is like a free upgrade and I only wish more games took advantage of the Vulkan API.

http://www.compufixshop.com
Main rig Ryzen 2600X Strix RX580 32GB RAM
Secondary rig FX8350 GTX960 16GB RAM

Reply 4 of 16, by Scali

User metadata
Rank l33t
Rank
l33t
Splinter wrote:

This is like a free upgrade and I only wish more games took advantage of the Vulkan API.

I think Vulkan will remain a minor player, much like OpenGL before it...
The situation hasn't changed: PS4 uses its own custom API, Xbox One uses DX11 or DX12. Windows can use either DX, OpenGL or Vulkan. OS X seems limited to OpenGL and Metal at this point.
Which makes DX12 more attractive than Vulkan, because it's the only API that kills two birds with one stone: Xbox and Windows can share quite a bit of code.
For DOOM they had to develop a DX12 version anyway, for the Xbox One. Most studios probably won't want to invest in that for no apparent reason. ID/Bethesda has historically been the 'odd one out', one of the very few to use something other than DX on Windows in a major title.

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 5 of 16, by Jade Falcon

User metadata
Rank BANNED
Rank
BANNED

don't forget unreal. it's was OpenGL supported. I know it's a old example, but it also had DX support witch made comparing the 2 simple.

Reply 6 of 16, by Aideka

User metadata
Rank Member
Rank
Member
Scali wrote:
I think Vulkan will remain a minor player, much like OpenGL before it... The situation hasn't changed: PS4 uses its own custom A […]
Show full quote
Splinter wrote:

This is like a free upgrade and I only wish more games took advantage of the Vulkan API.

I think Vulkan will remain a minor player, much like OpenGL before it...
The situation hasn't changed: PS4 uses its own custom API, Xbox One uses DX11 or DX12. Windows can use either DX, OpenGL or Vulkan. OS X seems limited to OpenGL and Metal at this point.
Which makes DX12 more attractive than Vulkan, because it's the only API that kills two birds with one stone: Xbox and Windows can share quite a bit of code.
For DOOM they had to develop a DX12 version anyway, for the Xbox One. Most studios probably won't want to invest in that for no apparent reason. ID/Bethesda has historically been the 'odd one out', one of the very few to use something other than DX on Windows in a major title.

Vulkan might gain ground on gaming industry because of Linux and Valve's Steam machines though, also the craze to port Android games to PCs might work in Vulkans favor too, since Vulkan works on Android while DX12 does not. I don't know what the custom API in PS4 is, but saying that it uses Mantle propably wouldn't be TOO far off, it it does indeed use Mantle, it might not be too hard to translate that to Vulkan. For Apple stuff there is https://moltengl.com/moltenvk/. Not official it seems, but better than nothing I guess.

8zszli-6.png

Reply 7 of 16, by Scali

User metadata
Rank l33t
Rank
l33t
Aideka wrote:

Vulkan might gain ground on gaming industry because of Linux and Valve's Steam machines though

I doubt it. The exact same argument went for OpenGL, but not much resulted from it.

Aideka wrote:

also the craze to port Android games to PCs might work in Vulkans favor too, since Vulkan works on Android while DX12 does not.

There is a flaw in that reasoning:
Vulkan only works on Android devices that:
A) Have a new enough OS+drivers so that Vulkan is actually available (lack of OS updates from most vendors is a big problem here, don't expect many phones to get an update to add Vulkan, if they don't have it out-of-the-box).
B) Have a GPU capable of Vulkan. Which basically means pretty high-end GPUs only, which are rare on phones. Most phones still use DX9-level GPUs, which do not meet the minimum requirements of Vulkan.

Aideka wrote:

I don't know what the custom API in PS4 is, but saying that it uses Mantle propably wouldn't be TOO far off

It doesn't. Sony developed its own proprietary API. Some info here: http://www.eurogamer.net/articles/digitalfoun … e-playstation-4

Aideka wrote:

it it does indeed use Mantle, it might not be too hard to translate that to Vulkan.

Probably about as hard as translating from PS4's API to DX12. They all use very similar concepts.

Aideka wrote:

For Apple stuff there is https://moltengl.com/moltenvk/. Not official it seems, but better than nothing I guess.

The problem there is that it adds another layer of abstraction. This can impair both compatibility and performance. Not to mention it's not officially supported by Apple.
So, it's not something you'd likely target for a commercial game.

Last edited by Scali on 2016-08-09, 13:34. Edited 1 time in total.

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 8 of 16, by vladstamate

User metadata
Rank Oldbie
Rank
Oldbie
Aideka wrote:
Scali wrote:
I think Vulkan will remain a minor player, much like OpenGL before it... The situation hasn't changed: PS4 uses its own custom A […]
Show full quote
Splinter wrote:

This is like a free upgrade and I only wish more games took advantage of the Vulkan API.

I think Vulkan will remain a minor player, much like OpenGL before it...
The situation hasn't changed: PS4 uses its own custom API, Xbox One uses DX11 or DX12. Windows can use either DX, OpenGL or Vulkan. OS X seems limited to OpenGL and Metal at this point.
Which makes DX12 more attractive than Vulkan, because it's the only API that kills two birds with one stone: Xbox and Windows can share quite a bit of code.
For DOOM they had to develop a DX12 version anyway, for the Xbox One. Most studios probably won't want to invest in that for no apparent reason. ID/Bethesda has historically been the 'odd one out', one of the very few to use something other than DX on Windows in a major title.

Vulkan might gain ground on gaming industry because of Linux and Valve's Steam machines though, also the craze to port Android games to PCs might work in Vulkans favor too, since Vulkan works on Android while DX12 does not.

No it won't. Scali gets it spot on. For AAA game studios (EA, Activision, UbiSoft, etc) the 90%+ of their income comes in order from the following platforms: PS4, XBOne, PC. Two of those will use DX12 making it the API to code in if you want to make money in games. Linux+Android is nothing to income bottom line. Vulkan is aimed at generally small developers who do not multiplatform.

Aideka wrote:

I don't know what the custom API in PS4 is, but saying that it uses Mantle propably wouldn't be TOO far off, it it does indeed use Mantle, it might not be too hard to translate that to Vulkan. For Apple stuff there is https://moltengl.com/moltenvk/. Not official it seems, but better than nothing I guess.

I do, as I was part of the team that designed the PS4 graphics API. I cannot say too much due to NDAs but it is not Mantle.

YouTube channel: https://www.youtube.com/channel/UC7HbC_nq8t1S9l7qGYL0mTA
Collection: http://www.digiloguemuseum.com/index.html
Emulator: https://sites.google.com/site/capex86/
Raytracer: https://sites.google.com/site/opaqueraytracer/

Reply 9 of 16, by Scali

User metadata
Rank l33t
Rank
l33t
vladstamate wrote:

I do, as I was part of the team that designed the PS4 graphics API. I cannot say too much due to NDAs but it is not Mantle.

Do you feel like AMD tried to claim too much credit in the media with the Mantle API? Their introduction made it almost sound like both Xbox One and PS4 were using Mantle, or at least that their APIs were derived from Mantle, rather than the other way around.

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 10 of 16, by vladstamate

User metadata
Rank Oldbie
Rank
Oldbie

Sent you a PM Scali.

YouTube channel: https://www.youtube.com/channel/UC7HbC_nq8t1S9l7qGYL0mTA
Collection: http://www.digiloguemuseum.com/index.html
Emulator: https://sites.google.com/site/capex86/
Raytracer: https://sites.google.com/site/opaqueraytracer/

Reply 12 of 16, by SquallStrife

User metadata
Rank l33t
Rank
l33t
Scali wrote:

It doesn't. Sony developed its own proprietary API. Some info here: http://www.eurogamer.net/articles/digitalfoun … e-playstation-4

Typical Sony! 🤣

VogonsDrivers.com | Link | News Thread

Reply 13 of 16, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++
Scali wrote:

So, because a game can run fluid and smooth with Vulkan or OpenGL, DirectX sucks and it's snake oil?
That makes no sense at all. There are plenty of games that run totally fluid and smooth with DX as well. They're just APIs, there isn't a lot of difference between them (except that OpenGL drivers aren't as good on anything that isn't NV). As long as the game engine is well-written, the bottleneck should be the GPU, not the API.

Could you name some DX titles that run smooth for you?

I have several games and none of them run fluid. They may run okay and fast, but never fluid/smooth. And 99,99% of the games are still using DX9.

And I disagree with you about there isn't that lot of a difference among APIs. And I am not a programmer.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 14 of 16, by Scali

User metadata
Rank l33t
Rank
l33t
eL_PuSHeR wrote:

Could you name some DX titles that run smooth for you?

Anything that can run faster than my screen's refresh rate runs smoothly for me.

eL_PuSHeR wrote:

And I disagree with you about there isn't that lot of a difference among APIs. And I am not a programmer.

I am a programmer 😀
I am just saying that the differences in APIs are superficial, and will not result in fundamental differences of "being able to run smoothly" and "not able to run smoothly".

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 15 of 16, by leileilol

User metadata
Rank l33t++
Rank
l33t++
Jade Falcon wrote:

don't forget unreal. it's was OpenGL supported. I know it's a old example, but it also had DX support witch made comparing the 2 simple.

More like "supported". All UE1 (post Unreal/KHG) titles had a very buggy OpenGL driver shipped. The Direct3D driver was a little more mature, and the Glide and PowerVR drivers were the best to use 😜. still it's pretty bad to stage a pissing contest of APIs in Unreal.

The UnrealEngine2 OpenGL driver isn't feature-parity with their Direct3D8 renderer either so that's also bad to judge

apsosig.png
long live PCem

Reply 16 of 16, by MrEWhite

User metadata
Rank Oldbie
Rank
Oldbie
eL_PuSHeR wrote:
Could you name some DX titles that run smooth for you? […]
Show full quote
Scali wrote:

So, because a game can run fluid and smooth with Vulkan or OpenGL, DirectX sucks and it's snake oil?
That makes no sense at all. There are plenty of games that run totally fluid and smooth with DX as well. They're just APIs, there isn't a lot of difference between them (except that OpenGL drivers aren't as good on anything that isn't NV). As long as the game engine is well-written, the bottleneck should be the GPU, not the API.

Could you name some DX titles that run smooth for you?

I have several games and none of them run fluid. They may run okay and fast, but never fluid/smooth. And 99,99% of the games are still using DX9.

And I disagree with you about there isn't that lot of a difference among APIs. And I am not a programmer.

Every game that uses DX in my library (over 250 games) run perfect, excluding shit port games, like Watch_Dogs (which runs at 60 FPS at max w/ 4x MSAA, but not the 80+ FPS I like.)