[Mesa-dev] [PATCH 11/20] i965/fs: Allow emit_uniformize() to broadcast a specific channel
Matt Turner
mattst88 at gmail.com
Mon Jul 17 17:47:53 UTC 2017
On Fri, Jul 14, 2017 at 5:48 PM, Francisco Jerez <currojerez at riseup.net> wrote:
> I don't like re-using emit_uniformize() (which is supposed to give you
> the value of a channel of the input it can prove live as the doxygen
> comment explains), as a "fetch me the i-th channel of the source"
> helper. I think what you want is just BROADCAST -- Why don't you just
> emit the one BROADCAST instruction yourself?
That's a good point. I'll drop this patch and emit BROADCAST directly.
More information about the mesa-dev
mailing list