Skip to content

mesa: check bufsize in GetnCompressedTexImageARB

Flynn Xu requested to merge lemonflynn/mesa:main into main

What does this MR do and why?

mesa: check bufsize in GetnCompressedTexImageARB

check the bufSize instead of using INT_MAX.

Signed-off-by: lin_xu <francisco_flynn@foxmail.com>

Merge request reports