Commit graph

114 commits

Author SHA1 Message Date
Eugene Shatokhin
7c77e314cb Updated to version 10.2.1
A brief description of the changes in this release compares to 10.1.x
series is available here:
http://www.phoronix.com/scan.php?page=news_item&px=MTcwMDc
2014-06-09 16:29:53 +04:00
Eugene Shatokhin
c69186ccf3 Updated to version 10.1.5
This is a bugfix release. From the announcement:

Changes from 10.1.4 to 10.1.5:

Brian Paul (1):
      glsl: fix use-after free bug/crash in ast_declarator_list::hir()

Emil Velikov (1):
      glx: do not leak dri3Display

Ilia Mirkin (2):
      nv50/ir: fix s32 x s32 -> high s32 multiply logic
      nv50/ir: fix constant folding for OP_MUL subop HIGH

James Legg (1):
      mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT

Jeremy Huddleston Sequoia (2):
      glapi: Avoid heap corruption in _glapi_table
      darwin: Fix test for kCGLPFAOpenGLProfile support at runtime

Pavel Popov (2):
      i965: Properly return *RESET* status in
	glGetGraphicsResetStatusARB
      i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.

Roland Scheidegger (1):
      llvmpipe: fix crash when not all attachments are populated in a fb
2014-06-09 13:16:13 +04:00
Eugene Shatokhin
8dbba23686 Removed spurious requirement of mesa for dri drivers
The requirement might have something to do with both 32-bit and 64-bit
mesa become needed on 64-bit systems.
2014-05-29 11:36:33 +04:00
Eugene Shatokhin
2132757400 Disabled immediate symbol resolution for ld (it might have broken Xorg) 2014-05-29 11:32:28 +04:00
Eugene Shatokhin
6ff5af29e8 Updated to version 10.1.4
This is a bugfix release. From the announcement:

Changes from 10.1.3 to 10.1.4:

Brian Paul (1):
      mesa: fix double-freeing of dispatch tables inside glBegin/End.

Carl Worth (4):
      docs: Add MD5 sums for 10.1.3
      cherry-ignore: Roland and Michel agreed to drop these patches.
      VERSION: Update to 10.1.4
      docs: Add release notes for the 10.1.4 release.

Emil Velikov (1):
      configure: error out if building GBM without dri

Eric Anholt (1):
      i965/vs: Use samplers for UBOs in the VS like we do for non-UBO
	pulls.

Ilia Mirkin (3):
      nv50/ir: make sure to reverse cond codes on all the OP_SET
	variants
      nv50: fix setting of texture ms info to be per-stage
      nv50/ir: fix integer mul lowering for u32 x u32 -> high u32

Michel Dänzer (1):
      radeonsi: Fix anisotropic filtering state setup

Tom Stellard (2):
      configure.ac: Add LLVM_VERSION_PATCH to DEFINES
      radeonsi: Enable geometry shaders with LLVM 3.4.1
2014-05-21 11:21:46 +04:00
Eugene Shatokhin
befc32b380 Updated to version 10.1.3
Changes from 10.1.2 to 10.1.3

Carl Worth (4):
      docs: Add MD5 sums for Mesa 10.1.2
      get-pick-list.sh: Require explicit "10.1" for nominating stable
	patches
      VERSION: Update to 10.1.3
      docs: Add release notes for Mesa 10.1.3.

Kenneth Graunke (2):
      mesa: Fix MaxNumLayers for 1D array textures.
      i965: Fix depth (array slices) computation for 1D_ARRAY render
	targets.

Tapani Pälli (1):
      glsl: fix bogus layout qualifier warnings

Thomas Hellstrom (1):
      st/xa: Fix performance regression introduced by commit "Cache
	render target surface"
2014-05-12 18:11:04 +04:00
Eugene Shatokhin
e5e17b64c9 Updated to version 10.1.2
From the release announcement:

Mesa 10.1.2 is a bug fix release which fixes bugs fixed since the 10.1.1
release, (see below for a list of changes).

Ander Conselvan de Oliveira (2):
      gbm/dri: Fix out-of-memory error path in dri_device_create()
      egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM

Anuj Phogat (27):
      mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
      swrast: Add glBlitFramebuffer to commands affected by conditional
	rendering
      mesa: Fix error condition for multisample proxy texture targets
      i965: Put an assertion to check valid varying_to_slot[varying]
      i965: Fix component mask and varying_to_slot mapping for gl_Layer
      i965: Fix component mask and varying_to_slot mapping for
	gl_ViewportIndex
      mesa: Add helper function _mesa_is_format_integer()
      mesa: Add error condition for integer formats in glGetTexImage()
      mesa: Add an error condition in
	glGetFramebufferAttachmentParameteriv()
      mesa: Fix error code generation in glReadPixels()
      glsl: Allow overlapping locations for vertex input attributes
      mesa: Fix querying location of nth element of an array variable
      mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0
      glsl: Compile error if fs defines conflicting qualifiers for
	gl_FragCoord
      glsl: Compile error if fs uses gl_FragCoord before first
	redeclaration
      mesa: Add entry for extension ARB_texture_stencil8
      mesa: Add error condition for format=STENCIL_INDEX in
	glGetTexImage()
      i965: Fix crash in do_blit_readpixels()
      mesa: Add missing types in _mesa_texstore_xx_xx() functions
      mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx()
	functions
      mesa: Add new helper function _mesa_unpack_depth_stencil_row()
      mesa: Add support to unpack depth-stencil texture in to
	FLOAT_32_UNSIGNED_INT_24_8_REV
      mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in
	get_tex_depth_stencil()
      i965: Add glBlitFramebuffer to commands affected by conditional
	rendering
      glsl: Use switch to allow adding more shader types
      glsl: Link error if fs defines conflicting qualifiers for
	gl_FragCoord
      glsl: Apply the link error conditions to
GL_ARB_fragment_coord_conventions

Benjamin Bellec (1):
      mesa: fix GetStringi error message with correct function name

Brian Paul (1):
      swrast: allocate swrast_texture_image::ImageSlices array if needed

Carl Worth (5):
      docs: Add the MD5 sums for the 10.1.1 release tar files.
      cherry-ignore: Ignore a patch causing a regression
      cherry-ignore: Drop an ignored patch now that piglit has been
	updated.
      Update VERSION to 10.1.2
      docs: Add notes for the 10.1.2 release.

Chris Forbes (1):
      glsl: Only allow `invariant` on shader in/out between stages.

Eric Anholt (1):
      i965: Fix render-to-texture in non-FinishRenderTexture cases.

Ian Romanick (1):
      dri3: Enable GLX_MESA_query_renderer on DRI3 too

Kenneth Graunke (2):
      i965: Don't enable reset notification support on Gen4-5.
      i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.

Marek Olšák (10):
      r300g: don't crash when getting NULL colorbuffers
      st/mesa: remove trailing NULL colorbuffers
      r600g: fix edge flags and layered rendering on R600-R700
      r600g: disable async DMA on R700
      r600g: fix MSAA resolve on R6xx when the destination is 1D-tiled
      r600g: fix flushing on RV670, RS780, RS880 again
      r600g: fix buffer copying on R600-R700
      r600g: fix for broken CULL_FRONT behavior on R6xx
      r600g: fix for an MSAA hang on RV770
      r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of
	SX_MISC

Michel Dänzer (2):
      r600g: Disable LLVM by default at runtime for graphics
      st/mesa: Fix NULL pointer dereference for incomplete framebuffers

Neil Roberts (1):
      wayland: Fix the logic in disabling the prime capability

Samuel Iglesias Gonsalvez (1):
      mesa: fix check for dummy renderbuffer in
	_mesa_FramebufferRenderbufferEXT()

Thomas Hellstrom (1):
      st/xa: Cache render target surface

nick (1):
      swrast: Fix vertex color in _swsetup_Translate()
2014-05-08 14:24:46 +04:00
Eugene Shatokhin
05bf86beac Added more prereqs needed for DRI3 support 2014-04-29 18:55:23 +04:00
Eugene Shatokhin
b6c7d146d1 Enabled DRI3 support 2014-04-29 16:41:01 +04:00
Eugene Shatokhin
bf85a44773 Added missing Requires for libgbm-devel 2014-04-22 14:23:37 +04:00
Eugene Shatokhin
06df8e86fe mesa-common-devel should not require dricore libs 2014-04-21 17:56:05 +04:00
Eugene Shatokhin
9163f15d4f Update to 10.1.1 with additional fixes
Mesa was updated to version 10.1.1. Some packaging problems remain to be
fixed by the subsequent commits, but still.

Here are the main changes made by this commit besides version up.

1. Added the missing build dependency on libdrm libs for xa tracker.

2. Added 2 patches from Fedora (000[12]-mesa-*).

3. libdrm version 2.4.52 or newer is now required.

4. Mesa 10.x does not provide dricore library anymore, the drivers that
   used to require it are more self-contained now. Added obsoletes.

5. Mesa no longer provides XvMC support for r300 and softpipe drivers.

6. osmesa libraries can now be built during the same build as other
   libraries. Removed the double build that was used before.

7. Mesa is currently built without support for DRI3 (it is supported
   since Xorg 1.15 but we have 1.14 currently).
   After we update to Xorg 1.15 or newer, support for DRI3 can be
   enabled here.

8. GLX is now enabled by default, no need to configure with
   --enable-glx option

9. XvMC should be enabled explicitly if we are to provide it.

10. Support for LLVM compiler for r600 drivers is currently broken.
   Disabled it by default.
2014-04-21 16:00:49 +04:00
akdengi
23e1d92bc7 fix files 2014-01-23 11:48:04 +04:00
akdengi
5c25c21045 disable Gallium for i915 2014-01-23 11:27:28 +04:00
Alexander Kazancev
36a635c060 Up version 2013-12-17 09:23:44 +04:00
akdengi
c5660964f0 return /usr/lib/egl/egl_gallium.so 2013-12-16 19:55:05 +04:00
akdengi
4d5f4ada9f fix drivers 2013-12-16 18:53:31 +04:00
akdengi
b7b522b908 SILENT fix build 2013-12-16 00:19:11 +04:00
akdengi
e4e6d6f5c3 enable xvmc again 2013-12-15 23:41:26 +04:00
akdengi
8ae9829077 disable vdpau to r300 and soft 2013-12-14 17:35:08 +04:00
Alexander Kazancev
29e37fd229 Updated mesa.spec 2013-12-14 14:11:59 +04:00
akdengi
4142b564a8 SILENT fix files 2013-12-14 13:08:54 +04:00
Alexander Kazancev
2812827cb0 SILENT delete all GL version define 2013-12-14 12:38:59 +04:00
akdengi
7e5d0871ba SILENT fix rpmlint 2013-12-14 00:56:23 +04:00
akdengi
70da043c37 update to 9.2.4 2013-12-14 00:47:16 +04:00
Andrey Bondrov
deae31b323 LOG New version 9.2.2 2013-10-21 02:06:28 +11:00
Andrey Bondrov
c452bcc9e5 LOG Restore libmesagl in Provides 2013-10-11 18:59:18 +11:00
Andrey Bondrov
f5055c85aa LOG Add elfutils-devel to BuildRequires 2013-10-11 17:16:38 +11:00
Andrey Bondrov
55038d3551 LOG Drop pkgconfig(xorg-server) from BuildRequires and we don't build xorg modules, update files list 2013-10-11 17:06:08 +11:00
Andrey Bondrov
3d4721f42b LOG New version 9.2.1, major spec cleanup 2013-10-11 16:08:54 +11:00
Tigro
d83191216e try to fix https://bugs.freedesktop.org/show_bug.cgi?id=56416 2013-07-04 15:30:17 +04:00
Alexander Khryukin
ab42a9892b merging with MIB and OpenMandriva, osmesa enabled 2013-01-14 18:11:59 +04:00
akdengi
440983d4f7 LOG -drop patch 202 2012-11-17 15:13:34 +04:00
akdengi
e6c040d258 LOG -update to 9.0.1 2012-11-17 15:07:43 +04:00
Alexander Khryukin
3fd8701014 rebuild for new wayland server and mesa-9.0-19-g895a587.patch added (upstream patch) 2012-11-15 17:43:56 +04:00
Alexander Khryukin
3867d7d966 0002-MesaLib-9.0-Wayland-0.99-api.patch added 2012-10-23 19:17:55 +04:00
Andrey Bondrov
a9d3c3ae20 Drop old tarball 2012-10-16 02:40:45 +11:00
Andrey Bondrov
7437aee67c LOG New version 9.0, drop no longer needed patches 2012-10-16 02:40:15 +11:00
Andrey Bondrov
a054668de9 LOG Adjust Obsoletes 2012-09-20 13:56:20 +00:00
Andrey Bondrov
0e305922f8 LOG Properly merge old spec with updates 2012-09-20 23:43:10 +11:00
Andrey Bondrov
07d54a3d93 LOG Update Requires and Provides 2012-09-19 23:02:06 +00:00
Alexander Khryukin
c71f0fecba lots of Obsoletes: 2012-09-18 19:03:10 +04:00
Alexander Khryukin
78267bc8dc old names in libnames 2012-09-18 18:54:33 +04:00
Alexander Khryukin
d9d8da2027 Revert "Revert "mesa 9.0 git, cooker, mageia sync""
This reverts commit a3eff2de57339f6931243552e9d59110b87dd2eb.
2012-09-17 23:09:42 +04:00
Alexander Khryukin
85bc9823b0 Revert "mesa 9.0 git, cooker, mageia sync"
This reverts commit 596e74cbaf650aaa4d75ac5fe32ebdffb0a2f8f2.
2012-09-17 19:54:10 +04:00
Alexander Khryukin
0105272617 Revert "lots of Obsoletes are back"
This reverts commit 9c757db03163a84233d1bb5a212fbf2a3cbdd97d.
2012-09-17 19:54:08 +04:00
Alexander Khryukin
f06bac2da9 Revert "rel up"
This reverts commit 15d8997e61723843637ae1bf9c4d89cc4cce146f.
2012-09-17 19:54:03 +04:00
Alexander Khryukin
2ab4e4db49 rel up 2012-09-17 15:09:52 +00:00
Alexander Khryukin
5f362471bb lots of Obsoletes are back 2012-09-17 18:42:55 +04:00
Alexander Khryukin
94283f4ec9 mesa 9.0 git, cooker, mageia sync 2012-09-17 17:47:09 +04:00