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

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Jan 1 01:04:59 PST 2015


Tag 'mesa-10.0.5' created by Carl Worth <cworth at cworth.org> at 2014-04-19 01:01 -0700

Mesa 10.0.5 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCgAGBQJTUbzpAAoJEGACM7qeVNxhX8wQAKHqJpZojvTcAAsi1plctvMc
W8Jy3QLlGXfKG9oDkoYNeWFfS/s+SiIhLCCEYtsNYB227lnPsGRQKeZ5qftzREvT
uIbcGwAeuSm87Z3hvn/WnXpLlmf0uB/V4XVMbDt272Zegmui/TCva9J3b2Lgo+qw
hlwGhU/Zb/lC4iuqjhQ3OvveZkxS7l7eKjyD8hQCzteNfdcy1dRbwlt4kCe0d/Ql
R1jQ2t8KVJR37pj607ggwkvcZsHbqJ/ZmSZq/v5PVrj6Cp/ckHqxDMqEAD8DeM8f
SWyHEIWpUJZP1FCPEXMGrkif7XCaVcxk+qK3xYlGrLFpmZ6ztQ2DOsfy3sbqGQpW
l6FPlZw1vWVhQ9q/731iTqFlLih2Q85SxUwM3D/w9TyPqkcpLlinSD8LOTmMLKwh
5LaGIFWI3st/iQ2qIpPyhGltxSpzEvNx+zY/yhLsGH0Zu1saevI4ySAl45amrtOm
GB7Kucr1geeKSScrGABQ20J78fV/eGtw9zHureJwLLCY3mWAg+2dtCMLuz2oEITh
ZsPDpwk4nLiIce0BoIzfb2tvlYPiINuEVTCwHz2zEUCQNi4Mn3IqwX6Pbesseq9g
Ge4F9ZemjLWX8TEcCM0KcQjiM4ietWxu8XIgb3W0lWIgZ4xaq893uSax4eBVAwus
q+ZUNPvjjZyVoWdUDb9g
=Vu9K
-----END PGP SIGNATURE-----

Changes since mesa-10.0.4:
Alex Deucher (1):
      radeon: reverse DBG_NO_HYPERZ logic

Brian Paul (9):
      mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINT
      mesa: fix copy & paste bugs in pack_ubyte_SARGB8()
      mesa: fix copy & paste bugs in pack_ubyte_SRGB8()
      mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up
      st/mesa: add null pointer checking in query object functions
      mesa: fix glMultiDrawArrays inside a display list
      cso: fix sampler view count in cso_set_sampler_views()
      svga: replace sampler assertion with conditional
      svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()

Carl Worth (4):
      docs: Add md5sums for the 10.0.4 release.
      Ignore patches which don't apply.
      Update version to 10.0.5
      docs: Add release notes for 10.0.5

Christian König (2):
      st/mesa: recreate sampler view on context change v3
      st/mesa: fix sampler view handling with shared textures v4

Courtney Goeltzenleuchter (1):
      mesa: add bounds checking to eliminate buffer overrun

Emil Velikov (2):
      mesa: return v.value_int64 when the requested type is TYPE_INT64
      glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path

Eric Anholt (1):
      i965: Fix buffer overruns in MSAA MCS buffer clearing.

Ilia Mirkin (6):
      nouveau: fix fence waiting logic in screen destroy
      nv50: adjust blit_3d handling of ms output textures
      mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
      nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list
      nouveau: there may not have been a texture if the fbo was incomplete
      nouveau: fix firmware check on nvd7/nvd9

Johannes Nixdorf (1):
      configure.ac: fix the detection of expat with pkg-config

Jonathan Gray (1):
      gallium: add endian detection for OpenBSD

José Fonseca (1):
      draw: Duplicate TGSI tokens in draw_pipe_pstipple module.

Matt Turner (1):
      mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__.

Paul Berry (1):
      i965/gen7: Prefer vertical alignment of 4 when possible.

---
 VERSION                                         |    2 
 bin/.cherry-ignore                              |    9 +
 configure.ac                                    |    2 
 docs/relnotes/10.0.4.html                       |    3 
 docs/relnotes/10.0.5.html                       |  170 ++++++++++++++++++++++++
 src/gallium/auxiliary/cso_cache/cso_context.c   |    7 
 src/gallium/auxiliary/draw/draw_pipe_pstipple.c |    3 
 src/gallium/drivers/nouveau/nouveau_vp3_video.c |    6 
 src/gallium/drivers/nouveau/nv30/nv30_screen.c  |   14 +
 src/gallium/drivers/nouveau/nv50/nv50_screen.c  |   11 +
 src/gallium/drivers/nouveau/nv50/nv50_surface.c |   12 +
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c  |    9 +
 src/gallium/drivers/r600/r600_pipe.c            |    6 
 src/gallium/drivers/radeon/r600_pipe_common.h   |    2 
 src/gallium/drivers/radeon/r600_texture.c       |    2 
 src/gallium/drivers/svga/svga_context.c         |    4 
 src/gallium/drivers/svga/svga_state_fs.c        |   34 ++++
 src/gallium/drivers/svga/svga_state_tss.c       |    2 
 src/gallium/include/pipe/p_config.h             |   10 +
 src/glx/glxext.c                                |    4 
 src/mesa/drivers/dri/i965/brw_tex_layout.c      |   25 +++
 src/mesa/drivers/dri/i965/intel_mipmap_tree.c   |    2 
 src/mesa/drivers/dri/nouveau/nouveau_fbo.c      |    3 
 src/mesa/drivers/dri/nouveau/nouveau_texture.c  |    1 
 src/mesa/main/format_pack.c                     |    8 -
 src/mesa/main/format_unpack.c                   |   30 +++-
 src/mesa/main/get.c                             |    6 
 src/mesa/main/streaming-load-memcpy.c           |    3 
 src/mesa/main/texcompress_etc.c                 |   78 +++++++----
 src/mesa/main/teximage.c                        |   13 -
 src/mesa/main/varray.c                          |    7 
 src/mesa/state_tracker/st_atom_texture.c        |   10 +
 src/mesa/state_tracker/st_cb_queryobj.c         |   18 ++
 src/mesa/state_tracker/st_context.c             |   17 ++
 src/mesa/state_tracker/st_texture.c             |    7 
 src/mesa/state_tracker/st_texture.h             |    4 
 36 files changed, 455 insertions(+), 89 deletions(-)
---


More information about the Xquartz-changes mailing list