Name: | cogl |
---|---|
Version: | 1.22.2 |
Release: | 10.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 1690927 |
License: | LGPLv2+ |
RPM: | cogl-1.22.2-10.el8.i686.rpm |
Source RPM: | cogl-1.22.2-10.el8.src.rpm |
Build Date: | Fri Mar 29 2019 |
Build Host: | ca-build103.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.clutter-project.org/ |
Summary: | A library for using 3D graphics hardware to draw pretty pictures |
Description: | Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. As well aiming for a nice API, we think having a single library as opposed to an API specification like OpenGL has a few advantages too; like being able to paper over the inconsistencies/bugs of different OpenGL implementations in a centralized place, not to mention the myriad of OpenGL extensions. It also means we are in a better position to provide utility APIs that help software developers since they only need to be implemented once and there is no risk of inconsistency between implementations. Having other backends, besides OpenGL, such as drm, Gallium or D3D are options we are interested in for the future. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Switch to %ldconfig_scriptlets
- Fix spec file conditionals
- Add GL_ARB_shader_texture_lod and copy_sub_image support (#1421055) - Add pkgconfig(egl) BReq for rawhide - Move BReqs to pkgconfig
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Add Requires: %{name} = %{version}-%{release} to the tests subpackage
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Prefer eglGetPlatformDisplay to eglGetDisplay
- Update to 1.22.2 - Don't set group tags