gallium/util: put image dumping functions into separate file
authorBrian Paul <brianp@vmware.com>
Mon, 8 Feb 2016 16:29:38 +0000 (09:29 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 8 Feb 2016 16:29:38 +0000 (09:29 -0700)
commit3917c8f3f9d44bd6ca50d5d5f8b9fa9d21295d37
tree93a1011cb4c19a354e56892f023c0e3e3201f21f
parent6c7d4a7173c64f61812c2204bcbbe82b7456debd
gallium/util: put image dumping functions into separate file

To try to reduce the clutter in u_debug.[ch]

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_debug_image.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_debug_image.h [new file with mode: 0644]