summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2020-09-19 14:11:02 -0400
committerMarek Olšák <marek.olsak@amd.com>2020-10-06 21:07:11 -0400
commitf5f0c012ad37b676605859cee382103d215056ac (patch)
treec4154d6c7d932c91c86bbf6e4a0661c9b3383400 /src/gallium/drivers/nouveau
parent71697953ec5b61cfcacb2051362b80a2beee746f (diff)
gallium/util: remove empty file u_half.h
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6987>
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/nv30/nv30_state_validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c b/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c
index 9fbf9b37cee..1276561895f 100644
--- a/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c
+++ b/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c
@@ -25,7 +25,7 @@
#include "util/format/u_format.h"
#include "util/u_math.h"
-#include "util/u_half.h"
+#include "util/half_float.h"
#include "nv_object.xml.h"
#include "nv30/nv30-40_3d.xml.h"