Skip to content

zink: fix direct image mapping offset

Mike Blumenkrantz requested to merge zmike/mesa:zink-mapfix into master

the x and y offsets here were improperly calculated without taking into account:

  • layer/level offset
  • x/y coord bpp

Fixes: 8d46e35d ("zink: introduce opengl over vulkan")

Merge request reports