Re: [Mesa-dev] [PATCH 1/4] gallium/vl: fix compute tgsi shaders to not process undefined components

2019-07-26 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Jul 25, 2019 at 11:30 PM Ilia Mirkin wrote: > This caused nouveau's function handling logic to think that the MAIN > function was due to receive external parameters, and cascaded some > failures after that. Instead avoid having the undefined components

[Mesa-dev] [PATCH 1/4] gallium/vl: fix compute tgsi shaders to not process undefined components

2019-07-25 Thread Ilia Mirkin
This caused nouveau's function handling logic to think that the MAIN function was due to receive external parameters, and cascaded some failures after that. Instead avoid having the undefined components in the first place. Fixes: f6ac0b5d71 (gallium/auxiliary/vl: Add compute shader to support