Skip to content

intel/blorp: Handle SINT/UINT clamping on blits.

Kenneth Graunke requested to merge kwg/mesa:iris-sint into master

This MR extends blorp_blit to handle SINT<->UINT value clamping, which is useful for texture upload/download (but not actual API blit functions). More details in the commit messages.

Merge request reports