mesa, util: move RGB9E5 conversion functions to gallium/util
authorMarek Olšák <maraeo@gmail.com>
Wed, 27 Apr 2011 10:52:10 +0000 (12:52 +0200)
committerMarek Olšák <maraeo@gmail.com>
Fri, 29 Apr 2011 09:31:55 +0000 (11:31 +0200)
commit1271424615b62544662a606bb23f6d7117a8b0e7
tree66f3dd6ae4c654858e4db1cba66da982a80d8e89
parentde9f55437ab7110dd79ebebaac543d35493380ce
mesa, util: move RGB9E5 conversion functions to gallium/util

Also use MAX3 and incorporate Ian's suggestion in texformat.c.

I don't think wrapping u_format_rgb9e5.h in another header and thus making it
more complicated is worth it.
src/gallium/auxiliary/util/u_format_other.c
src/gallium/auxiliary/util/u_format_rgb9e5.h [new file with mode: 0644]
src/mesa/main/mipmap.c
src/mesa/main/pack.c
src/mesa/main/rgb9e5.h [deleted file]
src/mesa/main/texfetch.c
src/mesa/main/texformat.c
src/mesa/main/texstore.c