aux/indices: use stdint.h types
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 23 Jun 2023 14:38:10 +0000 (16:38 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 27 Jun 2023 09:46:33 +0000 (09:46 +0000)
commite5aec68ce790b2dca23333989ce5cde61685a415
treec731976d62c1b72eafc948a9ec32c6661ffe5fd7
parent96c99bc2d9503b5c64f2a1dbc5333141848097c9
aux/indices: use stdint.h types

These generated sources uses older, less portable types such as ubyte,
ushort and uint. But we have stdint.h everywhere now, so let's use those
types instead.

To stay consistent, let's talk about UINT8 etc instead of UBYTE for the
entirety of the u_indices infrastructure.

Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23853>
src/gallium/auxiliary/indices/u_indices_gen.py
src/gallium/auxiliary/indices/u_indices_priv.h
src/gallium/auxiliary/indices/u_unfilled_gen.py