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

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


Tag 'mesa-9.1.6' created by Carl Worth <cworth at cworth.org> at 2013-08-01 22:31 -0700

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

iEYEABECAAYFAlH607AACgkQ6JDdNq8qSWhDLwCgj3k3/+zFaOBZoz6PviH4GZuZ
sJAAnj/h1N+acEuMCJF+RpgwfqjXLDGB
=ctVn
-----END PGP SIGNATURE-----

Changes since mesa-9.1.5:
Andreas Boll (1):
      configure.ac: Require llvm-3.2 for r600g/radeonsi llvm backends

Brian Paul (4):
      mesa: handle 2D texture arrays in get_tex_rgba_compressed()
      meta: handle 2D texture arrays in decompress_texture_image()
      mesa: implement mipmap generation for compressed 2D array textures
      mesa: improve free() cleanup in generate_mipmap_compressed()

Carl Worth (8):
      docs: Add 9.1.5 release md5sums
      Merge 'origin/9.1' into stable
      cherry-ignore: Drop 13 patches from the pick list
      get-pick-list.sh: Include commits mentionining "CC: mesa-stable..." in pick list
      get-pick-list: Allow for non-whitespace between "CC:" and "mesa-stable"
      get-pick-list: Ignore commits which CC mesa-stable unless they say "9.1"
      Bump version to 9.1.6
      docs: Add release notes for 9.1.6 release

Chris Forbes (5):
      i965/Gen4: Zero extra coordinates for ir_tex
      i965/vs: Fix flaky texture swizzling
      i965/vs: set up sampler state pointer for Gen4/5.
      i965/vs: Put lod parameter in the correct place for Gen4
      i965/vs: Gen4/5: enable front colors if back colors are written

Christoph Bumiller (1):
      nv50,nvc0: s/uint16/uint32 for constant buffer offset

Dave Airlie (1):
      gallium/vl: add prime support

Eric Anholt (1):
      egl: Restore "bogus" DRI2 invalidate event code.

Jeremy Huddleston Sequoia (1):
      Apple: glFlush() is not needed with CGLFlushDrawable()

Kenneth Graunke (1):
      glsl: Classify "layout" like other identifiers.

Kristian Høgsberg (1):
      egl-wayland: Fix left-over wl_display_roundtrip() usage

Maarten Lankhorst (2):
      osmesa: link against static libglapi library too to get the gl exports
      nvc0: force use of correct firmware file

Marek Olšák (4):
      r300g/swtcl: fix geometry corruption by uploading indices to a buffer
      r300g/swtcl: fix a lockup in MSAA resolve
      Revert "r300g: allow HiZ with a 16-bit zbuffer"
      r600g: increase array size for shader inputs and outputs

Matt Turner (2):
      i965: NULL check prog on shader compilation failure.
      i965/vs: Print error if vertex shader fails to compile.

Paul Berry (1):
      glsl: Handle empty if statement encountered during loop analysis.

---
 Makefile.am                                         |    2 
 bin/.cherry-ignore                                  |   25 +++
 bin/get-pick-list.sh                                |    2 
 configure.ac                                        |    6 
 docs/relnotes-9.1.5.html                            |    4 
 docs/relnotes-9.1.6.html                            |  166 ++++++++++++++++++++
 src/egl/drivers/dri2/platform_x11.c                 |   14 +
 src/gallium/auxiliary/vl/vl_winsys_dri.c            |   20 ++
 src/gallium/drivers/nv50/nv50_stateobj.h            |    2 
 src/gallium/drivers/nvc0/nvc0_stateobj.h            |    2 
 src/gallium/drivers/nvc0/nvc0_video.c               |    2 
 src/gallium/drivers/r300/r300_context.c             |    6 
 src/gallium/drivers/r300/r300_render.c              |   70 +++-----
 src/gallium/drivers/r300/r300_screen_buffer.c       |    7 
 src/gallium/drivers/r300/r300_texture_desc.c        |    1 
 src/gallium/drivers/r600/r600_shader.c              |    2 
 src/gallium/drivers/r600/r600_shader.h              |    4 
 src/gallium/state_trackers/egl/wayland/native_shm.c |    2 
 src/glsl/glsl_lexer.ll                              |    2 
 src/glsl/loop_analysis.cpp                          |    3 
 src/glx/apple/apple_glx.c                           |    2 
 src/mesa/drivers/common/meta.c                      |   23 ++
 src/mesa/drivers/dri/i965/brw_fs.cpp                |   10 -
 src/mesa/drivers/dri/i965/brw_fs_visitor.cpp        |    4 
 src/mesa/drivers/dri/i965/brw_vec4.cpp              |   12 +
 src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp      |    4 
 src/mesa/drivers/dri/i965/brw_vs.c                  |    8 
 src/mesa/drivers/dri/i965/brw_vs_state.c            |   27 ++-
 src/mesa/drivers/osmesa/Makefile.am                 |    6 
 src/mesa/main/mipmap.c                              |   68 +++++---
 src/mesa/main/texgetimage.c                         |   52 ++----
 src/mesa/main/version.h                             |    2 
 32 files changed, 427 insertions(+), 133 deletions(-)
---


More information about the Xquartz-changes mailing list