Skip to content

util/format/fxt1: include "u_format_pack.h" instead of "util/format/u_format_pack.h"

Ronny Chan requested to merge chyyran/mesa:build-format-fxt1-pack-path into main

What does this MR do and why?

include "u_format_pack.h" instead of "util/format/u_format_pack.h" in u_format_fxt1.c

This makes it consistent with the other u_format_*.c files. I discovered this when trying to manually build spirv_to_dxil without meson, and using the unqualified path makes things a lot easier as I can dump the mako generated files anywhere and just add the include path, without needing to move u_format_pack.h to its expected position only for u_format_fxt1.c.

Merge request reports