[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-

[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 th

[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@l

[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. someo

[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|---

[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-ext

[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 th

[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

[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