diff options
author | Nicolai Hähnle <[email protected]> | 2017-03-29 20:44:57 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-03-31 07:56:25 +0200 |
commit | d0c7f924a36f5a93c5a432baf3c653b9b07e006b (patch) | |
tree | 5193b685a5fa5480b6d145d27eacbd91a155f71d /src/gallium/drivers/nouveau/nvc0 | |
parent | 44125b29d1924e3a24ee86c022c69749aaa38e07 (diff) |
gallium: add PIPE_CAP_TGSI CLOCK
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[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 cfe4f677daa..ab94d9c4e4a 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c @@ -285,6 +285,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_NATIVE_FENCE_FD: case PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY: case PIPE_CAP_INT64_DIVMOD: + case PIPE_CAP_TGSI_CLOCK: return 0; case PIPE_CAP_VENDOR_ID: |