Commit graph

285 commits

Author SHA1 Message Date
Evgenii Shatokhin
67c080b40c Release up 2016-12-11 19:59:32 +03:00
Evgenii Shatokhin
1152156788 Do not build 'ilo' driver
It seems, 'ilo' is no longer maintained upstream and will be removed
from Mesa. Its developers probably favour Vulkan-based stuff instead.

Details from a developer:
https://lists.freedesktop.org/archives/mesa-dev/2016-December/137795.html
2016-12-11 19:56:47 +03:00
Evgenii Shatokhin
eaad6d06d2 Enabled experimental support for Vulkan 2016-12-11 19:56:18 +03:00
Evgenii Shatokhin
591cbcb292 Added a fix for a long-standing bug in Mesa
https://bugs.freedesktop.org/show_bug.cgi?id=93649
http://www.phoronix.com/scan.php?page=news_item&px=9-Year-Mesa-Bug-RadeonSI
2016-12-11 18:48:42 +03:00
Evgenii Shatokhin
1f23b277f1 Updated to version 13.0.2 2016-11-29 10:55:22 +03:00
Evgenii Shatokhin
573aad3366 Updated to v.13.0.1, w/o Vulkan support for now 2016-11-15 16:47:47 +03:00
Evgenii Shatokhin
abbe12938c wglext.h and mesa_glinterop.h are no longer provided 2016-11-11 12:10:53 +03:00
Evgenii Shatokhin
f33521ff86 Updated to version 12.0.4 2016-11-11 11:44:03 +03:00
Andrey Bondrov
71a49d3024 MassBuild#1169: Increase release tag 2016-10-14 21:10:17 +04:00
Evgenii Shatokhin
589b0af334 Release up for a rebuild with new libdrm 2016-09-19 13:05:51 +03:00
Evgenii Shatokhin
62b09f6a06 Updated to version 12.0.3 2016-09-16 11:43:14 +03:00
Evgenii Shatokhin
c1a93df550 Release up for a rebuild 2016-09-11 19:32:59 +03:00
Evgenii Shatokhin
b6cbd54d61 Updated to version 12.0.2 2016-09-06 10:38:08 +03:00
spectre
7bd915f01c Merge pull request #1 from alzim/mesa:rosa2016.1
Updated to 12.0.1
2016-08-28 22:22:08 +04:00
Alzim
56b854f81c Updated to 12.0.1 2016-08-28 18:13:00 +03:00
Evgenii Shatokhin
e01e600d83 Updated to version 11.2.2
As a part of this process, bumped the required libdrm version to 2.4.68.
2016-05-16 18:29:26 +03:00
Evgenii Shatokhin
fc1870252f Updated to version 11.1.1
New features in Mesa 11.1.x:
http://www.phoronix.com/scan.php?page=news_item&px=Mesa-11.1-Features
2016-01-17 19:04:30 +03:00
Evgenii Shatokhin
f40d0ae3d7 Revisited the options to make them closer to what Fedora uses
* Added --disable-asm, just in case.
* Removed '--enable-dri3' - let the build system decide whether to
  enable it.
* Added swrast to the list of DRI drivers.
2015-12-13 16:52:57 +03:00
Evgenii Shatokhin
aec622794b Release up for a rebuild 2015-12-12 17:27:07 +03:00
Evgenii Shatokhin
3fe485bae9 Release up 2015-12-03 21:32:34 +03:00
Evgenii Shatokhin
f60dafec32 Fix BR: a new libdrm is required 2015-12-02 15:21:05 +03:00
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
Evgenii Shatokhin
3249b507db Updated to version 11.0.6
Major changes:
http://www.mesa3d.org/relnotes/11.0.0.html

Additionally:
* "ilo" Mesa Gallium driver is now also enabled
  (http://lunarg.com/ilo-mesa-gallium-driver/)
* Gallium-based OSMesa is now built
2015-12-01 18:37:30 +03:00
Eugene Shatokhin
1e7fbd30bc Release up 2015-09-25 09:59:10 +03:00
Dmitry Fedorov
7e677191ab BuildList#2501564: Increase release tag 2015-05-18 13:53:53 +04:00
Denis Silakov
71f1ba0d18 BuildList#2501564: Increase release tag 2015-05-15 14:28:25 +04:00
Dmitry Fedorov
503a5d9636 BuildList#2501564: Increase release tag 2015-05-15 14:04:01 +04:00
Dmitry Fedorov
2c67b1da9f BuildList#2501564: Increase release tag 2015-05-15 13:45:31 +04:00
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
Eugene Shatokhin
d607918cf5 Updated to version 10.4.5
From the log:
egl: Pass the correct X visual depth to xcb_put_image().
gallium/util: Don't use __builtin_clrsb in util_last_bit().
glsl: Link glsl_test with pthreads library.
glsl: Reduce memory consumption of copy propagation passes.
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
i965: Fix integer border color on Haswell.
i965: Fix max_wm_threads for CHV
i965: Override swizzles for integer luminance formats.
i965: Respect the no_8 flag on Gen6, not just Gen7+.
i965: Use a gl_color_union for sampler border color.
i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.
mesa: Fix clamping to -1.0 in snorm_to_float
mesa: fix AtomicBuffer typo in _mesa_DeleteBuffers
mesa: fix display list 8-byte alignment issue
nvc0: allow holes in xfb target lists
nvc0: bail out of 2d blits with non-A8_UNORM alpha formats
r600g,radeonsi: don't append to streamout buffers that haven't been used
yet
radeonsi: fix a crash if a stencil ref state is set before a DSA state
radeonsi: fix instanced arrays with non-zero start instance
radeonsi: small fix in SPI state
st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
st/mesa: treat resource-less xfb buffers as if they weren't there
st/osmesa: Fix osbuffer->textures indexing
2015-02-24 18:42:49 +03:00
Eugene Shatokhin
818f1515b9 Release up 2015-02-24 17:45:11 +03:00
Eugene Shatokhin
47aed5ad0a Restored the deleted Provides 2015-02-24 17:43:40 +03:00
Eugene Shatokhin
69bb7c0220 Added %rename for the old packages superceded by the new ones
May help when the user updates the system from ROSA 2012 LTS to ROSA R3
or newer.
2015-02-24 17:30:13 +03:00
Eugene Shatokhin
0632bd4ee0 Restored Obsoletes for dricore
We need these obsoletes in case someone is updating the system from
ROSA R3 or ROSA 2012 LTS, etc.
2015-02-24 16:37:51 +03:00
Alexander Lakhin
388ad1feb0 MassBuild#656: Increase release tag 2015-02-22 18:15:52 +04:00
Eugene Shatokhin
bcd8d858c3 Release up 2015-01-20 11:52:33 +03:00
Eugene Shatokhin
86b16c52b7 Fix building with and without VA 2015-01-19 15:06:28 +03:00
Eugene Shatokhin
7b53c3acdb Update to version 10.4.2
Mesa 10.4.2 provides lots of bug fixes and implements a few more OpenGL
features:
* GL_ARB_conditional_render_inverted on nv50
* GL_ARB_sample_shading on r600
* GL_ARB_texture_view on nv50, nvc0
* GL_ARB_clip_control on nv50, nvc0, r300, r600, radeonsi, llvmpipe,
    softpipe
* GL_KHR_context_flush_control on all drivers
2015-01-19 13:51:26 +03:00
Eugene Shatokhin
f01d019fbc Use the appropriate conditional for selinux in the spec 2015-01-15 16:50:49 +03:00
Eugene Shatokhin
9a72f0f994 Enabled SELinux support (conditionally, on by default) 2014-12-19 20:15:56 +03:00
Eugene Shatokhin
90f53bd922 Sync to 2014.1 2014-12-19 20:10:05 +03:00
Tigro
f60fe1c576 fix crash when llvmpipe tries to use sse instructions,
but llvm detects a cpu that doesn't support them. https://freedesktop.org/patch/34445/
2014-11-19 12:47:10 +03:00
Eugene Shatokhin
874ef54009 Do not rename lib(64)dri-drivers - may help avoid conflicts 2014-11-17 16:08:21 +03:00
Eugene Shatokhin
7b491bcd0e Removed README.xvmc*
It seems unlikely it is used anyway.
2014-11-17 12:22:40 +03:00
Eugene Shatokhin
0064e7b6d6 Fixed package build problems
1. libXvMCgallium.* are now also installed although they were not meant
to before. Other libXvMC* libraries are hardlinks to it and that
confused the build system.

2. lib(64)dri-drivers has been renamed to dri-drivers: it is not a
regular shared library but rather a collection of special shared
objects.

3. Added *.rpmlintrc file to silence the complaints about
libXvMCgallium.* and dri-drivers.
2014-11-12 16:29:54 +03:00
Eugene Shatokhin
2552421682 Updated to version 10.3.3, cleaned up a bit
Apart from the actual update to 10.3.3, the following changes were made:
* removed (broken) XvMCConfig, provided instructions how to create it;
* removed the no longer used patches and files.
2014-11-12 12:56:56 +03:00
Dmitry Fedorov
0d3cc51b5f BuildList#2320919: Increase release tag 2014-10-25 21:24:23 +04:00
Dmitry Fedorov
2bbf094e68 MassBuild#518: Increase release tag 2014-09-20 02:22:00 +04:00
din
5dab636d08 Merge pull request #1 from kuzma/mesa:current
Added security fix for CVE-2013-1993.
2014-09-19 16:41:17 +04:00
kuzma kazygashev
5175268a8b Added security fix for CVE-2013-1993. 2014-09-19 18:57:42 +07:00