Skip to content

pan/midgard: Use a signed value for checking inline constants

Icecream95 requested to merge icecream95/mesa:inline-constant into master

Inline constants are sign extended, so we should use a int16_t instead of an unsigned type.

Merge request reports