Check out our Monthly Survey Page to see what our users are running.
We do often include affiliate links to earn us some pennies. See more here.
Two long and low quality videos from GDC are now up with Vulkan as the subject, all very interesting with Oxide Games and Valve speaking.

I've done some highlights for you. The audio is pretty terrible at times, as I've had to sit here with my volume slider going up and down to hear parts.

Developer focused video
YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link

More background info from Khronos
They started the originally discussion to re-do OpenGL back in October 2012, earlier than they had mentioned at all previously. It wasn't a top priority, and it dragged on.

In June/July 2014 it became GL Next and became a top priority. Mantle, DirectX 12 and Metal came along and they realised OpenGL would be left behind. AMD donates Mantle.

Renamed and disclosed to the world at GDC 2015.

Public launch of Vulkan February 16th, 2016.

More info about Vulkan
He says they wanted a clean slate, but clean doesn't mean simple. He says not to think of Vulkan as a graphics API, but to think of it as an API for controlling graphics and compute hardware.

They aimed for increased reliability due to developers comments about OpenGL bugs and different implementations.

They have a conformance test, but right now it's very immature.

About Open Source
They had to do some things in secret due to lawyers and patents. They are still working on their CLA with lawyers to allow others pull requests. They should be able to take pull requests against the specification and code by next week.

The move to open source has been really good for them, with people helping to find typos, header file improvements, specification errors and so on. (Editor note: Who would have thought making it open source would bring in people to help eh? ;))

There's a lot more companies involved in Vulkan than I thought including Lucasfilm, Sony, Google, PIXAR, Nintendo, and so on.

Nvidia talking about Vulkan
They have to do less driver magic, less guessing and this gives them simpler drivers. All the expensive stuff is under each applications control.

They say it's not a true low-level API, they maintain higher level abstractions. They say a true low-level API would mean applications would have to code in IHV specific code paths.

There are differences between Nvidia, AMD and Tilers (mobile):
image

More developer stuff, Oxide Games and Valve
YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link

Oxide games (Ashes of the Singularity) about Nitrous engine
Old API's were holding them back.

Mentions again how similar DirectX 12 and Vulkan are, and if you do one you should do the other.

Valve about Dota 2, About 1:26:54
Valve state the Source 2 powered Dota 2 Reborn has a completed Vulkan rendering system now, and they have shipped it to "IHVs" (independent hardware vendors). They have it running on AMD, Nvidia and Intel on both Windows and Linux.

Scaleform are working on a Vulkan back-end that Valve need for some of their UI, so they are waiting on them.

Valve state that Dota 2 isn't the best performance mark for Vulkan as it's not doing a lot, and they aren't using certain Vulkan features yet they will do in future, and they think they will improve performance on it.

The latency is a lot lower (better) in Vulkan than DirectX 9 in Dota 2.

In the first Nvidia test (a portion of a normal match):
In FPS terms Vulkan beats OpenGL. DirectX 9 beats them both and all of them beat DirectX 11.

In the second Nvidia test (a big battle, lots going on):
In FPS terms Vulkan beats all. OpenGL and DirectX 9 evenly matched and again they all beat DirectX 11.

He sums it up as this:
- Significant latency reduction
- Improved framerate in heavy scenes
- Only going to get better

He then comments that all IHVs (AMD, Nvidia, Intel) drivers with Vulkan are already very efficient (which is pleasing to hear!).

Then he goes into lessons they learned hoping it helps others. Finally there's a Q&A section.

There are more talks going on today too, so hopefully I can write them up as well. Article taken from GamingOnLinux.com.
Tags: AMD, NVIDIA, Steam, Vulkan
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
14 comments
Page: 1/2»
  Go to:

Pecisk Mar 17, 2016
From technical presentations:
* AMD Windows Vulkan driver compilant now;
* Validation tool in future having profiles of devices so you get indication how good/bad your code will run on all supported devices;
* Quite a freedom to screw around, Vulkan won't do validation during runtime;

Overall very impressed how united industry is behind Vulkan. It will enable Linux for gaming, guaranteed.
Eike Mar 17, 2016
View PC info
  • Supporter Plus
Anybody has the slides? It's hardly visible on the video...
Liam Dawe Mar 17, 2016
Updated with more info from the first video.
Pecisk Mar 17, 2016
I hope Sony involvment means they look for possibility to add Vulkan API to PS4. Considering Vulkan driver is so much easier to support and it is much closer to what they have now, it would be a killer move.
Armand Raynal Mar 17, 2016
'Who would have thought making it open source would bring in people to help eh?'
Yeah, who ... :D
Sad they do not release it with copyleft. If vulkan get to replace DX, their licence would allow brand like nvidia to make some closed source add-on that would work only on their hardware or just better on it, just to screw up competition as they do now.
alex_gol Mar 17, 2016
Quoting: PeciskI hope Sony involvment means they look for possibility to add Vulkan API to PS4. Considering Vulkan driver is so much easier to support and it is much closer to what they have now, it would be a killer move.

?????
Easier to support than what?
Both XBone and PS4 dont need Vulkan or DX12. Games are developed
particularly for their hardware.
Cybolic Mar 17, 2016
Quoting: alexgol
Quoting: PeciskI hope Sony involvment means they look for possibility to add Vulkan API to PS4. Considering Vulkan driver is so much easier to support and it is much closer to what they have now, it would be a killer move.

?????
Easier to support than what?
Both XBone and PS4 dont need Vulkan or DX12. Games are developed
particularly for their hardware.

Yes, but if PS4 (or 5) supported Vulkan, a game built for Vulkan would be able to run on Linux, Mac, Windows 7-10, SteamOS, PS4 and Android; that's pretty much every platform out there apart from XBox and Wii U (but Nintendo's in the group as well... we'll see). On the other hand, a game built for DX12 is able to run on XBox and only the latest version of Windows, that's it.
Of course, games still need to be tweaked to run on each platform, but with Vulkan, it's just optimisation and code path changes, not an entirely new port.


Last edited by Cybolic on 17 March 2016 at 12:40 pm UTC
Pecisk Mar 17, 2016
Quoting: Armand Raynal'Who would have thought making it open source would bring in people to help eh?'
Yeah, who ... :D
Sad they do not release it with copyleft. If vulkan get to replace DX, their licence would allow brand like nvidia to make some closed source add-on that would work only on their hardware or just better on it, just to screw up competition as they do now.

It is developer choice to choose such vendor extensions and not to add AMD alternatives when needed. Partially because AMD haven't offered ones, nor their performance has been great for devs to actually care.
Pecisk Mar 17, 2016
Quoting: alexgol
Quoting: PeciskI hope Sony involvment means they look for possibility to add Vulkan API to PS4. Considering Vulkan driver is so much easier to support and it is much closer to what they have now, it would be a killer move.

?????
Easier to support than what?
Both XBone and PS4 dont need Vulkan or DX12. Games are developed
particularly for their hardware.

XBone uses DirectX 11.3 special edition, soon will enable DirectX12 low level api access too.
PS4 uses special hardware low level api, very similar to Vulkan. Adding Vulkan API support to PS4 would ensure that it is considerably less costly to port game to PS4, thus ensuring any reasonably big/medium game gets ported (afaik PS4 has been deemed as rather difficult from graphics api POV). So yeah, I see lot of benefits for Sony to add Vulkan API to PS4.
Eike Mar 17, 2016
View PC info
  • Supporter Plus
Quoting: alexgol
Quoting: PeciskI hope Sony involvment means they look for possibility to add Vulkan API to PS4. Considering Vulkan driver is so much easier to support and it is much closer to what they have now, it would be a killer move.

?????
Easier to support than what?
Both XBone and PS4 dont need Vulkan or DX12. Games are developed
particularly for their hardware.

Some games for sure, but I wonder why there are more games for Linux than for XBone, PS4, XBox 360 or PS3 already...
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.