No description
Find a file
2015-05-15 14:04:01 +04:00
.abf.yml Updated to version 10.5.3; enabled Direct3D9 state tracker 2015-04-14 16:17:50 +03:00
0002-mesa-10.0-nv50-fix-build.patch Update to 10.1.1 with additional fixes 2014-04-21 16:00:49 +04:00
make-git-snapshot.sh LOG New version 9.2.1, major spec cleanup 2013-10-11 16:08:54 +11:00
mesa-9.2-hardware-float.patch LOG New version 9.2.1, major spec cleanup 2013-10-11 16:08:54 +11:00
mesa-10.2-evergreen-big-endian.patch Updated to version 10.2.1 2014-06-09 16:29:53 +04:00
Mesa-dev-gallivm-force-sse-instructions-for-llvm-3.5.patch Update to version 10.4.2 2015-01-19 13:51:26 +03:00
mesa.rpmlintrc Fixed package build problems 2014-11-12 16:29:54 +03:00
mesa.spec BuildList#2501564: Increase release tag 2015-05-15 14:04:01 +04:00
README.xvmc.urpmi Updated to version 10.3.3, cleaned up a bit 2014-11-12 12:56:56 +03:00

Note that XvMC-related components are provided as is, without any warranty. 
We do not offer official support for that yet.

The backends supporting XvMC for some Gallium drivers (r600 and nouveau) are
installed by default.

To actually enable that support, however, you may need to create XvMCConfig 
file in /etc/X11/ directory.

You can use the following as a template of XvMCConfig file. Uncomment the 
appropriate line below, according to the driver you are actually using and 
the bitness of your setup.

-------------------------------- cut here ---------------------------------
# Driver for AMD Radeon r600+ video cards - 64 bit
# /usr/lib64/libXvMCr600.so.1
# Driver for AMD Radeon r600+ video cards - 32 bit
# /usr/lib/libXvMCr600.so.1

# Driver for NVidia (nouveau) - 64 bit
# /usr/lib64/libXvMCnouveau.so.1
# Driver for NVidia (nouveau) - 32 bit
# /usr/lib/libXvMCnouveau.so.1
-------------------------------- cut here ---------------------------------