commit | b3a226691d91c4b373ff1b891be7e2c1409dfd7f | [log] [tgz] |
---|---|---|
author | Connor Abbott <cwabbott0@gmail.com> | Tue May 14 13:29:52 2019 +0200 |
committer | Connor Abbott <cwabbott0@gmail.com> | Mon Jul 08 14:18:46 2019 +0200 |
tree | 01f41ec2079b8493a9e16658cc674d3b811a8d6d | |
parent | d1c65939e2dd2250286fd3f77c1e1d5d7707a31b [diff] |
radeonsi/nir: Use NIR barycentric intrinsics This is simpler than radv, since the driver_location is already assigned for us. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com>