* arb_direct_state_access: disable dithering * arb_program_interface_query: set vs_input2[1][0] as valid name * perf/pixel-rate: new pixel throughput microbenchmark * OVR_multiview: another num_views validation test * glx: don't fail test if the X server is inconsistent * ovr_multiview: add some basic glsl tests * arb_clear_texture: use floating point verification for format type GL_FLOAT * glx: don't expect a glx error OBS-URL: https://build.opensuse.org/package/show/benchmark/piglit?expand=0&rev=63
17 lines
591 B
Plaintext
17 lines
591 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://gitlab.freedesktop.org/mesa/piglit.git/</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">piglit</param>
|
|
<param name="versionformat">1~%cd</param>
|
|
<param name="revision">main</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|