Accepting request 297344 from home:mimi_vx:branches:X11:XOrg
- Update to 10.5.3 + fdo#83962 - [HSW/BYT]Piglit spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails + fdo#89679 - [NV50] Portal/Half-Life 2 will not start (native Steam) + fdo#89746 - Mesa and LLVM 3.6+ break opengl for genymotion + fdo#89754 - vertexAttrib fails WebGL Conformance test with mesa drivers + fdo#89758 - pow WebGL Conformance test with mesa drivers + fdo#89759 - WebGL OGL ES GLSL conformance test with mesa drivers fails + fdo#89905 - scons build broken on 10.5.2 due to activated vega st + st_glsl_to_tgsi: only do mov copy propagation on temps (v2) + xmlpool: don't forget to ship the MOS + configure.ac: error out if python/mako is not found when required + dist: add the VG depedencies into the tarball + i965: Do not render primitives in non-zero streams then TF is disabled + st/mesa: update arrays when the current attrib has been updated + nv50/ir: take postFactor into account when doing peephole optimizations + nv50/ir/gk110: fix offset flag position for TXD opcode + freedreno/a3xx: fix 3d texture layout + freedreno/a3xx: point size should not be divided by 2 + nv50: allocate more offset space for occlusion queries + nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling + i965: Fix instanced geometry shaders on Gen8+. + i965: Add forgotten multi-stream code to Gen8 SOL state. + nouveau: synchronize "scratch runout" destruction with the command stream + radeonsi: Cache LLVMTargetMachineRef in context instead of in screen + clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2 + i965: Fix URB size for CHV OBS-URL: https://build.opensuse.org/request/show/297344 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=440
This commit is contained in:
parent
2302fc880a
commit
c3565c86ef
30
Mesa.changes
30
Mesa.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 19:50:30 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- Update to 10.5.3
|
||||
+ fdo#83962 - [HSW/BYT]Piglit spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
|
||||
+ fdo#89679 - [NV50] Portal/Half-Life 2 will not start (native Steam)
|
||||
+ fdo#89746 - Mesa and LLVM 3.6+ break opengl for genymotion
|
||||
+ fdo#89754 - vertexAttrib fails WebGL Conformance test with mesa drivers
|
||||
+ fdo#89758 - pow WebGL Conformance test with mesa drivers
|
||||
+ fdo#89759 - WebGL OGL ES GLSL conformance test with mesa drivers fails
|
||||
+ fdo#89905 - scons build broken on 10.5.2 due to activated vega st
|
||||
+ st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
|
||||
+ xmlpool: don't forget to ship the MOS
|
||||
+ configure.ac: error out if python/mako is not found when required
|
||||
+ dist: add the VG depedencies into the tarball
|
||||
+ i965: Do not render primitives in non-zero streams then TF is disabled
|
||||
+ st/mesa: update arrays when the current attrib has been updated
|
||||
+ nv50/ir: take postFactor into account when doing peephole optimizations
|
||||
+ nv50/ir/gk110: fix offset flag position for TXD opcode
|
||||
+ freedreno/a3xx: fix 3d texture layout
|
||||
+ freedreno/a3xx: point size should not be divided by 2
|
||||
+ nv50: allocate more offset space for occlusion queries
|
||||
+ nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling
|
||||
+ i965: Fix instanced geometry shaders on Gen8+.
|
||||
+ i965: Add forgotten multi-stream code to Gen8 SOL state.
|
||||
+ nouveau: synchronize "scratch runout" destruction with the command stream
|
||||
+ radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
|
||||
+ clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2
|
||||
+ i965: Fix URB size for CHV
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 29 13:55:46 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Mesa
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 10.5.2
|
||||
%define _version 10.5.3
|
||||
%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
|
||||
%define gallium_loader 1
|
||||
%else
|
||||
@ -37,7 +37,7 @@
|
||||
%define with_nine 1
|
||||
%endif
|
||||
Name: Mesa
|
||||
Version: 10.5.2
|
||||
Version: 10.5.3
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f4b6fb77c3e7d6f861558d0884a3073f575e1e673dad8d1b0624e78e9c4dd44
|
||||
size 6975500
|
3
mesa-10.5.3.tar.xz
Normal file
3
mesa-10.5.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8701ee1be4f5c03238f5e63c1a9bd4cc03a2f6c0155ed42a1ae7d58f18912ba2
|
||||
size 6988300
|
Loading…
Reference in New Issue
Block a user