Skip to content

radeonsi: tgsi to nir conversions (dma, fmask and blitter)

What does this MR do and why?

This is the second MR in the series of MRs for the ongoing work to convert TGSI shaders to NIR in radeonsi. In this MR, the create_dma_compute, create_fmask_expand_cs computer shaders and get_blitter_vs vertex shader have been converted to NIR.

Link to the other MRs in the series:

MR 1: !25221 (merged)

MR 3: !25972 (merged)

Tested with GLCTS v4.6.2. DCC was disabled for testing on GFX9. There are no known failures/issues.

cc: @pepp, @mareko

Edited by Ganesh Belgur Ramachandra

Merge request reports

Loading