mesa: Changes to 'refs/tags/mesa-9.2.1'

2016-09-16 Thread Christopher Halse Rogers
Tag 'mesa-9.2.1' created by Carl Worth  at 2013-10-05 03:38 
+

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

iQIcBAABCAAGBQJST4nJAAoJEGACM7qeVNxhClkP/Rqj6G7djctVfmfIx/RJH18W
ie1gKuneS1pTGqnTs2FOhYXFy/eQUMbRhxz/PgA6+xu5genN2TrrH2wGZM6h4+j4
zlqX6+RNREuNSN5L1uXL3iDhSJsoqwThWSLd5aRSOXK3MLuzki+Ma7f6SgjUf8j8
fP7AkLBChGzqp1w+eq9zWBELe1sOlyzzaatolR9gqhH6ZYa0FlOkWsojpb+JLAj/
F84XW6n7EX5CC94KnOO2KHTnG0dMmQ2sw8wSKlIsSKshUP1+N3QdJh+FeJ+ECvsR
b4ZFse67CGrlDmp6LPpKbGFyyzK8aQXacGa5UUhlYprAcV/swW0K84PF7JOOpP/1
Omc7Bz5gWFn+6wUAlayOoO05TIEQU0f2cZ27LB4engpzEYg1ciwBoJzOrvwFrVAs
JFGxFqZveCrj+xyRBUg96AM3qqG/aBaYZ5BBm3eBEGFbW/PLVEKE/J8TSE/mBoR9
VATAR6FB030RKM0cyytEeLKVO0j+JksZmHb2IN2D/91Ffki/91tCZSGzQSlHVZtJ
7JiIW9y4xxksm2zYNJjOKpkZwZnGg1hWTMs17B6AYm7P3tmQuoPxd0rS4Nyfl5jt
ZN2U5TCTRFnoAmmh/dBRlDl3K3VBJdyWYOt8eqXDDiTVOXG+fZnURwxsmyfY6nTY
GLW3Gw5H879/ttlW9w38
=JjMx
-END PGP SIGNATURE-

Changes since mesa-9.2:
Alex Deucher (1):
  radeon/winsys: pad IBs to a multiple of 8 DWs

Andreas Boll (1):
  os: First check for __GLIBC__ and then for PIPE_OS_BSD

Anuj Phogat (1):
  glsl: Allow precision qualifiers for sampler types

Brian Paul (2):
  docs: minor fixes for 9.2 release notes
  mesa: check for bufSize > 0 in _mesa_GetSynciv()

Carl Worth (4):
  cherry-ignore: Ignore a commit which appeared twice on master
  Use -Bsymbolic when linking libEGL.so
  mesa: Bump version to 9.2.1
  docs: Add release notes for 9.2.1 release

Chris Forbes (3):
  i965/fs: Gen4: Zero out extra coordinates when using shadow compare
  i965: Fix cube array coordinate normalization
  i965: fix bogus swizzle in brw_cubemap_normalize

Christoph Bumiller (2):
  nvc0/ir: add f32 long immediate cannot saturate
  nvc0: delete compute object on screen destruction

Dave Airlie (1):
  st/mesa: don't dereference stObj->pt if NULL

Dominik Behr (1):
  glsl: propagate max_array_access through function calls

Emil Velikov (1):
  nouveau: initialise the nouveau_transfer maps

Eric Anholt (4):
  mesa: Rip out more extension checking from texformat.c.
  mesa: Don't choose S3TC for generic compression if we can't compress.
  i965/gen4: Fix fragment program rectangle texture shadow compares.
  i965: Reenable glBitmap() after the sRGB winsys enabling.

Ian Romanick (7):
  docs: Add 9.2 release md5sums
  Add .cherry-ignore file
  mesa: Note that 89a665e should not be picked
  glsl: Reallow precision qualifiers on structure members
  mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
  mesa: Remove all traces of GL_OES_matrix_get
  mesa: Don't return any data for GL_SHADER_BINARY_FORMATS

Ilia Mirkin (2):
  nv30: find first unused texcoord rather than bailing if first is used
  nv30: fix inconsistent setting of push->user_priv

Joakim Sindholt (1):
  nvc0: fix blitctx memory leak

Johannes Obermayr (1):
  st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.

Kenneth Graunke (5):
  i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
  i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
  i965/vec4: Only zero out unused message components when there are any.
  i965: Fix brw_vs_prog_data_compare to actually check field members.
  meta: Set correct viewport and projection in decompress_texture_image.

Maarten Lankhorst (2):
  st/dri: do not create a new context for msaa copy
  nvc0: restore viewport after blit

Marek Olšák (2):
  r600g: fix constant buffer cache flushing
  r600g: fix texture buffer object cache flushing

Paul Berry (1):
  i965: Initialize inout_offset parameter to brw_search_cache().

Rico Schüller (1):
  glx: Initialize OpenGL version to 1.0

Tiziano Bacocco (1):
  nvc0/ir: fix use after free in texture barrier insertion pass

Torsten Duwe (1):
  wayland-egl.pc requires wayland-client.pc.

---
 Android.common.mk  |2 
 SConstruct |2 
 bin/.cherry-ignore |   10 
 configure.ac   |2 
 docs/relnotes/9.2.1.html   |  204 +
 docs/relnotes/9.2.html |8 
 src/egl/main/Makefile.am   |2 
 src/egl/wayland/wayland-egl/wayland-egl.pc.in  |1 
 src/gallium/auxiliary/os/os_process.c  |8 
 src/gallium/drivers/nouveau/nouveau_buffer.c   |2 
 src/gallium/drivers/nv30/nv30_context.c|2 
 src/gallium/drivers/nv30/nvfx_fragprog.c   |3 
 src/gallium/drivers/nvc0/codegen/nv50_ir_lowering_nvc0.cpp |3 
 src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp   |   12 
 

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

2013-10-07 Thread Maarten Lankhorst
Tag 'mesa-9.2.1-1' created by Maarten Lankhorst 
maarten.lankho...@canonical.com at 2013-10-07 08:19 +

Debian release 9.2.1-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJSUm6qAAoJEP5VjHKmcBPDtUoP/idHjXB7KdJcKXfa7uMF+5t0
9E8E8dWvDyeU2Rd/TznK8PCrvPL6YKDTiDMRi8Yk2IILEDHycpHiuGcm2kUCJsfE
mp8bi/ToFi/BuizfEzysXv58IYakvhWhyKP6rNPmKaBPNumoCrsyDhS2YOFu21FF
eEe5AWqzwQxv5KfH0/DsAzmmlVnjBpZZKQddP+agxSUErKvhxqPuRmy7q9I0mNEX
L9KYP86v558Z0dUnKF94q8vArxB41mALoavTjaJ9XfJ3pid5Ua0q4GGVmLCdZ56C
kCUtVbnqXmzAEiE6UEjeLAA8aWlv3zbNicd6KZw0YZPHv+D9fn0zPN8ZZbld+909
oSSpEZ93X/+TrxJx5FtRmmgtwRXqULBp7wNwdnR+EX0ehEdAPVIExECrwQcarjqI
BDYyrSOOiFlo5F3WY7y6uwZWZjLV+G5v/AIT+CxBiLhicqoN+520X1W27/UY7TT9
mmew+ra4ez8jBtHR7OFGMmC/5SrZ/Y6Lxxl/PXRTRR5//5LrZGgv5hlox4sYV9ya
jebA+Gqh3Rf7FkQFXPQ+7TFFVc2AF7fCfCdPMvxX30nFAe8d+Xpv2AevNex4QTop
AKC/pR1haesNqsrwJbTo2niu2Ow+NlJaHMaqUj44a9BTlFfY0XMsamoMYQKxDaDL
E9uWcGzBRZ37TxKw3in0
=KroZ
-END PGP SIGNATURE-

Changes since mesa-9.2-1:
Alex Deucher (1):
  radeon/winsys: pad IBs to a multiple of 8 DWs

Andreas Boll (1):
  os: First check for __GLIBC__ and then for PIPE_OS_BSD

Anuj Phogat (1):
  glsl: Allow precision qualifiers for sampler types

Brian Paul (2):
  mesa: check for bufSize  0 in _mesa_GetSynciv()
  docs: add missing pre tag

Carl Worth (5):
  cherry-ignore: Ignore a commit which appeared twice on master
  Use -Bsymbolic when linking libEGL.so
  mesa: Bump version to 9.2.1
  docs: Add release notes for 9.2.1 release
  docs: Add md5sums for 9.2.1 release

Chris Forbes (3):
  i965/fs: Gen4: Zero out extra coordinates when using shadow compare
  i965: Fix cube array coordinate normalization
  i965: fix bogus swizzle in brw_cubemap_normalize

Christoph Bumiller (2):
  nvc0/ir: add f32 long immediate cannot saturate
  nvc0: delete compute object on screen destruction

Dave Airlie (1):
  st/mesa: don't dereference stObj-pt if NULL

Dominik Behr (1):
  glsl: propagate max_array_access through function calls

Emil Velikov (1):
  nouveau: initialise the nouveau_transfer maps

Eric Anholt (4):
  mesa: Rip out more extension checking from texformat.c.
  mesa: Don't choose S3TC for generic compression if we can't compress.
  i965/gen4: Fix fragment program rectangle texture shadow compares.
  i965: Reenable glBitmap() after the sRGB winsys enabling.

Ian Romanick (6):
  Add .cherry-ignore file
  mesa: Note that 89a665e should not be picked
  glsl: Reallow precision qualifiers on structure members
  mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
  mesa: Remove all traces of GL_OES_matrix_get
  mesa: Don't return any data for GL_SHADER_BINARY_FORMATS

Ilia Mirkin (2):
  nv30: find first unused texcoord rather than bailing if first is used
  nv30: fix inconsistent setting of push-user_priv

Joakim Sindholt (1):
  nvc0: fix blitctx memory leak

Johannes Obermayr (1):
  st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.

Kenneth Graunke (5):
  i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
  i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
  i965/vec4: Only zero out unused message components when there are any.
  i965: Fix brw_vs_prog_data_compare to actually check field members.
  meta: Set correct viewport and projection in decompress_texture_image.

Maarten Lankhorst (7):
  st/dri: do not create a new context for msaa copy
  nvc0: restore viewport after blit
  Merge branch 'upstream-experimental' into debian-experimental
  Snapshot close to a new upstream release.
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream release.
  Release to experimental.

Marek Olšák (2):
  r600g: fix constant buffer cache flushing
  r600g: fix texture buffer object cache flushing

Paul Berry (1):
  i965: Initialize inout_offset parameter to brw_search_cache().

Rico Schüller (1):
  glx: Initialize OpenGL version to 1.0

Tiziano Bacocco (1):
  nvc0/ir: fix use after free in texture barrier insertion pass

Torsten Duwe (1):
  wayland-egl.pc requires wayland-client.pc.

---
 Android.common.mk  |2 
 SConstruct |2 
 bin/.cherry-ignore |   10 
 configure.ac   |2 
 debian/changelog   |6 
 docs/relnotes/9.2.1.html   |  206 +
 src/egl/main/Makefile.am   |2 
 src/egl/wayland/wayland-egl/wayland-egl.pc.in  |1 
 src/gallium/auxiliary/os/os_process.c  |8 
 src/gallium/drivers/nouveau/nouveau_buffer.c   |2 
 src/gallium/drivers/nv30/nv30_context.c