Skip to content

v3dv: expose VK_EXT_load_store_op_none

Iago Toral requested to merge itoral/mesa:v3dv_ext_load_store_op_none into main

This exposes VK_EXT_load_store_op_none and implements a small optimization to skip a tile buffer load in the scenario when we are loading the tile buffer from memory only to protect against a future partial tile store when we can tell the store won't happen.

Edited by Iago Toral

Merge request reports