Skip to content

Commit

Permalink
2019-3-26 update
Browse files Browse the repository at this point in the history
New feature and improvement
* Enable VK_EXT_memory_priority extension
* Enable VK_EXT_memory_budget extension
* Enable skip fast clear eliminate optimization by default
* Reduce unnecessary L2 cache actions on GFX9
* Update pipeline ABI metadata note ID to 32 (from 13) to match HSA code objects
* Improve CPU-bound performance in Mad Max

Issue fix
* Abnormal timestamp on transfer queue
* ShaderDbg bugs
* Minor profiling validation and memory leak fixes
* Dead loop in converting a FP16 denorm back to normalized FP32
  • Loading branch information
tomcjr committed Mar 26, 2019
1 parent 735d204 commit 3160bb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
sync-j="8"
sync-c="true" />

<project path="drivers/xgl" name="xgl" revision="61ee6484930effa39fc806c2f941c5f073a2dfbe"/>
<project path="drivers/pal" name="pal" revision="94501ac9adc214f5c61de042205929eb8681d175"/>
<project path="drivers/llpc" name="llpc" revision="cf5610192a65cddb20c0775b46013067fc7f3d2c"/>
<project path="drivers/spvgen" name="spvgen" revision="59095d3469e4fb7506da0e3d0cd78904ed71682f"/>
<project path="drivers/xgl" name="xgl" revision="a082b41ad4a8aed476cb39e6b63cddd25ab9e0b4"/>
<project path="drivers/pal" name="pal" revision="e17272e1581ae6e222293880db08e0df7b1f1f75"/>
<project path="drivers/llpc" name="llpc" revision="32c0c28b1b7fd36b2f9cb17411af2963f6cfc48a"/>
<project path="drivers/spvgen" name="spvgen" revision="1560d287f779b342e0019499dda85890cb07affc"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="master"/>
<project path="drivers/llvm" name="llvm" revision="97cc33415120ae3ed472b6dd5cb234b74a80bd80"/>

Expand Down

0 comments on commit 3160bb6

Please sign in to comment.