diff options
author | Roland Scheidegger <[email protected]> | 2013-03-24 02:08:01 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2013-03-24 22:54:45 +0100 |
commit | 92b8a37fdfff9e83f39b8885f51ed2f60326ab6a (patch) | |
tree | b199c7a0402bdea36eef3ba8db181f8812b70ac5 /src/gallium/auxiliary/Makefile.sources | |
parent | 7d0c1f243754ebe48eef4ece17166ee18e03044d (diff) |
gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own file
This is really not generic conversion stuff and the code very particular to
these formats.
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 74c7902ae00..898abe0247c 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -164,6 +164,7 @@ GALLIVM_SOURCES := \ gallivm/lp_bld_flow.c \ gallivm/lp_bld_format_aos.c \ gallivm/lp_bld_format_aos_array.c \ + gallivm/lp_bld_format_float.c \ gallivm/lp_bld_format_soa.c \ gallivm/lp_bld_format_yuv.c \ gallivm/lp_bld_gather.c \ |