diff options
author | Ilia Mirkin <[email protected]> | 2015-11-09 13:27:07 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-11-11 19:20:41 -0500 |
commit | 3695b253f908b58290d69e2d770209abf0c6beee (patch) | |
tree | ae49b3e0876518773e1765513a1a0f3e8245a040 /src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | |
parent | 725fcdfbb11ff4c4399d58e08403e4e0064a8c5e (diff) |
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_screen.c')
-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 7f8ce21a348..4a4d7025fa6 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c @@ -204,6 +204,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_CLEAR_TEXTURE: return 0; case PIPE_CAP_VENDOR_ID: |