Latest Comments by STiAT
Tell Blizzard You Want Linux Support In Their Games
9 Mar 2015 at 12:10 am UTC
9 Mar 2015 at 12:10 am UTC
I certainly have to agree with @through, I don't like the vendor specific DRM either. I'm pretty okay with Steam though, which I mainly consider a redistribution platform.
But we will have to agree to disaggree on that I think that having more games is always a benefit, even if it comes with a lock-in like Battle.NET or what ever it's called, since the people get their games on Linux and can play their favourite game.
Sill I agree that vendor specific DRM shouldn't exist at all, I think that "free gaming" on linux is okay, but the content creators are running a business and want our cash (it boils down to that, ain't it). I can live with being something-like-drm controled by Steam, even though, GoG is a cool option if available. They're doing million investments for our entertainment, and I can see the reason they want a distribution platform like Steam to take care of selling their copies and to a certain amount DRM as well (I still think that Steam is the "best" DRM you could get at the moment).
But we will have to agree to disaggree on that I think that having more games is always a benefit, even if it comes with a lock-in like Battle.NET or what ever it's called, since the people get their games on Linux and can play their favourite game.
Sill I agree that vendor specific DRM shouldn't exist at all, I think that "free gaming" on linux is okay, but the content creators are running a business and want our cash (it boils down to that, ain't it). I can live with being something-like-drm controled by Steam, even though, GoG is a cool option if available. They're doing million investments for our entertainment, and I can see the reason they want a distribution platform like Steam to take care of selling their copies and to a certain amount DRM as well (I still think that Steam is the "best" DRM you could get at the moment).
Steam Hardware Survey For February 2015
8 Mar 2015 at 11:57 pm UTC
8 Mar 2015 at 11:57 pm UTC
I'm with Metallinatus here, Sataya may not give as much about DX as the CEOs before, and comparing DX12 and Vulkan, Vulkan clearly can have a huge benefit over DX12, considering mobile space.
We also have to take in account that DX12 and Vulkan work much more similar than other DX-Versions and OpenGL do, so porting won't be that huge anymore. If we don't have a huge downside on Vulkan, we may very well see a decline of DX in favour of Vulkan. That will very much be up to Microsoft and the driver developers (who basically crippled OpenGL in Windows), and very well will depend on the pressure of the industry.
We also have to take in account that DX12 and Vulkan work much more similar than other DX-Versions and OpenGL do, so porting won't be that huge anymore. If we don't have a huge downside on Vulkan, we may very well see a decline of DX in favour of Vulkan. That will very much be up to Microsoft and the driver developers (who basically crippled OpenGL in Windows), and very well will depend on the pressure of the industry.
Tell Blizzard You Want Linux Support In Their Games
8 Mar 2015 at 5:25 pm UTC
Vulkan is not only for SteamOS or those having intentions for SteamOS, could be that they just look for an easy way to support their games on Windows and MacOSX without needing to do the DX/OGL port. But that wouldn't bring us just one step closer to their games on Linux than we are now.
Certainly, I'd like to play SC2, but as I said, I don't see a chance any time soon.
8 Mar 2015 at 5:25 pm UTC
Quoting: subThey do have a OpenGL port of their engine too, still they didn't bother supporting Linux. Vulkan won't make any difference there. It is even confirmed that they have their engine running in linux natively for internal tests, still they didn't bother bringing the games.Quoting: STiATAs much as I'd like to see especially games like SC2 on Linux, I'm unsure this is to happen anytime soon. There is a petitition, there is this forum post - and I may even post there, but I don't think Blizzard will ever give us Linux support. I'd say the chance at the moment is 1 %.Well, Newell said (see the GDC interview) Blizzard is a Vulkan supporter.
It's up to them to prove me wrong.
Why should they support it, if they're not aiming for SteamOS?
If they stick to Windows, they could just stay with Direct3D 12.
Sure, that's not a prove - but a very strong hint if you ask me.
Maybe we see SC2 - Legacy of the Void for SteamOS?
Beta starts in March and Blizzard betas usually take very long until the final release happens.
This could perfectly match the official SteamMachines/SteamOS launch in autumn
and sounds like a good time scale for the GPU vendors to get their first drivers out.
Vulkan is not only for SteamOS or those having intentions for SteamOS, could be that they just look for an easy way to support their games on Windows and MacOSX without needing to do the DX/OGL port. But that wouldn't bring us just one step closer to their games on Linux than we are now.
Certainly, I'd like to play SC2, but as I said, I don't see a chance any time soon.
Tell Blizzard You Want Linux Support In Their Games
8 Mar 2015 at 12:26 pm UTC
8 Mar 2015 at 12:26 pm UTC
As much as I'd like to see especially games like SC2 on Linux, I'm unsure this is to happen anytime soon. There is a petitition, there is this forum post - and I may even post there, but I don't think Blizzard will ever give us Linux support. I'd say the chance at the moment is 1 %.
It's up to them to prove me wrong.
It's up to them to prove me wrong.
Source 2 Will Be Completely Free To Use
8 Mar 2015 at 12:12 pm UTC
8 Mar 2015 at 12:12 pm UTC
Quoting: BomyneSorry to get you out there, it has DirectX support, but will fully support Vulkan.Quoting: XeekeiDoes this mean that there won't be any DirectX support in Source 2? Or did you just exclude that since Linux users wouldn't really care about that?Hopefully no DirectX support.
If they focus their attention on OpenGL support, it'll work across all platforms, and not just Windows.
Lots Of Big Games Confirmed For SteamOS, Torchlight II Now Out, Payday 2, Mordor And More Coming Too
6 Mar 2015 at 2:29 pm UTC
This really doesn't look like a fake anymore....
6 Mar 2015 at 2:29 pm UTC
This really doesn't look like a fake anymore....
Torchlight II Now On Linux, Old News By A Day, But Here’s My Report
6 Mar 2015 at 9:36 am UTC
6 Mar 2015 at 9:36 am UTC
On my NV card after playing a while, the game sometimes stops responding for like 1-2 secs. Except for that it runs smooth.
Vulkan Really Is The Official Name Of The Next Generation OpenGL Initiative
6 Mar 2015 at 8:37 am UTC
6 Mar 2015 at 8:37 am UTC
From the GDC15 Vulkan API-Talk:
"Device" is a logical representation of a GPU. It's how you talk to it. Each has a number of queues, you control which ones you want plus what extensions. You opt-in to extensions. Plus, what layers should be enabled (layers used for things like validation, debugging, logging, etc.)
and
Queues are things like compute queue, graphics queue. GPUs will have various numbers of each kind of queue. All queues scheduled independently and run async.
and
Batch up commands in command buffers. Each is thread local. You tell Vulkan what kind of queue each buffer will be sent to.
basically suggests a Mantle-Like design, in which case I'd have been wrong (oops! :D). Didn't watch the full video yet (I'm at work), but if you have time before I do:
https://www.youtube.com/watch?v=EUNMrU8uU5M [External Link]
"Device" is a logical representation of a GPU. It's how you talk to it. Each has a number of queues, you control which ones you want plus what extensions. You opt-in to extensions. Plus, what layers should be enabled (layers used for things like validation, debugging, logging, etc.)
and
Queues are things like compute queue, graphics queue. GPUs will have various numbers of each kind of queue. All queues scheduled independently and run async.
and
Batch up commands in command buffers. Each is thread local. You tell Vulkan what kind of queue each buffer will be sent to.
basically suggests a Mantle-Like design, in which case I'd have been wrong (oops! :D). Didn't watch the full video yet (I'm at work), but if you have time before I do:
https://www.youtube.com/watch?v=EUNMrU8uU5M [External Link]
Valve Developed Own Vulkan Driver For Intel, They Demo Dota 2 On Source 2
6 Mar 2015 at 8:23 am UTC
6 Mar 2015 at 8:23 am UTC
Quoting: blackout24Both, NVidia and ATI told like half a year ago that they're implementing the Vulkan-API (back then OGL-Next) while it's designed in their drivers already. NVidia even went a step further, saying that they'll have a "day-1" release as soon as the API is stable for "all supported platforms", which I'd guess includes Linux.Quoting: sarmadThe slide says "Vulcan supported ACROSS THE BOARD on Steam Machines". I assume this means both AMD and nVidia have Vulcan drivers for Linux in development.They demoed NVIDIA drivers during the talk and the later Vulkan sessions on Windows. Since the only thing different between NVIDIA drivers across platforms is a small shim to abstract the OS it would probably work in a few weeks. The Imagination Technology guys (two of them) wrote their Vulkan driver for PowerVR in just two months.
Vulkan Really Is The Official Name Of The Next Generation OpenGL Initiative
5 Mar 2015 at 8:29 pm UTC
5 Mar 2015 at 8:29 pm UTC
@Shmerl you're mistaken by that one. The important part is, that the command buffers (objects/materials) are done in seperate threads. Mantle we don't know - they never told us for sure, but I guess they did it the same way as Vulcan now (Vulcan is highly inspired by Mantle), but I'm sure that DX12 has a command queue as well, out of msdn blogs:
The only serial process necessary is the final submission of command lists to the GPU via the command queue, which is a highly efficient process.
The only serial process necessary is the final submission of command lists to the GPU via the command queue, which is a highly efficient process.
- Epic Games just laid off over 1,000 people
- Give fascists the finger and a few bullets in Too Many F*cking Nazis
- NVIDIA driver 595.58.03 released as the big new recommended stable driver for Linux
- AMD FSR SDK 2.2 released with FSR Upscaling 4.1 and FSR Ray Regeneration 1.1
- GE-Proton 10-34 brings fixes for God of War Ragnarök, Assassin's Creed, Final Fantasy XIV
- > See more over 30 days here
- Proton/Wine Games Locking Up
- Caldathras - I think I found my Discord alternative
- ridge - steam overlay performance monitor - issues
- Jarmer - Patreon updates
- Ehvis - What have you been playing recently?
- sana-chan - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Source: i.imgur.com
View cookie preferences.
Accept & Show Accept All & Don't show this again Direct Link