No description
Find a file
Evgenii Shatokhin a24af41a75 Do not enable the experimental r600 llvm compiler
This is not supported by LLVM 3.7 and is generally not recommended, it
seems.
2015-12-02 12:35:12 +03:00
.abf.yml Updated to version 11.0.6 2015-12-01 18:37:30 +03: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.rpmlintrc Fixed package build problems 2014-11-12 16:29:54 +03:00
mesa.spec Do not enable the experimental r600 llvm compiler 2015-12-02 12:35:12 +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 ---------------------------------