-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92142c2
commit 38c1f54
Showing
7 changed files
with
529 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
SRM (0.11.0-1) | ||
|
||
# License | ||
|
||
* Updated license to LGPLv2.1. | ||
|
||
# API Additions | ||
|
||
* srmConnectorGetCurrentBufferAge: Retrieves the age of the current buffer according to the [EGL_EXT_buffer_age](https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_buffer_age.txt) extension specification. | ||
* srmBufferWrite2(Begin/Update/End): An alternative to srmBufferWrite() that allows multiple texture updates without issuing an immediate internal synchronization. | ||
|
||
-- Eduardo Hopperdietzel <[email protected]> Sun, 08 Dec 2024 20:12:27 -0300 | ||
|
||
|
||
SRM (0.10.0-1) | ||
|
||
# API Additions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.10.0 | ||
0.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%global basever 0.10.0 | ||
%global basever 0.11.0 | ||
%global origrel 1 | ||
%global somajor 0 | ||
|
||
|
@@ -7,7 +7,7 @@ Version: %{basever}%{?origrel:_%{origrel}} | |
Release: 1%{?dist} | ||
Summary: Simple Rendering Manager: C library for building OpenGL ES 2.0 applications on top of DRM/KMS | ||
|
||
License: MIT | ||
License: LGPLv2.1 | ||
URL: https://github.com/CuarzoSoftware/SRM | ||
|
||
BuildRequires: tar | ||
|
@@ -91,5 +91,7 @@ pushd repo/src | |
%{_libdir}/pkgconfig/SRM.pc | ||
|
||
%changelog | ||
* Mon Nov 11 2024 Eduardo Hopperdietzel <[email protected]> - %{basever}-%{origrel} | ||
- srmConnectorGetSerial: Retrieves the serial number of a connected display. | ||
* Sun Dec 08 2024 Eduardo Hopperdietzel <[email protected]> - %{basever}-%{origrel} | ||
- Updated license to LGPLv2.1. | ||
- srmConnectorGetCurrentBufferAge: Retrieves the age of the current buffer according to the [EGL_EXT_buffer_age](https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_buffer_age.txt) extension specification. | ||
- srmBufferWrite2(Begin/Update/End): An alternative to srmBufferWrite() that allows multiple texture updates without issuing an immediate internal synchronization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters