summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.py
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-08-03 09:16:12 -0700
committerJason Ekstrand <[email protected]>2016-08-05 09:06:31 -0700
commit6c665cdfc5d9eca2136f87e10eb80a6c59d5156f (patch)
treec1c1256de89f2785008258f74ab206c6a21d2865 /src/mesa/main/format_unpack.py
parent591869e92100fdc8663e869c7bcda338875d4265 (diff)
util: Move format_rgb9e5.h to src/util
It's used from both mesa main and gallium. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/main/format_unpack.py')
-rw-r--r--src/mesa/main/format_unpack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/format_unpack.py b/src/mesa/main/format_unpack.py
index 0ae73b8970a..fc7ea3b4ab7 100644
--- a/src/mesa/main/format_unpack.py
+++ b/src/mesa/main/format_unpack.py
@@ -46,7 +46,7 @@ string = """/*
#include "format_unpack.h"
#include "format_utils.h"
#include "macros.h"
-#include "../../gallium/auxiliary/util/u_format_rgb9e5.h"
+#include "util/format_rgb9e5.h"
#include "../../gallium/auxiliary/util/u_format_r11g11b10f.h"
#include "util/format_srgb.h"