commit | 33bdbc1db47cffc9c8b79d7daee51fcdcb52837e | [log] [tgz] |
---|---|---|
author | Tim Rowley <timothy.o.rowley@intel.com> | Thu Oct 19 09:13:46 2017 -0500 |
committer | Tim Rowley <timothy.o.rowley@intel.com> | Thu Oct 19 12:49:32 2017 -0500 |
tree | ac5070057a3a1bf44762c887a19277ae4e805995 | |
parent | 113a6a639fec88631411d4a53d8e68cdebe15865 [diff] |
gallium: add more exceptions to tgsi_util_get_inst_usage_mask A number of double/int64 operations don't have matching read and write usage masks, which the fallthrough case of tgsi_util_get_inst_usage_mask assumes for componentwise tagged instructions. No regressions in llvmpipe piglit; fixes a large number of swr regressions. Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>