<div dir="auto">If CPU overhead is a problem, mesa_glthread=true is likely to give you a large performance boost and it should be conformant.<div dir="auto"><br></div><div dir="auto">Marek<br><div dir="auto"><br></div><div dir="auto">Marek</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri., Oct. 16, 2020, 00:28 Jason Ekstrand, <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Generally, you need to be careful with forcing no_error.  Some apps<br>
rely on gl errors to check for features and other things.<br>
Force-disabling errors may break the app.  Mesa's implementation of<br>
the no_error extension has been a gradual process where people have<br>
been removing the error checking paths one at a time as time permits.<br>
It's entirely possible that an error checking path that the app relies<br>
on got removed from Mesa.  The solution to this is to stop forcing<br>
no_error.<br>
<br>
--Jason<br>
<br>
On Thu, Oct 15, 2020 at 9:17 PM Daniel Mota Leite <<a href="mailto:daniel@motaleite.net" target="_blank" rel="noreferrer">daniel@motaleite.net</a>> wrote:<br>
><br>
> >       Since i updated to mesa 20.2.0 and then to 20.2.1, i'm unable to<br>
> > load war thunder game, it now just returns:<br>
> ><br>
> > Unsupported format/type: GL_RG8_SNORM/GL_NONE<br>
><br>
>         The other use found that running as a different user the game run,<br>
> so after some debug, we found that we had the mesa_no_error" option<br>
> enabled, from past tests. With this option disabled, the game runs again<br>
> without any problem.<br>
><br>
>         Still, do not know if the problem was trigger by a game update or<br>
> by the mesa 20.2.x update. The no_error did give a small performance<br>
> increase in the past.<br>
><br>
> Best regards<br>
> higuita<br>
> --<br>
> Naturally the common people don't want war... but after all it is the<br>
> leaders of a country who determine the policy, and it is always a<br>
> simple matter to drag the people along, whether it is a democracy, or<br>
> a fascist dictatorship, or a parliament, or a communist dictatorship.<br>
> Voice or no voice, the people can always be brought to the bidding of<br>
> the leaders. That is easy. All you have to do is tell them they are<br>
> being attacked, and denounce the pacifists for lack of patriotism and<br>
> exposing the country to danger.  It works the same in every country.<br>
>            -- Hermann Goering, Nazi and war criminal, 1883-1946<br>
> _______________________________________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank" rel="noreferrer">mesa-dev@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank" rel="noreferrer">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div>