diff options
author | Marek Olšák <[email protected]> | 2018-08-31 20:52:29 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-09-07 17:59:02 -0400 |
commit | 9ce2cef68f37a05cd2e4e4128395af38e7be963f (patch) | |
tree | aa7b2626dd5cff66f40968dd3bdc0e72a0a91b15 /src/gallium/auxiliary | |
parent | ecfe41e6902237e53459e0d6b06b2cd91fb34025 (diff) |
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c index 4843ba57567..07c63aa3700 100644 --- a/src/gallium/auxiliary/util/u_screen.c +++ b/src/gallium/auxiliary/util/u_screen.c @@ -320,6 +320,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen, return 1 << 27; case PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE: + case PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET: return 0; default: |