<div dir="ltr"><div><div><div><div>Hey Guys,<br><br></div>One of my first non-trivial contributions to mesa here. Let me know if I've messed up anything, bad coding style or some patch validation script I should've run or any other kind of pitfall a newbie might make.<br><br></div>I tried to follow the guidelines over at:<br><a href="http://www.mesa3d.org/devinfo.html">http://www.mesa3d.org/devinfo.html</a><br><br></div>Although some of them seen to not apply anymore (radv code was tabs instead of 3 spaces).<br><br></div><div>Thanks for taking the time to review :)<br><br></div><div>Regards,<br></div><div>Andres<br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 3, 2017 at 9:22 PM, Andres Rodriguez <span dir="ltr"><<a href="mailto:andresx7@gmail.com" target="_blank">andresx7@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This patch series implements VK_EXT_queue_global_priority, a vulkan extension<br>
that focuses on providing scheduling guarantees.<br>
<br>
For further information on the use case refer to:<br>
<a href="https://lists.freedesktop.org/archives/amd-gfx/2016-December/004068.html" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>archives/amd-gfx/2016-<wbr>December/004068.html</a><br>
<br>
For some perf data on this initial implementation:<br>
<a href="https://lists.freedesktop.org/archives/amd-gfx/2016-December/004257.html" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>archives/amd-gfx/2016-<wbr>December/004257.html</a><br>
<br>
Test apps available at:<br>
<a href="https://github.com/lostgoat/Vulkan" rel="noreferrer" target="_blank">https://github.com/lostgoat/<wbr>Vulkan</a><br>
<br>
Related amdgpu and libdrm_amdgpu patches can be found on the amd-gfx mailing list.<br>
<br>
Additionaly, results for vk-cts -n *semaphore* on an RX480:<br>
<br>
Test run totals:<br>
  Passed:        1821/4046 (45.0%)<br>
  Failed:        0/4046 (0.0%)<br>
  Not supported: 2225/4046 (55.0%)<br>
  Warnings:      0/4046 (0.0%)<br>
<br>
</blockquote></div><br></div>