swr: mark rgb9_e5 as unrenderable
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 12 Nov 2016 08:24:17 +0000 (03:24 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 16 Nov 2016 01:25:35 +0000 (20:25 -0500)
commit2f19a974a58b259889d2ac49801adea3477c6877
tree5612c113259760ee2230e07fc63d3c50ad221aff
parent6fd398f48e2ad49acdd82a06fe98b87c355e4b5d
swr: mark rgb9_e5 as unrenderable

The support in swr requires shaders to output the components as UINTs.
This is not how GL or Gallium work, and since this is not a
required-renderable format, just leave it out.

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