Commits on Source (27)
-
Shannon McPherson authored
Change-Id: I7c2744f60247ce7190e4c16129c9c6b1ebd2ad80
-
Shannon McPherson authored
Change-Id: I86fe541871cf870c64702d38f0b7f9747e84527d
-
Dave Airlie authored
Later adding things like control-flow enforcement technology are made a lot easier if we just use gcc to do the asm compiles. This renames the .asm file to .S to trigger the correct behaviour.
-
Dave Airlie authored
This adds these in advance of adding the CET support as if we add CET support first, then you can build something that claims cet support but actually isn't.
-
Dave Airlie authored
-
Rémi Verschelde authored
MinGW-w64 ships all Windows SDK headers as lowercase, which prevents cross-compiling this code from Linux. Windows filesystems are case insensitive so it should work fine with lowercase includes.
-
MuAlphaOmegaEpsilon authored
-
Shannon McPherson authored
Additionally, ran `generate_source.py`. Change-Id: I1bae96567289b92e25c03c5c9119ecc1e972fe56
-
Lenny Komow authored
This implements rudimentary logic to search default WDK paths when no information is present. It also stops using environment variables to select the version, as that information was often incorrect. Change-Id: I4293eeed5982cc2ea1fb28afad0c788d884190a1
-
Lenny Komow authored
Change-Id: I180e71cd349d940bc2b0138354e7b6138e681c38
-
Lenny Komow authored
The loader previously reported only major/minor version in vkEnumerateInstanceVersion. This makes it report the patch version as well. Change-Id: Ieaafc5ebf331074ace90f928da16562e5ad0d637
-
Shannon McPherson authored
Change-Id: I964c1f61e92d6a83676dc402448258927d1c1369
-
Mike Weiblen authored
Change-Id: I140285b365009fff19b26e7d1a3ac2ff3e387f67
-
5schatten authored
-
Shannon McPherson authored
Change-Id: I227c133c69f5befb978b73ba9b5530a8ce2b1055
-
Lenny Komow authored
Some old drivers crash when calling vkGetInstanceProcAddr to get the vkEnumerateInstanceVersion entry point. This checks that the JSON API version is 1.1 before doing that to avoid the crash Change-Id: I85eac4e1ee38222c936c63484fb9f4353ba55ab0
-
Timo Aaltonen authored
-
Jamie Madill authored
No longer needed with updated ANGLE/Chromium integration. See http://anglebug.com/3320 for more context.
-
Petr Kraus authored
-
Lenny Komow authored
Change-Id: Ib88e539be3e3890fb92b2d6d7a514e04f4b677d7
-
Lenny Komow authored
Change-Id: Id994543bb2eae8a23f2bbaba7fb11a6cbc295aff
-
Lenny Komow authored
Previously, ICDs located through the HKLM registry would be loaded all the time. This changes the loader to iterate DXGI adapters and only loader the driver is there is an adapter that it corresponds to. Change-Id: I204f37916b9e8ca668921507e68ef6e8e18a440a
-
Timo Aaltonen authored
-
Timo Aaltonen authored
-
Timo Aaltonen authored
-
Timo Aaltonen authored
-
Timo Aaltonen authored