gallium/util: remove the fake format helpers for bptc and etc2
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 21 Nov 2015 15:44:00 +0000 (10:44 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Mon, 23 Nov 2015 16:17:14 +0000 (11:17 -0500)
commit1c7d0a6aa4f5cb38af7e281e1e5437cd1a20f781
tree227278fbf70acc95108455ea68ce923794fb69b4
parentc65bc2e805a1fbcb72b9b77e0d9557ebce3a379a
gallium/util: remove the fake format helpers for bptc and etc2

This was a silly hack that kept growing and growing. Instead, just write
NULLs for those functions. No need to have helpers that just assert(0)
when you call them.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_format_fake.c [deleted file]
src/gallium/auxiliary/util/u_format_fake.h [deleted file]
src/gallium/auxiliary/util/u_format_table.py