iris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 19 Dec 2018 10:17:42 +0000 (02:17 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 7 Mar 2019 19:39:27 +0000 (11:39 -0800)
commitd53b1b621587bbdbc90f12eadf504888ab023b58
tree762ec9486d2f60e6f75cd0b7c2f8a72c758dcd09
parent809a81ec3a0b8666ec426a88b86fb133ae5f1bcb
iris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

This cap is mainly for working around a r600 texture swizzle issue,
but it also controls whether ARB_texture_buffer_object (with legacy
formats) is enabled.  I suspect the missing I/L/A/LA faking is why
I had it set in the first place.

Thanks to Ilia for pointing out that I shouldn't be setting this.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/gallium/drivers/iris/iris_screen.c