Skip to content

fossils: update sascha-willems demos fossils to be v3dv friendly

Alejandro Piñeiro requested to merge apinheiro/shader-db:update-fossils into master

By default Sascha Willems demos uses for their demos using a graphics pipeline the D32_SFLOAT_S8_UINT format. v3dv doesn't support it, but the demos properly detect that, and use a supported format in any case.

But as the fossils were recorded with a driver supporting that format, it tries to use it, and we got a renderpass not supported warning, and no shader compilation.

As fossils here are mostly used for the shading compiling statistics, changing the format shouldn't affect to other drivers. Tested with anv and there is no changes.

As we are here we also add some extra fossils.

Merge request reports