b95c09ea6d
* kms: Create gbm_bos with explicit modifiers if possible * kms: Explicitly request all extensions dependencies * github: Add ubuntu-24.04 build in CI * headless: Add plugin for a headless window system * ws: Resolve swapchain related validation errors * vulkan_state: Set application vulkan version * vulkan_state: Add support for validation layers * build: Generate format names map from vk.xml * scenes,ws: Silence [[nodiscard]] warnings * kms: Add winsys option to specify the TTY to use * kms: Unbreak on FreeBSD * xcb: Fix incorrect window hint size * kms: Probe and use the first functional /dev/dri/cardX device * build: Require C++17 * wayland: Avoid segfault after failure to connect to display server * kms: Gracefully handle null results from KMS functions * ws: Improve automatic window system selection OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=31
17 lines
590 B
Plaintext
17 lines
590 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/vkmark/vkmark</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">vkmark</param>
|
|
<param name="versionformat">2017.08+git.%cd</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
</services>
|