diff options
author | Marek Olšák <[email protected]> | 2019-10-07 22:50:36 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-10-10 15:49:19 -0400 |
commit | 09e0e4c93c3fe03d6ab664813f64378095c72454 (patch) | |
tree | 6817709879f59577ff94e0255794e86ce9ef1ca8 /src/gallium/drivers/r600 | |
parent | 1f718bfc78353e94971c2f40c947d915273d61ec (diff) |
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-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 793f86ef706..ca8669b98b9 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -698,8 +698,6 @@ static int r600_get_shader_param(struct pipe_screen* pscreen, return EG_MAX_ATOMIC_BUFFERS; } return 0; - case PIPE_SHADER_CAP_SCALAR_ISA: - return 0; case PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT: /* due to a bug in the shader compiler, some loops hang * if they are not unrolled, see: |