Re: [Mesa-dev] [PATCH 9/9] panfrost: Allocate polygon lists on-demand
R-b, but I guess I'm biased :) signature.asc Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH 9/9] panfrost: Allocate polygon lists on-demand
From: Alyssa Rosenzweig Rather than alloacting a huge (64MB) polygon list on context creation and sharing it across framebuffers, we instead allocate polygon lists as BOs (which consistently hit the cache) sized appropriately; for about a month, we've known how to calculate the polygon list size