Skip to content

i915g: Implement cube/3d texture_subdata() as a series of per-layer maps.

Emma Anholt requested to merge anholt/mesa:i915-3d-maps into main

i915 doesn't lay out the images such that one could use a layer_stride to step between them, and the individual maps should be just as good at uploading.

Merge request reports