mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 07:58:16 +02:00
In NIR, texelFetch (txf) does not use a sampler, but in AGX, it does -- even though the contents of the sampler are semantically irrelevant. Rather than requiring the state tracker to bind a sampler anyway (indicated for texture buffers with PIPE_CAP_TEXTURE_BUFFER_SAMPLER), just add a dummy sampler ourselves if txf is used and there are otherwise no samplers. This is helpful because PIPE_CAP_TEXTURE_BUFFER_SAMPLER isn't honoured by Rusticl or seemingly mesa/st's PBO code, and after implementing this dummy sampler workaround in Panfrost for Rusticl, I realized this CAP is silly and shouldn't exist in the first place. (And I regret pushing for its reinclusion.) Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21672> |
||
|---|---|---|
| .. | ||
| compiler | ||
| drm-shim | ||
| layout | ||
| lib | ||
| .clang-format | ||
| meson.build | ||