Skip to content

aco: fix non-rtz pack_half_2x16

Rhys Perry requested to merge pendingchaos/mesa:aco_nonrtz_pack_half into master

We were using the wrong conversion opcode. The high bits are also not zero'd on GFX10, which can cause v_cvt_pk_u16_u32 to clamp.

Merge request reports