Fix: High resolution textures in Metal from Integer overflow #108238

Merged
Jeroen Bakker merged 2 commits from Jason-Fielder/blender:MetalHighResTexture_Fix_2 into blender-v3.6-release 2023-05-25 08:50:20 +02:00

2 Commits

Author SHA1 Message Date
Jason Fielder a347c3448a Merge branch 'blender-v3.6-release' into MetalHighResTexture_Fix_2
buildbot/vexp-code-patch-coordinator Build done. Details
2023-05-24 18:09:14 +02:00
Michael Parkin-White 7f373e77ec Fix: High resolution textures in metal from Integer overflow
Resolve an issue where a high resolution texutre 16k x 8k
did not update in metal due to integer overflow of size parameter.

This patch contains several changes to address size correctness
across multiple use cases within the Metal backend.

Authored by Apple: Michael Parkin-White
2023-05-24 17:01:29 +01:00