mesa/src/asahi
Alyssa Rosenzweig 0883f0b302 agx: Lower txs to a descriptor crawl
There's no native txs instruction... but we can emulate one :-) This is
heavy on shader ALU, but in the production driver, it'll all be hoisted
up to the preamble shader and so it shouldn't matter much. This
keeps the driver itself simple and low overhead, with a completely
obvious generalization to bindless.

Passes dEQP-GLES3.functional.shaders.texture_functions.texturesize.*

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18525>
2022-09-13 16:04:29 +00:00
..
compiler agx: Lower txs to a descriptor crawl 2022-09-13 16:04:29 +00:00
layout asahi: Fix nonmipmapped array textures 2022-09-04 18:05:31 +00:00
lib asahi: Handle Stream Link VDM commands 2022-09-06 21:01:28 +00:00
meson.build ail: Introduce image layout module 2022-09-01 22:30:48 +00:00