mesa/src/gallium/auxiliary
Pierre-Eric Pelloux-Prayer 595079c37c hud: extract float printf modifer selection logic to helper
And use it when printing to a file from hud_graph_add_value.

This turns:
  fps: 59.972473
Into:
  fps: 59.97

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20494>
2023-01-09 14:25:55 +01:00
..
cso_cache cso: fix a regression from draw_vbo rework 2022-12-13 18:41:26 +00:00
draw util: Rename PIPE_CDECL to UTIL_CDECL and moved into util/macros.h 2022-11-24 06:21:39 +00:00
driver_ddebug tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH|CC)_* by use grep 2022-11-15 20:35:55 +00:00
driver_noop gallium: fixup some inconsistent uses of enum pipe_shader_type. 2022-08-04 08:17:39 +00:00
driver_trace aux/trace: Add pipe_context::set_hw_atomic_buffers 2023-01-01 13:18:54 +00:00
gallivm nir: Eliminate nir_op_i2b 2022-12-14 06:23:21 +00:00
hud hud: extract float printf modifer selection logic to helper 2023-01-09 14:25:55 +01:00
nir nir: Eliminate nir_op_i2b 2022-12-14 06:23:21 +00:00
os util: Move src/gallium/auxiliary/os/os_mman.h to src/util/os_mman.h 2022-11-15 19:55:01 +00:00
pipe-loader loader: fixes -Werror,-Wdeprecated-non-prototype for clang-15 in pipe-loader 2022-12-16 19:02:17 +00:00
pipebuffer gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code 2022-11-22 06:53:47 +00:00
postprocess postprocess: move the definition of pp_filters into **/pp_init.c 2023-01-03 14:45:28 +00:00
renderonly kmsro: Fix renderonly_scanout BO aliasing 2022-12-25 19:23:27 +09:00
rtasm tree-wide: Fixes multi-line macro width after replace to __func__ 2022-11-22 06:53:47 +00:00
target-helpers utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
tessellator gallium: use c++11 alignas instead of PIPE_ALIGN_VAR 2022-06-14 15:08:38 +00:00
tgsi gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code 2022-11-22 06:53:47 +00:00
translate util: Rename PIPE_CDECL to UTIL_CDECL and moved into util/macros.h 2022-11-24 06:21:39 +00:00
util u_transfer_helper: Merge in-place and split z/s interleaved map handling. 2023-01-06 19:00:17 +00:00
vl util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.h 2022-11-19 03:38:19 +00:00
meson.build meson: do not use source_root() when possible 2022-11-22 06:11:07 +00:00