diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-07-17 15:43:39 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-08-06 17:40:51 -0400 |
commit | 91924453eedf3d4e0d57e0c2458db4560122b096 (patch) | |
tree | 84964d226c4e5968afc7239f3f8378c2aa04c2ac /src/gallium/drivers/nouveau/nv30 | |
parent | 8b6bfed3d254f2652f7f416384e2f2ffc27dc8ba (diff) |
gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate support
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c b/src/gallium/drivers/nouveau/nv30/nv30_screen.c index de3ad7c4296..acc8b0a1361 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_screen.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_screen.c @@ -250,6 +250,7 @@ nv30_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_PROGRAMMABLE_SAMPLE_LOCATIONS: case PIPE_CAP_IMAGE_LOAD_FORMATTED: case PIPE_CAP_TGSI_DIV: + case PIPE_CAP_TGSI_ATOMINC_WRAP: return 0; case PIPE_CAP_MAX_GS_INVOCATIONS: |