mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 22:28:06 +02:00
Since everything is always NULL-bound at init and we always bind things back to NULL in anv_free_sparse_bindings(), this means we don't need to do NULL bindings during anv_init_sparse_bindings(), saving us a bunch of time, espcially since we don't track L1 entries so we may end up submitting TR-TT batches just to write zeroes on top of zeroes. v2: Don't unnecessarily check for uses_relocs (Lionel). Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30953> |
||
|---|---|---|
| .. | ||
| blorp | ||
| ci | ||
| common | ||
| compiler | ||
| decoder | ||
| dev | ||
| ds | ||
| executor | ||
| genxml | ||
| isl | ||
| nullhw-layer | ||
| perf | ||
| shaders | ||
| tools | ||
| vulkan | ||
| vulkan_hasvk | ||
| meson.build | ||