Page MenuHomeSolus

Update vulkan to 1.1.73.0
ClosedPublic

Authored by kyrios123 on Apr 24 2018, 4:43 PM.
Tags
None
Referenced Files
F11066528: D2793.diff
Fri, Aug 11, 6:13 PM
F11065229: D2793.id6953.diff
Fri, Aug 11, 4:24 PM
F10990196: D2793.id6867.diff
Mon, Jul 24, 7:16 PM
F10988136: D2793.id6953.diff
Mon, Jul 24, 9:06 AM
F10963362: D2793.diff
Wed, Jul 19, 3:38 AM
F10856645: D2793.id.diff
Jun 14 2023, 10:14 PM
F10811785: D2793.id6867.diff
May 31 2023, 3:00 AM
F10787862: D2793.id6867.diff
May 26 2023, 1:58 PM
Subscribers

Details

Summary

loader: Fix a 1.0/1.1 versioning bug
Fix a bug where when mixing a 1.0 and a 1.1 driver, if the loader stores the 1.0 driver first, the apiVersion field in vkCreateInstance will be rewritten to 1.0 for both drivers. Now it will only be changed for the 1.0 driver, as intended.

Full release notes available here

Depends on D2791 and D2792

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Unfortunately I cannot test vulkan in virtualbox.

Diff Detail

Repository
R3151 vulkan
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ikey added a subscriber: ikey.

GRMA

This revision is now accepted and ready to land.May 2 2018, 8:13 PM
This revision was automatically updated to reflect the committed changes.