Module: Mesa Branch: master Commit: 8d347742fe0c98352eedad5c6e1d16ee71b87ca6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d347742fe0c98352eedad5c6e1d16ee71b87ca6
Author: Pierre-Eric Pelloux-Prayer <[email protected]> Date: Wed Nov 25 15:45:02 2020 +0100 tesselator: remove unused variable Reviewed-by: Zoltán Böszörményi <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7846> --- src/gallium/auxiliary/tessellator/p_tessellator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/auxiliary/tessellator/p_tessellator.cpp b/src/gallium/auxiliary/tessellator/p_tessellator.cpp index 963806b7ae4..168987efb22 100644 --- a/src/gallium/auxiliary/tessellator/p_tessellator.cpp +++ b/src/gallium/auxiliary/tessellator/p_tessellator.cpp @@ -43,7 +43,6 @@ namespace pipe_tessellator_wrap PIPE_ALIGN_VAR(32) float domain_points_u[MAX_POINT_COUNT]; PIPE_ALIGN_VAR(32) float domain_points_v[MAX_POINT_COUNT]; uint32_t num_domain_points; - PIPE_ALIGN_VAR(32) uint32_t indices[3][MAX_INDEX_COUNT / 3]; public: void Init(enum pipe_prim_type tes_prim_mode, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
