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

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



Tag 'mesa-11.0.7-1' created by Andreas Boll <andreas.boll.dev@gmail.com> at 2015-12-09 20:24 +0000

Tagging upload of mesa 11.0.7-1 to unstable.
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJWaI4UAAoJEB7vU9OKOpxnL4IP/jgoa42U7NVYPl9ZhyNdXgn1
HQ+Ex0VW3brAVYHVuARpLgfcOp5JrjC986zgFIhLOkTLOiQ8hzqYPR11kuwctnpC
Tx/zeQZXNvz2zUY2E4vY8i9jmlxgGZAQCWkRyvPkYr6NdvhHoPyv9hLAk6sE1N7A
+kPWDeRXMbV7xEfGkLJ7kGfaN2buQCUHFnzACGdglQnio+xaLMjnS6jyyi8j7s2J
CWK740RU30pPclr7jpXVt9BMGTGP1/08XwQDF1c0cqiqZ2Md3be0XqJrzs+sOvxO
MMPx5L9Y9nUMwEJmVknV4usbq+Erf5yZEMm0ugsl+fNR5Tc6wL5v/v02chD3KVU6
3nuL+yms2wZ4X8NAB+P5Ff+LqtEAn9lPzqhK6dmjbfBlrA9xSgwqEAWUBU/tpbLp
LN7UzoAakcTugh6K0HevN1f7bxMyf5GlxJMZzR/MxldiXuNoC1W0LvmjSep61ppt
reXObYQ54G8H/A9vmEqGUe1Aoa00aFWIsL2ok7vklhcJwvXuQWr0OSMi9fjwUawy
xe+XcUm6c9yE5lLvDuMDAH3O0XX2nbCs3vXLVrC9MCw8oVRD5E9X7/F9XiuolDWz
Qa7DqAmn9Z8jB+/WfLs9ByxYbU8DFkosV8NUEQzy0+Bc/Y9XJ1f4zWfoUOATC+Y3
6TIcOkwVtYBjZTwRrgOz
=aYt0
-----END PGP SIGNATURE-----

Changes since mesa-11.0.6-1:
Andreas Boll (3):
      Merge tag 'mesa-11.0.7' into debian-unstable
      Bump changelog
      Upload to unstable.

Chris Wilson (1):
      meta: Compute correct buffer size with SkipRows/SkipPixels

Daniel Stone (1):
      egl/wayland: Ignore rects from SwapBuffersWithDamage

Dave Airlie (4):
      texgetimage: consolidate 1D array handling code.
      r600: geometry shader gsvs itemsize workaround
      r600: rv670 use at least 16es/gs threads
      r600: workaround empty geom shader.

Emil Velikov (5):
      docs: add sha256 checksums for 11.0.6
      get-pick-list.sh: Require explicit "11.0" for nominating stable patches
      mesa; add get-extra-pick-list.sh script into bin/
      Update version to 11.0.7
      docs: add release notes for 11.0.7

François Tigeot (1):
      xmlconfig: Add support for DragonFly

Ian Romanick (22):
      mesa: Make bind_vertex_buffer avilable outside varray.c
      mesa: Refactor update_array_format to make _mesa_update_array_format_public
      mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_attrib
      i965: Pass brw_context instead of gl_context to brw_draw_rectlist
      i965: Use DSA functions for VBOs in brw_meta_fast_clear
      i965: Use internal functions for buffer object access
      i965: Don't pollute the buffer object namespace in brw_meta_fast_clear
      meta: Use DSA functions for PBO in create_texture_for_pbo
      meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
      i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
      meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
      meta: Track VBO using gl_buffer_object instead of GL API object handle
      meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects
      meta: Use internal functions for buffer object and VAO access
      meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_objects
      meta: Partially convert _mesa_meta_DrawTex to DSA
      meta: Track VBO using gl_buffer_object instead of GL API object handle in _mesa_meta_DrawTex
      meta: Use internal functions for buffer object and VAO access in _mesa_meta_DrawTex
      meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex
      meta/TexSubImage: Don't pollute the buffer object namespace
      meta/generate_mipmap: Don't leak the framebuffer object
      glsl: Fix off-by-one error in array size check assertion

Ilia Mirkin (7):
      nvc0/ir: actually emit AFETCH on kepler
      nir: fix typo in idiv lowering, causing large-udiv-udiv failures
      nouveau: use the buffer usage to determine placement when no binding
      nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
      nv50/ir: fix (un)spilling of 3-wide results
      mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
      nvc0/ir: start offset at texBindBase for txq, like regular texturing

Jonathan Gray (1):
      automake: fix some occurrences of hardcoded -ldl and -lpthread

Julien Cristau (1):
      Update debian/copyright from docs/license.html (closes: #806805).

Leo Liu (1):
      radeon/vce: disable Stoney VCE for 11.0

Marta Lofstedt (1):
      gles2: Update gl2ext.h to revision: 32120

Oded Gabbay (1):
      llvmpipe: disable VSX in ppc due to LLVM PPC bug

---
 VERSION                                                       |    2 
 bin/get-extra-pick-list.sh                                    |   35 
 bin/get-pick-list.sh                                          |    2 
 debian/changelog                                              |   11 
 debian/copyright                                              |  273 +-
 docs/relnotes/11.0.6.html                                     |    3 
 docs/relnotes/11.0.7.html                                     |  153 +
 include/GLES2/gl2ext.h                                        |  940 +++++++++-
 src/egl/drivers/dri2/platform_wayland.c                       |   16 
 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp                 |    9 
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp     |    3 
 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp |    5 
 src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp            |   46 
 src/gallium/drivers/nouveau/nouveau_buffer.c                  |    8 
 src/gallium/drivers/nouveau/nv50/nv50_context.c               |   15 
 src/gallium/drivers/nouveau/nvc0/nvc0_context.c               |   17 
 src/gallium/drivers/r600/r600_shader.c                        |    4 
 src/gallium/drivers/r600/r600_state.c                         |   29 
 src/gallium/drivers/radeon/radeon_vce.c                       |    5 
 src/gallium/targets/opencl/Makefile.am                        |    2 
 src/glsl/ir.cpp                                               |    3 
 src/glsl/nir/nir_lower_idiv.c                                 |    2 
 src/mesa/drivers/common/meta.c                                |  201 +-
 src/mesa/drivers/common/meta.h                                |   28 
 src/mesa/drivers/common/meta_blit.c                           |   15 
 src/mesa/drivers/common/meta_generate_mipmap.c                |   19 
 src/mesa/drivers/common/meta_tex_subimage.c                   |   85 
 src/mesa/drivers/dri/common/xmlconfig.c                       |    3 
 src/mesa/drivers/dri/i965/brw_meta_fast_clear.c               |   40 
 src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c             |    9 
 src/mesa/main/glformats.c                                     |    8 
 src/mesa/main/glformats.h                                     |    3 
 src/mesa/main/readpix.c                                       |    2 
 src/mesa/main/texgetimage.c                                   |   26 
 src/mesa/main/teximage.c                                      |    2 
 src/mesa/main/varray.c                                        |  123 -
 src/mesa/main/varray.h                                        |   20 
 37 files changed, 1744 insertions(+), 423 deletions(-)
---


Reply to: