diff options
author | Jason Ekstrand <[email protected]> | 2016-08-03 09:22:13 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-05 09:06:57 -0700 |
commit | f29fd7897adc920ef816840a3f4fc25dcd65228b (patch) | |
tree | b2f289d2e39034200875b1cf12fad05f0b80fd17 /src/gallium/auxiliary/util/u_format_other.c | |
parent | 6c665cdfc5d9eca2136f87e10eb80a6c59d5156f (diff) |
util: Move format_r11g11b10f.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/gallium/auxiliary/util/u_format_other.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_format_other.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format_other.c b/src/gallium/auxiliary/util/u_format_other.c index 81978355f94..c53bf550a63 100644 --- a/src/gallium/auxiliary/util/u_format_other.c +++ b/src/gallium/auxiliary/util/u_format_other.c @@ -29,7 +29,7 @@ #include "u_math.h" #include "u_format_other.h" #include "util/format_rgb9e5.h" -#include "u_format_r11g11b10f.h" +#include "util/format_r11g11b10f.h" void |