diff options
author | Jason Ekstrand <[email protected]> | 2016-08-03 09:16:12 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-05 09:06:31 -0700 |
commit | 6c665cdfc5d9eca2136f87e10eb80a6c59d5156f (patch) | |
tree | c1c1256de89f2785008258f74ab206c6a21d2865 /src/gallium/auxiliary/Makefile.sources | |
parent | 591869e92100fdc8663e869c7bcda338875d4265 (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/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 26f7eee365b..230f52beec8 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -229,7 +229,6 @@ C_SOURCES := \ util/u_format_other.c \ util/u_format_other.h \ util/u_format_r11g11b10f.h \ - util/u_format_rgb9e5.h \ util/u_format_rgtc.c \ util/u_format_rgtc.h \ util/u_format_s3tc.c \ |