db64ac276c
New feature and improvement * Expose YUV planes, allow applications to implement their own color conversion accessing each YUV planes * Do not include symbols while building release driver * Change the default WgpMode from wgp to cu Issue fix * Random VM fault caused by that the image descriptor and the fmask descriptor contain the same lower virtual address (as designed) but use different offsets in the suballocation * dxvk ELEX corruption issue * Performance regression introduced by changes which added support for the LOAD_INDEX path for handling pipeline binds * A number of issues affecting many-core CPUs like Threadripper and Epyc
20 lines
820 B
XML
20 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
|
|
<remote name="vulkan-github"
|
|
fetch="https://github.com/GPUOpen-Drivers" />
|
|
|
|
<default revision="master"
|
|
remote="vulkan-github"
|
|
sync-j="8"
|
|
sync-c="true" />
|
|
|
|
<project path="drivers/xgl" name="xgl" revision="0d7c5a69ba314bfabe2d5dbe3e5e4d1ea3228845"/>
|
|
<project path="drivers/pal" name="pal" revision="2e94fa1533a606d076061db8d5be514bb69adfc3"/>
|
|
<project path="drivers/llpc" name="llpc" revision="797be964eb8d65f2ec162a783708b36834a62000"/>
|
|
<project path="drivers/spvgen" name="spvgen" revision="d26082d54930ad2ea97da94a2443137e7325b64c"/>
|
|
<project path="drivers/AMDVLK" name="AMDVLK" revision="master"/>
|
|
<project path="drivers/llvm" name="llvm" revision="3c7dbb214c3680803f7d3e3c3aed02fddb2f7dbb"/>
|
|
|
|
</manifest>
|