Files
mesa/src
Faith Ekstrand 1ae83135af nak/sm70: Defer ALU src processing until encode_alu()
This makes encode_alu() take Option<&Src> and call ALUSrc::from_src()
itself.  This is necessary for handling uniform ALU correctly as we
can't actually separate Reg from UReg without knowing what kind of ALU
op we are.  While we're here, take an Option<&Dst> instead of
Option<Dst>.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29591>
2024-06-13 20:43:45 +00:00
..
2024-06-11 13:10:22 +00:00
2023-08-18 21:33:14 +00:00
2024-05-10 18:49:38 +00:00
2024-06-13 09:58:02 +01:00