commit | 96bee21dc7ba46f2ceef66d57b4dbcaef38a7d62 | [log] [tgz] |
---|---|---|
author | Emma Anholt <emma@anholt.net> | Thu May 18 13:36:47 2023 -0700 |
committer | Marge Bot <emma+marge@anholt.net> | Mon Jun 12 17:37:54 2023 +0000 |
tree | 69fb9b5adf6dffd3e7faca892fadb89306cc2863 | |
parent | 0ac9541804889d63f6da47424746c76e08a43134 [diff] |
mesa/drawtex: Cut out the TGSI semantic translation. Now that we don't have to generate TGSI, we can drop an indirection. Fixing up the types here prompted a little fixup of st_nir_make_passthrough_shader()'s types. Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>