diff options
author | Dave Airlie <[email protected]> | 2012-01-12 15:05:15 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-01-12 15:06:24 +0000 |
commit | 3e044bcc4b2fcf9418f5a8fb682c8fab3bc454e9 (patch) | |
tree | 3e618bc87bafc02b30cc806237baf90dd7520ff7 | |
parent | c7188ece0ee33f13e6f6aa776a5639bcd4047e5b (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]>
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.c | 2 |
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; |