Module: Mesa Branch: main Commit: 73ca229690b2b9694f847fc0debc40709602157d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73ca229690b2b9694f847fc0debc40709602157d
Author: Alyssa Rosenzweig <[email protected]> Date: Mon May 10 13:07:38 2021 -0400 panfrost: Drop random #define Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10845> --- src/gallium/drivers/panfrost/pan_context.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 08658e41de7..06d00c8bffa 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -52,8 +52,6 @@ /* Forward declare to avoid extra header dep */ struct prim_convert_context; -#define MAX_VARYINGS 4096 - #define SET_BIT(lval, bit, cond) \ if (cond) \ lval |= (bit); \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
