mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 06:20:19 +01:00
meta: Bump MAX_META_OPS_DEPTH from 2 to 8
When i965 uses (in the near future) meta-ops to perform buffer resolves, the meta-op stack exceeds depth 2. I bumped it to 8 because... 8 is bigger than 2, but not too big. Reviewed-by: Brian Paul <brianp@vmware.com> Signed-off-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
parent
c5f4024a79
commit
aa97ababfc
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ struct decompress_state
|
|||
};
|
||||
|
||||
|
||||
#define MAX_META_OPS_DEPTH 2
|
||||
#define MAX_META_OPS_DEPTH 8
|
||||
/**
|
||||
* All per-context meta state.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue