summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2012-01-12 15:05:15 +0000
committerDave Airlie <[email protected]>2012-01-13 08:28:52 +0000
commit0b9e6d2017f4123ba83a6522c8c4fd2111bb090d (patch)
treeaa0e9b8500df16eb6859c27dd15d3f2c267663c9 /src/gallium
parent57665cb09e00761240afbb93adcd88f3ed139b15 (diff)
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 <[email protected]> (cherry picked from commit 3e044bcc4b2fcf9418f5a8fb682c8fab3bc454e9)
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c2
1 files changed, 0 insertions, 2 deletions
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;