OSDN Git Service

swr: remove formats from mapping table that don't have StoreTile impls
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 12 Nov 2016 18:09:21 +0000 (13:09 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 23 Nov 2016 01:27:20 +0000 (20:27 -0500)
commit946a7abd1c2787291c5d63c3388b5a75f1d1bc26
tree064ccfca34833080e99c0434214ec32d6a5669be
parent2e12d2ba7297d263a081c8d0569579c8c3f38d9d
swr: remove formats from mapping table that don't have StoreTile impls

This table exists for the purpose of determining renderable formats.
Without a StoreTile implementation, that can't happen.

This basically removes rendering support to all L/LA/I formats. They can
be re-added when/if StoreTile implementations are added.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/swr_screen.cpp