draw: use stdint.h types
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 23 Jun 2023 13:29:54 +0000 (15:29 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 26 Jun 2023 09:30:22 +0000 (09:30 +0000)
commitfda6cad85eff13d8af667f1d19dd4a97fdc27b60
treeedbecf32d3e4efb688de42ecd509b6d06dad79d1
parentf4bd2d35cb21fe1d195fb1917a587ba768b4e2ca
draw: use stdint.h types

Here, we want explicitly sized types, not just types that happen to be
of the right size.

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/draw/draw_pt.c
src/gallium/auxiliary/draw/draw_pt_fetch.c