[Xquartz-changes] mesa: Changes to 'refs/tags/mesa-10.2'

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Jan 1 01:26:06 PST 2015


Tag 'mesa-10.2' created by Ian Romanick <ian.d.romanick at intel.com> at 2014-06-07 04:41 -0700

Mesa 10.2 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEABECAAYFAlOSieIACgkQX1gOwKyEAw/J5QCeNibFl+DUCeg+EOBmt6OxAykT
VdcAoJ5Hr5M3bUJzcLo6B6rz0RrO9dXs
=isug
-----END PGP SIGNATURE-----

Changes since mesa-10.2-rc5:
Beren Minor (1):
      egl/main: Fix eglMakeCurrent when releasing context from current thread.

Ian Romanick (1):
      Bump version to 10.2 (final)

Ilia Mirkin (7):
      gk110/ir: emit texbar the same way that the blob does
      gk110/ir: fix quadon opcode emission
      gk110/ir: fix ISAD emission with register args
      gk110: add in forgotten code for gk110 isa
      nvc0: don't bother trying to set up compute for gk110+
      gk110/ir: fix interp mode emission
      gk110/ir: fix slct emission

José Fonseca (2):
      mesa/main: Make get_hash.c values constant.
      mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.

Kenneth Graunke (3):
      i965: Fix copy and pasted values in Broadwell code.
      i965: Pass brw to translate_wrap_mode().
      i965: Support GL_CLAMP natively on Broadwell.

Marek Olšák (3):
      Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload"
      r600g,radeonsi: disable fast clear if render condition is on
      r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared

Roland Scheidegger (1):
      llvmpipe: fix crash when not all attachments are populated in a fb

Sinclair Yeh (1):
      egl: Check for NULL native_window in eglCreateWindowSurface

Tobias Klausmann (1):
      nv50/ir: clear subop when folding constant expressions

---
 VERSION                                                    |    2 
 src/egl/main/eglapi.c                                      |   12 ++++-
 src/gallium/drivers/llvmpipe/lp_rast.c                     |   12 +++--
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp |   11 ++--
 src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp   |    1 
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c             |    7 +-
 src/gallium/drivers/nouveau/nvc0/nvc0_surface.c            |   13 +++++
 src/gallium/drivers/r600/r600_blit.c                       |    3 -
 src/gallium/drivers/radeon/r600_texture.c                  |    3 +
 src/gallium/drivers/radeonsi/si_blit.c                     |    4 +
 src/glx/dri_common.c                                       |   10 ++--
 src/mesa/drivers/dri/i965/brw_defines.h                    |    1 
 src/mesa/drivers/dri/i965/brw_device_info.c                |   31 ++++++++-----
 src/mesa/drivers/dri/i965/brw_state.h                      |    3 -
 src/mesa/drivers/dri/i965/brw_wm.c                         |    3 -
 src/mesa/drivers/dri/i965/brw_wm_sampler_state.c           |   21 +++++---
 src/mesa/drivers/dri/i965/gen7_sampler_state.c             |    6 +-
 src/mesa/main/get.c                                        |   10 ++++
 src/mesa/main/get_hash_generator.py                        |    2 
 src/mesa/main/get_hash_params.py                           |    4 -
 20 files changed, 113 insertions(+), 46 deletions(-)
---


More information about the Xquartz-changes mailing list