Skip to content

tests: Add test to stress Mesa Gallium draw module.

Jose Fonseca requested to merge jrfonseca/piglit:vertex-fallbacks into main

This test was designed to exercise as many of the Mesa Gallium draw module's vertex pipeline stages as possible, particularly those which allocate extra vertex attributes.

It does not yet check for correctness, and is instead meant to be used with memory debuggers to trap buffer overflows.

It exercises a bug in draw module, for which I'll post a fix shortly.

/cc @brianp @sroland @charmainel

Merge request reports