[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

--- Comment #8 from bmil...@gmail.com ---
@Samuel Pitoiset Still reports 1.1.70, this function wasn't updated.

line 292 of rad_extensions.py:

uint32_t
radv_physical_device_api_version(struct radv_physical_device *dev)
{
if (!ANDROID && dev->rad_info.has_syncobj_wait_for_submit)
return VK_MAKE_VERSION(1, 1, 70);
return VK_MAKE_VERSION(1, 0, 68);
}
""")

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

--- Comment #7 from Shmerl  ---
For those following this, reported API version should be now at 1.1.90:

https://gitlab.freedesktop.org/mesa/mesa/commit/2ac6d55f38c1665a16d8d02675df2e3a858a7fec

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-12-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

--- Comment #6 from Samuel Pitoiset  ---
Yes, exactly.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

--- Comment #5 from Shmerl  ---
(In reply to Samuel Pitoiset from comment #4)
> This is not a bug. We should be able to bump the patch version but that
> requires to look at the changelog since 1.1.70.

Do you mean it's a review issue, i.e. someone needs to go over it and confirm
that all needed features are supported?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

Samuel Pitoiset  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #4 from Samuel Pitoiset  ---
This is not a bug. We should be able to bump the patch version but that
requires to look at the changelog since 1.1.70.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

--- Comment #3 from bmil...@gmail.com ---
I still don't understand the reasoning. The version referenced here
https://gitlab.freedesktop.org/mesa/mesa/commit/13fd4e601c80b85317feac894c52bd24e4f98c09
for instance is different (1.1.88).

By non-extension you mean just the icd loader?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

--- Comment #2 from Bas Nieuwenhuizen  ---
Why do you think it is wrong?

We hardcode it because every version bump we need to see if we have implemented
the non-extension API changes+bugfixes in the driver, and apparently the last
time we did that we did so for up to 1.1.70.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

--- Comment #1 from Shmerl  ---
Generated ICD (radeon_icd.x86_64.json) looks like this for me (Mesa master):

"ICD": {
"api_version": "1.1.70",
...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 108578] RADV reports wrong hardcoded Vulkan API Version

2018-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108578

Bug ID: 108578
   Summary: RADV reports wrong hardcoded Vulkan API Version
   Product: Mesa
   Version: git
  Hardware: Other
OS: All
Status: NEW
  Severity: trivial
  Priority: medium
 Component: Drivers/Vulkan/radeon
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: bmil...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org

Created attachment 142240
  --> https://bugs.freedesktop.org/attachment.cgi?id=142240=edit
vulkaninfo output

Apps that get additional info like DXVK HUD or vulkaninfo reports Vulkan=1.1.70
because it is hardcoded as so in
https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/amd/vulkan/radv_extensions.py#L34

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev