aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-07-09 13:42:25 -0400
committerMarge Bot <[email protected]>2020-07-16 15:10:55 +0000
commit293f251871b2fc7fd40d0fcabec4dd8a8324bc47 (patch)
tree628ac4a83448f365ac83e37bd4723c8851144876 /bin
parentf611af35948e4d1d56daa94f59d5feb7d44d24ce (diff)
panfrost: Use Midgard-specific reloads
v2: Be more explicit about sampler types. Prefer the term "load" to "resolve" to match VK convention. Generate shaders for MRT 8x. Blit shader generation adds about 6ms to startup cost. We could cache thes. shaders to disk if we needed to (or indeed, ship binaries). v3: Fallback on u_blitter on Bifrost so Bifrost continues to work. KHR_partial_update support is mostly no-oped on Bifrost now, but that's okay for now - compositors are still functional. v4: Specialize on multisample state as well to enable reloads of MSAA textures. This requires 2x the shader variants, so I assume we're up to 12ms startup cost for generation. Annoying. Also fix interactions with depth- or stencil-only clears of combined depth-stencil surfaces. v5: Cache to the device (screen) instead of the context, reducing duplicated work in apps that create many contexts (e.g. Chromium) v6: Squash in KHR_partial_update cleanup to fix intermediate regressions on a few tests. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5824>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions