Re: [Mesa-dev] remaining 20.2 patches

2020-12-02 Thread Dylan Baker
I have it applied now. AMD code switched to using clang-format since then, so the code looks completely different than it did before. I had to copy the clang-format configuration to the 20.2 branch and run it on the llvm directory to get the patch to apply. The results of that are on the staging br

Re: [Mesa-dev] remaining 20.2 patches

2020-12-01 Thread Timothy Arceri
On 2/12/20 7:05 am, Dylan Baker wrote: 9659384744 ac/nir: fix a typo in ac_are_tessfactors_def_in_all_invocs I'm surprised this doesn't apply cleanly as I don't believe this code has been changed in quite a while. However it is only a single line change so should be pretty easy to resolve an