mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
intel/blorp: don't include "util/format_rgb9e5.h"
We don't use anything from that header. We call nir_format_pack_r9g9b9e5(), which comes from nir_format_convert.h, which we already include. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41976>
This commit is contained in:
parent
0d8f487e06
commit
547432e85a
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
|||
#include "dev/intel_debug.h"
|
||||
#include "dev/intel_device_info.h"
|
||||
|
||||
#include "util/format_rgb9e5.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
#define FILE_DEBUG_FLAG DEBUG_BLORP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue