summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.py
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-03 09:22:13 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-05 09:06:57 -0700
commitf29fd7897adc920ef816840a3f4fc25dcd65228b (patch)
treeb2f289d2e39034200875b1cf12fad05f0b80fd17 /src/mesa/main/format_unpack.py
parent6c665cdfc5d9eca2136f87e10eb80a6c59d5156f (diff)
downloadexternal_mesa3d-f29fd7897adc920ef816840a3f4fc25dcd65228b.zip
external_mesa3d-f29fd7897adc920ef816840a3f4fc25dcd65228b.tar.gz
external_mesa3d-f29fd7897adc920ef816840a3f4fc25dcd65228b.tar.bz2
util: Move format_r11g11b10f.h to src/util
It's used from both mesa main and gallium. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
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 fc7ea3b..b7fc4c3 100644
--- a/src/mesa/main/format_unpack.py
+++ b/src/mesa/main/format_unpack.py
@@ -47,7 +47,7 @@ string = """/*
#include "format_utils.h"
#include "macros.h"
#include "util/format_rgb9e5.h"
-#include "../../gallium/auxiliary/util/u_format_r11g11b10f.h"
+#include "util/format_r11g11b10f.h"
#include "util/format_srgb.h"
#define UNPACK(SRC, OFFSET, BITS) (((SRC) >> (OFFSET)) & MAX_UINT(BITS))