Originally posted by Hi-Angel
View Post
Announcement
Collapse
No announcement yet.
Testing The Open-Source "RADV" Radeon Vulkan Driver vs. AMDGPU-PRO
Collapse
X
-
Originally posted by pal666 View Postso it is one developer for 8 years or half of developer for 16 yearsTest signature
- Likes 1
Comment
-
Originally posted by adler187 View Post
The answer you are looking for is in the post you already quoted: The legal review has not allowed AMD to open it up yet.
That post tells nothing at all.
Comment
-
Originally posted by Hi-Angel View PostSo… Do you know what do they review? Why is it taking so long?
The driver stack that implements Vulkan was written to leverage code and developer effort across multiple APIs and multiple OSes. In order to open source one piece of that stack (Vulkan on Linux) some pieces need to be rewritten so they no longer share code with those other OSes and APIs, at least not the ones which require non-public information to implement (unfortunately that is pretty much all of them).
Originally posted by Hi-Angel View PostWhy is this happening, given we're talking about a completely new driver which definitely was written with open sourcing it mind? Also, bridgman (no 'e') mentioned some rewrites of the driver: again, what do they rewrite, they just created it!
The stack was written with awareness that we would probably want to open source support for one of the dozen-or-so API/OS combinations in the future, and the code was structured to separate open-able from non-open-able to the extent that could be done without significantly slowing the overall project, but other than that it was a closed source project.Last edited by bridgman; 31 August 2016, 09:48 PM.Test signature
- Likes 2
Comment
-
Originally posted by bridgman View PostThe driver stack that implements Vulkan was written to leverage code and developer effort across multiple APIs and multiple OSes. In order to open source one piece of that stack (Vulkan on Linux) some pieces need to be rewritten so they no longer share code with those other OSes and APIs, at least not the ones which require non-public information to implement (unfortunately that is pretty much all of them).
Comment
-
Originally posted by Hi-Angel View PostI still don't understand: you have GPU specification opened, and Windows API for writing drivers are open either. So what kind of non-public information the sources could possibly have?
At the risk of stating the obvious, I can't talk about things that we keep secret.Test signature
- Likes 2
Comment
-
Ah, OK. Yeah, the review is quick... the hard part is dealing with the issues that come out of the review.
In this case we knew most of the issues going in, so dealing with them was more of a priority than any kind of formal review anyways.Test signature
Comment
Comment