commit | e80bbd6f52341cbf9363f3c0c8b7ad3be851b1e6 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <tarceri@itsqueeze.com> | Tue Oct 31 14:19:18 2017 +1100 |
committer | Timothy Arceri <tarceri@itsqueeze.com> | Wed Nov 01 09:41:11 2017 +1100 |
tree | 4c53626f3bf4bad4494d459c6321cf6cc7ba8735 | |
parent | b697ece10aa041b8653eb184d73dcf5b846729a3 [diff] |
radeonsi: fix culldist_writemask in nir path The shared si_create_shader_selector() code already offsets the mask. Fixes the following piglit tests: arb_cull_distance/clip-cull-3.shader_test arb_cull_distance/clip-cull-4.shader_test Fixes: 29d7bdd179bb (radeonsi: scan NIR shaders to obtain required info) Reviewed-by: Marek Olšák <marek.olsak@amd.com>