Tag 'mesa-10.6.5-1' created by Timo Aaltonen <tjaal...@debian.org> at 2015-09-02 09:50 +0000
Tagging upload of mesa 10.6.5-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJV5sZiAAoJEMtwMWWoiYTcHLYP/jRJLj7lnPBF7e080FFd0YKi xsxH4X1GE0sqM0rLl45VBte7S658V3YP9XprGBoLKSMaHg03S+jh/eFd8OTzROMJ z1xlN+x/LlTKLv3CZ6dfdfw78kWkQBe+k08hlYWCJ32im2ZFpII6+LeFUt5WVAHQ ArZz9T98EQKfO2EQma/2KntAVg4flloTmSEbhgEgwjLuhp8uNxNRioTOgartZTqw biv8araODm3MTkZr1S3b9oEpEPQ79oVcITVThmvqNin1UDF6kKJQwF/+kWgzFemu Xz1vARWOUyDzB18VX/B/NlFZ74zsgL0sb1mmpzT6yGIjng1Nv2PH2wn8c7LXtYsv hPjy9sHeyGi4OrlmnHLiAW2ieAmPbeuJvAxCO25yU6nId9XsszT6kAKbHdBckzSJ h5rhpE2Vr3VMcLp+7AE9pMcLVgJbJ1IrUBXhQ54DanvUdW3xowZcUZIf10z0Qbfw vM3O8x1QOgdt1GPNDKAxXYoFtimBJIyx55dx02tAmsLbGAiamAxWdna+p55papSS CJ2TUGaLStb/0xH/WQJGpkTXEjHCb1DxfTnkFjSBc6LXGz/9BAOxrhW3/0GrkTdY ViGZIGr38/6YScR87YN0Pia2hgE9eKdCrSJg9EblEgAKgI2CSbaHg4um63X9Fn3U Q/MaNEAlnUEsJnqq/brz =Yp8z -----END PGP SIGNATURE----- Changes since mesa-10.6.4-1: Adam Jackson (1): glx: Fix __glXWireToEvent for BufferSwapComplete Alex Deucher (2): radeonsi: add new OLAND pci id radeonsi: properly set the raster_config for KV Andreas Boll (2): Merge branch 'upstream-unstable' into debian-unstable Update changelog Emil Velikov (5): docs: add sha256 checksums for 10.6.4 vc4: add missing nir include, to fix the build Revert "radeonsi: properly set the raster_config for KV" Update version to 10.6.5 docs: add release notes for 10.6.5 Frank Binns (1): egl/x11: don't abort when creating a DRI2 drawable fails Ilia Mirkin (3): nouveau: no need to do tnl wakeup, state updates are always hooked up gm107/ir: indirect handle goes first on maxwell also nv50,nvc0: take level into account when doing eng2d multi-layer blits Jason Ekstrand (4): meta/copy_image: Stash off the scissor mesa/formats: Only do byteswapping for packed formats mesa/formats: Fix swizzle flipping for big-endian targets mesa/formats: Don't flip channels of null array formats Julien Cristau (1): Break libopengl-perl (<< 0.6704+dfsg-2), thanks to Niko Tyni (closes: #796918) Marek Olšák (3): radeonsi: fix polygon offset scale r600g: fix polygon offset scale r600g: allow setting geometry shader sampler states Neil Roberts (1): i965/bdw: Fix setting the instancing state for the SGVS element Oded Gabbay (2): mesa: clear existing swizzle info before bitwise-OR mesa/formats: don't byteswap when building array formats Renaud Gaubert (1): glsl: avoid compiler's segfault when processing operators with void arguments Timo Aaltonen (1): release to unstable --- VERSION | 2 debian/changelog | 11 debian/control | 1 docs/relnotes/10.6.4.html | 3 docs/relnotes/10.6.5.html | 123 ++++++++++ include/pci_ids/radeonsi_pci_ids.h | 1 src/egl/drivers/dri2/platform_x11.c | 20 + src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 12 src/gallium/drivers/nouveau/nv50/nv50_surface.c | 14 - src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 14 - src/gallium/drivers/r600/evergreen_state.c | 2 src/gallium/drivers/r600/r600_state.c | 2 src/gallium/drivers/r600/r600_state_common.c | 5 src/gallium/drivers/radeonsi/si_state.c | 2 src/gallium/drivers/vc4/Makefile.am | 1 src/glsl/ast_function.cpp | 9 src/glsl/ast_to_hir.cpp | 9 src/glx/glxext.c | 3 src/mesa/drivers/common/meta_copy_image.c | 4 src/mesa/drivers/dri/i965/gen8_draw_upload.c | 2 src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c | 1 src/mesa/drivers/dri/nouveau/nv04_render.c | 1 src/mesa/main/formats.c | 23 + src/mesa/main/formats.h | 5 src/mesa/main/glformats.c | 14 - 25 files changed, 232 insertions(+), 52 deletions(-) ---