Skip to content

Commit db64ac2

Browse files
committed
2019-1-15 update
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
1 parent 45222f8 commit db64ac2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

default.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
sync-j="8"
1010
sync-c="true" />
1111

12-
<project path="drivers/xgl" name="xgl" revision="bca286c1146f9f0662bbb7c10d193e487579e6f0"/>
13-
<project path="drivers/pal" name="pal" revision="f924a4fb84efde321f7754031f8cfa5ab35055d3"/>
14-
<project path="drivers/llpc" name="llpc" revision="f36099d4c778327f22b050432f09e17dc815474a"/>
15-
<project path="drivers/spvgen" name="spvgen" revision="328a0990a958f21eb2c6b1ecb092a43629fe5554"/>
12+
<project path="drivers/xgl" name="xgl" revision="0d7c5a69ba314bfabe2d5dbe3e5e4d1ea3228845"/>
13+
<project path="drivers/pal" name="pal" revision="2e94fa1533a606d076061db8d5be514bb69adfc3"/>
14+
<project path="drivers/llpc" name="llpc" revision="797be964eb8d65f2ec162a783708b36834a62000"/>
15+
<project path="drivers/spvgen" name="spvgen" revision="d26082d54930ad2ea97da94a2443137e7325b64c"/>
1616
<project path="drivers/AMDVLK" name="AMDVLK" revision="master"/>
17-
<project path="drivers/llvm" name="llvm" revision="0843ddd6f5a03468d42b90715e98e9798f772555"/>
17+
<project path="drivers/llvm" name="llvm" revision="3c7dbb214c3680803f7d3e3c3aed02fddb2f7dbb"/>
1818

1919
</manifest>

0 commit comments

Comments
 (0)