No description
Find a file
Eugene Shatokhin c2d9436448 Updated to version 10.5.3; enabled Direct3D9 state tracker
Major changes in Mesa 10.5, from the release announcement:

- The new IR - NIR. A flat, typeless IR, supporting SSA.
- GLX/DRI3 fixes and improvements.
- A lot of preparation work for GL_ARB_direct_state_access.
- Piglit and drawElements Quality Program (dEQP) fixes.
- Initial support for the new Intel Skylake GPUs and Adreno 4xx GPUs.
- Support for GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600,
  radeonsi, llvmpipe

Besides that, Direct3D9 state tracker ("nine") has been enabled.
It is now provided by lib(64)d3dtracker1 package, the development
files are in lib(64)d3dtracker-devel.
2015-04-14 16:17:50 +03: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 Updated to version 10.5.3; enabled Direct3D9 state tracker 2015-04-14 16:17:50 +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 ---------------------------------