servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.6k stars 201 forks source link

Program d3d11/propagate fails to link under Mesa RadeonSI #373

Closed CallumDev closed 4 years ago

CallumDev commented 4 years ago

Link fails with: error: Too many compute shader storage blocks (9/8)

GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS is currently limited to 8 under RadeonSI. There's an issue open in mesa, but that won't change the limits on any current supported mesa install.