From: Dave Airlie Date: Thu, 12 Jan 2012 15:05:15 +0000 (+0000) Subject: r600g: don't advertise integers yet on r600. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e044bcc4b2fcf9418f5a8fb682c8fab3bc454e9;p=mesa.git r600g: don't advertise integers yet on r600. Still some work to be done before this is finished. This is a candidate for 8.0 branch. Signed-off-by: Dave Airlie --- diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index e50b5cc3d16..537024c069b 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -505,8 +505,6 @@ static int r600_get_shader_param(struct pipe_screen* pscreen, unsigned shader, e case PIPE_SHADER_CAP_SUBROUTINES: return 0; case PIPE_SHADER_CAP_INTEGERS: - if (rscreen->chip_class == EVERGREEN) - return 1; return 0; case PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS: return 16;