gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own file
authorRoland Scheidegger <sroland@vmware.com>
Sun, 24 Mar 2013 01:08:01 +0000 (02:08 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Sun, 24 Mar 2013 21:54:45 +0000 (22:54 +0100)
commit92b8a37fdfff9e83f39b8885f51ed2f60326ab6a
treeb199c7a0402bdea36eef3ba8db181f8812b70ac5
parent7d0c1f243754ebe48eef4ece17166ee18e03044d
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.
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/gallivm/lp_bld_conv.c
src/gallium/auxiliary/gallivm/lp_bld_conv.h
src/gallium/auxiliary/gallivm/lp_bld_format.h
src/gallium/auxiliary/gallivm/lp_bld_format_float.c [new file with mode: 0644]