cso: use unsigned instead of uint
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 23 Jun 2023 12:09:27 +0000 (14:09 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 26 Jun 2023 09:30:22 +0000 (09:30 +0000)
commitb108e47091e70c199c9d0c55e52e3a2607fc6d1f
tree1a999f21d2994abaee547a76fd24cdb1578d0c92
parentfda6cad85eff13d8af667f1d19dd4a97fdc27b60
cso: use unsigned instead of uint

uint isn't a standard type, just something we accidentally get from some
other headers.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23833>
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/cso_cache/cso_context.h