[Mesa-dev] MR: Move pln emul to the fs_visitor.

Rafael Antognolli rafael.antognolli at intel.com
Sat Jan 26 01:02:31 UTC 2019


Move the pln emul code to the fs_visitor, so we get some optimizations
that don't happen at the fs_generator level, mainly better scheduling.

One big caveat of this change is that we don't use NF types and the
accumulator anymore, but apparently we don't need the extra precision.

https://gitlab.freedesktop.org/mesa/mesa/merge_requests/160

--
Rafael


More information about the mesa-dev mailing list