dri/nouveau: replace assert with unreachable
[mesa.git] / src / util / imports.h
2020-04-21 Dylan Bakermesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-21 Dylan BakerReplace IS_INF_OR_NAN with util_is_inf_or_nan
2020-04-21 Dylan Bakermove windows strtok_r define to u_string
2020-04-21 Dylan Bakerreplace IROUND with util functions
2020-04-21 Dylan Bakermesa/main: remove unused IROUNDD
2020-04-21 Dylan BakerReplace IROUND_POS with _mesa_roundevenf
2020-04-21 Dylan Bakerreplace IFLOOR with util_ifloor
2020-04-21 Dylan Bakerreplace LOG2 with util_fast_log2
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-04-21 Dylan Bakerreplace _mesa_next_pow_two_* with util_next_power_of_two_*
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-03-27 Marek Olšákutil: remove duplicated MALLOC_STRUCT and CALLOC_STRUCT
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...