| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libva-glx1 | Distribution: Unknown |
| Version: 1.0.16 | Vendor: ATrpms.net |
| Release: 9.el6 | Build date: Mon Jun 9 15:28:20 2014 |
| Group: System Environment/Libraries | Build host: flocki.atrpms.net |
| Size: 16184 | Source RPM: libva-1.0.16-9.el6.src.rpm |
| Packager: ATrpms <http://ATrpms.net/> | |
| Url: http://freedesktop.org/wiki/Software/vaapi | |
| Summary: Shared libraries for package libva | |
This package provides the shared libraries libva-glx.so.1* for the package libva. Shared libraries are required at runtime for software built against libva. Keeping shared libraries in a separate package enables their use as forward/backward compatibility packages.
MIT
* Sat Jun 07 2014 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.0.16-8
- Update to 1.0.16.
* Sun Nov 06 2011 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.0.15-7
- Update to 1.0.15.
* Mon Jun 27 2011 Paulo Roma <roma@lcg.ufrj.br> - 1.0.13-6
- Update to 1.0.13
- Added BR libpciaccess-devel.
- New avcenc binary.
* Mon Apr 11 2011 Paulo Roma <roma@lcg.ufrj.br> - 1.0.12-5
- Update to 1.0.12
- Removed all patches.
* Mon Mar 07 2011 Paulo Roma <roma@lcg.ufrj.br> - 1.0.10-4
- Switch to upstream.
* Sun Jan 30 2011 Paulo Roma <roma@lcg.ufrj.br> - 0.32.0-3.sds1
- Update to 0.32.0-1.sds1
* Sun Jan 30 2011 Paulo Roma <roma@lcg.ufrj.br> - 0.31.1-2.sds5
- Update to 0.31.1-1.sds5
* Sun Jul 18 2010 Paulo Roma <roma@lcg.ufrj.br> - 0.31.1-1.sds4
- Rebuilt as libva for ATrpms.
* Fri Jul 16 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.31.1-1.sds4
- Update to 0.31.1-1+sds4
- Add BR libudev-devel
- Obsoletes libva-utils
(tests files aren't installed anymore).
* Fri Jul 16 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.31.0.1.sds13-3
- Revert to the previous version scheme
- Fix mix use of spaces and tabs
* Wed Jul 14 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.31.0-1.sds13
- Move to libva-freeworld
- Virtual provides libva bumped with epoch
- Remove duplicate licence file.
* Mon Jul 05 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.31.0.1.sds130-1
- Update to 0.31.0-1+sds13
* Fri Mar 12 2010 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds10-1
- new SDS patch version (sds10):
+ Add detection of Broadcom Crystal HD chip.
+ Require vaDriverInit() function to include SDS API version.
+ OpenGL extensions updates:
- Drop the 'bind' API. Only keep vaCopySurfaceGLX().
- Fix FBO check for the generic implementation with TFP.
+ Compat: strip vaPutSurface() flags to match older API.
- This fixes deinterlacing support with GMA500 "psb" driver.
+ Upgrade to GIT snapshot 2009/12/17:
- Add a "magic" number to VADisplayContext.
- Add more test programs, including h264 encoding.
- add -utils package for the various new binaries in this build
* Thu Dec 03 2009 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds9-1
- new SDS patch version (sds9):
+ Add extra picture info for VDPAU/MPEG-4
* Mon Nov 23 2009 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds8-1
- new SDS patch version (sds8) - note sds7 package actually contained
sds5 due to an error on my part:
+ Fix detection of ATI chipsets with fglrx >= 8.69-Beta1.
+ Upgrade to GIT snapshot 2009/11/20:
+ Merge in some G45 fixes and additions.
+ Add VA_STATUS_ERROR_SURFACE_IN_DISPLAYING.
* Tue Nov 17 2009 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds7-1
- new SDS patch version:
+ Fix compatibility with older programs linked against libva.so.0
+ G45 updates:
+ Fix vaCreateImage() and vaDestroyImage()
+ Fix subpictures association to parent surfaces
+ Fix rendering of subpictures (extra level of scaling)
+ Fix subpicture palette upload (IA44 and AI44 formats for now)
+ Add RGBA subpicture formats
+ Add YV12 vaGetImage() and vaPutImage()
+ Fix subpicture rendering (flickering)
+ Fix return value for unimplemented functions
+ Fix vaPutSurface() to handle cliprects (up to 80)
* Thu Oct 08 2009 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds5-2
- enable the i965 driver build
* Tue Oct 06 2009 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds5-1
- new SDS patch version:
+ G45 updates:
+ Fix VA driver version
+ Fix vaAssociateSubpicture() arguments
+ Add vaQueryDisplayAttributes() as a no-op
+ Fix vaQueryImageFormats() to return 0 formats at this time
* Tue Sep 22 2009 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds4-1
- new SDS patch version:
+ Fix chek for GLX extensions
+ Fix libva pkgconfig dependencies
+ Fix vainfo dependencies (Konstantin Pavlov)
+ Add C++ guards to <va/va_glx.h>
+ Don't search LIBGL_DRIVERS_PATH, stick to extra LIBVA_DRIVERS_PATH
+ Upgrade to GIT snapshot 2009/09/22:
- Merge in SDS patches 001, 201, 202
- i965_drv_driver: use the horizontal position of a slice
* Thu Sep 10 2009 Adam Williamson <awilliam@redhat.com> - 0.31.0.1.sds3-1
- new upstream + SDS patch version:
+ Add OpenGL extensions (v3)
+ Upgrade to VA API version 0.31 (2009/09/07 snapshot)
+ Add drmOpenOnce() / drmCloseOnce() replacements for libdrm < 2.3
+ Add generic VA/GLX implementation with TFP and FBO
+ Fix detection of ATI chipsets with fglrx >= 8.66-RC1
+ Add VASliceParameterBufferMPEG2.slice_horizontal_position for i965
driver
* Thu Sep 03 2009 Adam Williamson <awilliam@redhat.com> - 0.30.4.1.sds5-3
- don't declare the stack as executable when creating libva.so.0
* Mon Aug 31 2009 Adam Williamson <awilliam@redhat.com> - 0.30.4.1.sds5-2
- enable glx support
* Mon Aug 31 2009 Adam Williamson <awilliam@redhat.com> - 0.30.4.1.sds5-1
- new SDS patch version:
+ Add VA_STATUS_ERROR_UNIMPLEMENTED
+ Add vaBindSurfaceToTextureGLX() and vaReleaseSurfaceFromTextureGLX()
* Wed Aug 26 2009 Adam Williamson <awilliam@redhat.com> - 0.30.4.1.sds4-1
- new SDS patch version:
+ Add OpenGL extensions
+ Fix NVIDIA driver version check
+ Fix libva-x11-VERSION.so.* build dependencies
* Wed Aug 12 2009 Adam Williamson <awilliam@redhat.com> - 0.30.4.1.sds3-1
- initial package
/usr/lib/libva-glx.so.1 /usr/lib/libva-glx.so.1.3201.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 08:57:28 2025