aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_context.h
diff options
context:
space:
mode:
authorQiang Yu <[email protected]>2020-02-04 21:35:33 +0800
committerMarge Bot <[email protected]>2020-02-17 02:54:15 +0000
commita4b048c046cc4861d9ce7da94eeaeca341b7e2f5 (patch)
treeb3d02609686a2918083c49f0eb3185223fc80308 /src/gallium/drivers/lima/lima_context.h
parent6a5b1c62db4cd3ab2dcabe6e32391c18f11dfb17 (diff)
lima: move pp_max_stack_size to lima_submit
pp_max_stack_size is preserved across draws. Reviewed-by: Vasily Khoruzhick <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
Diffstat (limited to 'src/gallium/drivers/lima/lima_context.h')
-rw-r--r--src/gallium/drivers/lima/lima_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/lima/lima_context.h b/src/gallium/drivers/lima/lima_context.h
index 35717d22d0f..320f6f2a60c 100644
--- a/src/gallium/drivers/lima/lima_context.h
+++ b/src/gallium/drivers/lima/lima_context.h
@@ -248,8 +248,6 @@ struct lima_context {
struct pipe_debug_callback debug;
- int pp_max_stack_size;
-
unsigned index_offset;
struct lima_resource *index_res;
};