No description
Find a file
Eugene Shatokhin 90f53bd922 Sync to 2014.1
2014-12-19 20:10:05 +03:00
.abf.yml Updated to version 10.3.3, cleaned up a bit 2014-11-12 12:56:56 +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-10.3-do-install-libxvmcgallium.patch Fixed package build problems 2014-11-12 16:29:54 +03:00
Mesa-dev-gallivm-force-sse-instructions-for-llvm-3.5.patch fix crash when llvmpipe tries to use sse instructions, 2014-11-19 12:47:10 +03:00
mesa.rpmlintrc Fixed package build problems 2014-11-12 16:29:54 +03:00
mesa.spec Sync to 2014.1 2014-12-19 20:10:05 +03: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 ---------------------------------