Browse Source

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 <airlied@redhat.com>
tags/i965-primitive-restart-v2
Dave Airlie 14 years ago
parent
commit
3e044bcc4b
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/gallium/drivers/r600/r600_pipe.c

+ 0
- 2
src/gallium/drivers/r600/r600_pipe.c View File

@@ -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;

Loading…
Cancel
Save