aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-02-16 13:43:16 +0100
committerSamuel Pitoiset <[email protected]>2017-06-14 10:04:36 +0200
commit973822bcee577a01f8b8281bbcd2261d18f074b3 (patch)
tree568ade438236da07686efd55d8ff18c02599d226 /src/gallium/drivers/r600/r600_pipe.c
parent990c8d15ac3de8623940b32b662ef956703cc6bc (diff)
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Whether bindless texture operations are supported by the underlying driver. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index d4fdccbd78d..a225f417f27 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -397,6 +397,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
case PIPE_CAP_TGSI_BALLOT:
case PIPE_CAP_TGSI_TES_LAYER_VIEWPORT:
case PIPE_CAP_POST_DEPTH_COVERAGE:
+ case PIPE_CAP_BINDLESS_TEXTURE:
return 0;
case PIPE_CAP_DOUBLES: