<?xml version="1.0"?>
<driconf>
    <device driver="panvk">
        <engine engine_name_match="ANGLE">
            <!--
               ANGLE requires VK_EXT_transform_feedback or vertexPipelineStoresAndAtomics
               to enable OpenGL 3.1 support. As we currently don't support this extension,
               we enable support for vertexPipelineStoresAndAtomics to allow XFB emulation
               on hardware without speculative behaviors around vertices.
               -->
            <option name="pan_enable_vertex_pipeline_stores_atomics" value="true" />
        </engine>
    </device>
</driconf>
