mesa/src/freedreno/rnn
Mark Collins a0cca5f6eb freedreno/rnn: Remove %n usage in fprintf
fprintf was utilized with %n to count the amount of characters it
outputted but this was redundant since it was at the end of the
statement and fprintf itself returns the amount of characters it
writes out.

It should be noted that %n is a compatibility hazard on Android as
it isn't supported on Android due to security reasons.

Signed-off-by: Mark Collins <mark@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25005>
2023-09-13 22:20:13 +00:00
..
aprintf.c
colors.c
colors.h
headergen2.c freedreno/rnn: Remove %n usage in fprintf 2023-09-13 22:20:13 +00:00
meson.build freedreno: Move the headergen2 test to be meson unit tests. 2021-10-01 23:16:04 +00:00
path.c freedreno/rnn: also look for .xml.gz 2020-08-03 19:46:49 +00:00
rnn.c freedreno/regs: Generate per-gen reg usage tables 2023-07-12 13:33:28 +00:00
rnn.h
rnndec.c freedreno/rnn: Fix addvariant being set effectively once 2023-07-12 13:33:27 +00:00
rnndec.h freedreno/rnn: Make rnn_decode_enum() respect variants 2020-08-01 17:51:01 +00:00
util.h