diff options
author | Marek Olšák <[email protected]> | 2015-08-10 02:11:48 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-08-14 15:01:51 +0200 |
commit | 3b7800e75089d4dc8ed9b2a0ce994760c167b93a (patch) | |
tree | 60a42f636674d1eb0811237dae5a95f2ed5e3d22 /src/gallium/drivers/nouveau/nvc0 | |
parent | 2ebb8efa08b4ea290b8a2bb9aa2e3784b8272d87 (diff) |
gallium: add an interface for EXT_depth_bounds_test
Reviewed-by: Roland Scheidegger <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c index 0c25ec43120..54b469bc03e 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c @@ -199,6 +199,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_VERTEXID_NOBASE: case PIPE_CAP_RESOURCE_FROM_USER_MEMORY: case PIPE_CAP_DEVICE_RESET_STATUS_QUERY: + case PIPE_CAP_DEPTH_BOUNDS_TEST: return 0; case PIPE_CAP_VENDOR_ID: |