Skip to content

anv: Fix descriptor sampler offsets assignment

Sviatoslav Peleshko requested to merge GL/mesa:fix_descr_sampler_offset into main

This seems to be a simple copy-paste mistake. It makes sense to or-assign surface offsets because we clear the actual offset part with a mask first, but sampler offsets should be just assigned instead.

Closes: #10790 (closed)

cc @llandwerlin

Merge request reports