Skip to content

asahi: Implement null textures

Alyssa Rosenzweig requested to merge alyssa/mesa:agx/null-texture into main

Use the same silly workaround that Metal does, to fill in texture descriptors when there's nothing bound in the interest of robust behaviour.

Fixes null pointer dereference in arb_shading_language_420pack-active-sampler-conflict.

Signed-off-by: Alyssa Rosenzweig alyssa@rosenzweig.io

Merge request reports