[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'refs/tags/mesa-10.1.4-1'



Tag 'mesa-10.1.4-1' created by Emilio Pozuelo Monfort <pochu@debian.org> at 2014-05-27 10:09 +0000

Tagging upload of mesa 10.1.4-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlOEZHIACgkQhTV17EoIsv6jBwCgyjDjMQwGupykXDGrt9n/85gK
1PIAn31Ni7kdxuVDZnFcmwvThJH3F6qM
=9pzL
-----END PGP SIGNATURE-----

Changes since mesa-10.1.2-1:
Andreas Boll (3):
      Merge tag 'mesa-10.1.4' into debian-unstable
      New upstream release.
      Bump llvm-3.4-dev and libclang-3.4-dev to 1:3.4.1-3

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

Carl Worth (8):
      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.
      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

Emilio Pozuelo Monfort (1):
      Upload to unstable

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

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

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

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"

Timo Aaltonen (2):
      Merge branch 'upstream-unstable' into debian-unstable
      update the changelog

Tom Stellard (2):
      configure.ac: Add LLVM_VERSION_PATCH to DEFINES
      radeonsi: Enable geometry shaders with LLVM 3.4.1

---
 VERSION                                                       |    2 
 bin/.cherry-ignore                                            |    6 
 bin/get-pick-list.sh                                          |    2 
 configure.ac                                                  |   15 +
 debian/changelog                                              |   15 +
 debian/control                                                |    4 
 docs/relnotes/10.1.2.html                                     |    3 
 docs/relnotes/10.1.3.html                                     |   90 +++++++++
 docs/relnotes/10.1.4.html                                     |   97 ++++++++++
 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp |   11 -
 src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp      |    3 
 src/gallium/drivers/nouveau/nv50/nv50_context.h               |    8 
 src/gallium/drivers/nouveau/nv50/nv50_tex.c                   |    2 
 src/gallium/drivers/r600/r600_pipe.h                          |    9 
 src/gallium/drivers/radeon/r600_pipe_common.h                 |    9 
 src/gallium/drivers/radeonsi/si_descriptors.c                 |    4 
 src/gallium/drivers/radeonsi/si_pipe.c                        |    4 
 src/gallium/drivers/radeonsi/si_pipe.h                        |    4 
 src/gallium/drivers/radeonsi/si_state.c                       |   17 -
 src/gallium/state_trackers/xa/xa_context.c                    |    2 
 src/glsl/glsl_parser.yy                                       |   11 -
 src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp                |   23 +-
 src/mesa/drivers/dri/i965/gen7_wm_surface_state.c             |    2 
 src/mesa/drivers/dri/i965/gen8_surface_state.c                |    3 
 src/mesa/main/context.c                                       |    4 
 src/mesa/main/fbobject.c                                      |    2 
 26 files changed, 304 insertions(+), 48 deletions(-)
---


Reply to: