From: Dave Airlie Date: Mon, 22 Jun 2015 03:36:41 +0000 (+1000) Subject: r600g: ignore sampler views for now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bf5a4211ef305d90ca6133ca09c3b79e6088d50;p=mesa.git r600g: ignore sampler views for now. This fixes a regression in that r600 stopped working when sampler views were pushed. Signed-off-by: Dave Airlie --- diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index 07da1676182..af7622e9b34 100644 --- a/src/gallium/drivers/r600/r600_shader.c +++ b/src/gallium/drivers/r600/r600_shader.c @@ -725,6 +725,7 @@ static int tgsi_declaration(struct r600_shader_ctx *ctx) case TGSI_FILE_CONSTANT: case TGSI_FILE_SAMPLER: + case TGSI_FILE_SAMPLER_VIEW: case TGSI_FILE_ADDRESS: break;