<div dir="ltr">I can confirm this fixes the Dead Island crash, which makes this the first time I've been able to play the game since purchasing it :D<div><br></div><div>The patches doesn't apply cleanly to master so I used the following fixup <a href="https://github.com/FireBurn/mesa/tree/gallium-program-binary">https://github.com/FireBurn/mesa/tree/gallium-program-binary</a></div><div><br></div><div>If you're happy with that feel free to add my Tested-by</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 5 Dec 2017 at 05:03 Timothy Arceri <<a href="mailto:tarceri@itsqueeze.com">tarceri@itsqueeze.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ping! The outstanding patches for review are:<br>
<br>
4, 12, 22, 23<br>
<br>
Gallium specific patches:<br>
<br>
17-21<br>
<br>
The following have a v1 r-b Nicolai but have changed since:<br>
<br>
13, 14, 15<br>
<br>
Branch available here:<br>
<br>
<a href="https://github.com/tarceri/Mesa.git" rel="noreferrer" target="_blank">https://github.com/tarceri/Mesa.git</a> gallium-program-binary<br>
<br>
On 29/11/17 12:24, Timothy Arceri wrote:<br>
> V3:<br>
> This is basically the V2 that Jordan sent with feedback addressed,<br>
> gallium support added, some minor functional changes such as only<br>
> storing the default uniforms to either disk or program binary cache<br>
> (rather than fixing them up later) and some refactoring to allow<br>
> greater code sharing between gallium and i965.<br>
><br>
> This series adds i965/gallium support for ARB_get_program_binary<br>
> with greater than 0 supported formats. Today we support this extension,<br>
> but advertise support for 0 formats. This series allows i965/gallium<br>
> to advertise support for 1 format.<br>
><br>
> This series defines a common Mesa format for ARB_get_program_binary,<br>
> along with helper functions to read and write the format. The binary<br>
> saved can only be reloaded on the exact same Mesa build using the<br>
> exact same hardware.<br>
><br>
> The i965/gallium implementation saves out a serialized nir/tgsi<br>
> represenation of the program. For i965 we can later add support for<br>
> saving the gen binary program as well. (We will still need the nir<br>
> program for state based recompiles.)<br>
><br>
> This implementation passes piglit, deqp and glcts functions. It also<br>
> works with (and fixes a crash in) Dead Island with makes use of the<br>
> extension.<br>
><br>
> _______________________________________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
><br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div>