Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 99e335db29 | |||
| a656bbc7fa |
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/glmark2/glmark2.git</param>
|
||||
<param name="changesrevision">6edcf02205fd1e8979dc3f3964257a81959b80c8</param></service></servicedata>
|
||||
<param name="changesrevision">cebbb63edfba502905470c904f8e6f1c6ce28ba9</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9883c43604e82f7b0349ed8778a40d4195d0fcc28f3ee9811f3013f94f9e616b
|
||||
size 17753613
|
||||
3
glmark2-20250221.obscpio
Normal file
3
glmark2-20250221.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a27e4efa49d55666414ddb9851d0886215d6c4c54d8583e000e268fe924025b
|
||||
size 17770509
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 09 09:52:46 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 20250221:
|
||||
* NativeStateDRM: Specify modifiers for DRM framebuffer when possible
|
||||
* NativeStateDRM: Use explicit format modifiers when possible
|
||||
* GLStateEGL: Advertise supported format modifiers
|
||||
* glad: Add EGL_EXT_image_dma_buf_import_modifiers extension
|
||||
* GLStateEGL: Prefer to use eglGetProcAddress to get EGL function addresses
|
||||
* Support the provision of GL modifiers to native state
|
||||
* NativeStateNull: Add null native state
|
||||
* glad: Update to latest version and add EGL_MESA_platform_surfaceless
|
||||
* Prefer to use sync objects to synchronize rendering in offscreen mode
|
||||
* CanvasGeneric,Options: Support multiple FBOs in offscreen mode
|
||||
* Prepare scenes for changing Canvas FBO
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 08:56:24 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: glmark2
|
||||
version: 20250212
|
||||
mtime: 1739353664
|
||||
commit: 6edcf02205fd1e8979dc3f3964257a81959b80c8
|
||||
version: 20250221
|
||||
mtime: 1740142500
|
||||
commit: cebbb63edfba502905470c904f8e6f1c6ce28ba9
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: glmark2
|
||||
Version: 20250212
|
||||
Version: 20250221
|
||||
Release: 0
|
||||
Summary: OpenGL 2.0 and ES 2.0 benchmark
|
||||
License: GPL-3.0-only
|
||||
|
||||
Reference in New Issue
Block a user