Tag 'mesa-10.2.1-1' created by Maarten Lankhorst <maarten.lankho...@canonical.com> at 2014-06-16 13:49 +0000
Debian release 10.2.1-1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJTnvXvAAoJEP5VjHKmcBPDUaIP/2jd8LiyOkaYt88tgzcrDKTS 9wtqv8St7lIOunFfyv3wWimUTUbhCea5Twh5texx9Inf76+Fft93DjqSux0Gu+w4 QNhw9vQTBsRU2EyZBtDdEHKTxzkjHB0p0sPc9FHsJSSgFVqDx/ZNqCCY+Jp3v0n7 M3nePG8BoyvBT0O/CHPTnMN3t3lIMGhaoW9K4v2AhphDzmVHykExnj5E56ngiidu 4NRjGHrs4JY1Qh4H3Fyy17FVGdm9GA+JUYXChFmrzcaGH/eZcP9xDjblEad6QqPk 9WJkdb39ckDqILglv4l/xWXMe3owb4BLapRu5NeA7uxDh03GADQIKvEbbwHzTSRI BJzEgIqazZ6HdJFxJXJNagk7dv6XfAjqt0W5Su40094LmM5L6TfyGluhIpvCeWcW qf9Kr3KEVc2ifaN0CixvcTY9AggKCstP3PJnnewPy7ZT/0gI/2AQ6tDUjjtqLjs3 0T4PEzUEx8BmL68yuEaiXPXFjQEcRuYeqDjmZADcu4efwSCntH67QnB76rJZHhLF hre+UcepBiyWNKcg9vOqoaMoewm7bSJGXve4mZs/iYdfciVZr1uOCF0NlKYbR3UX KTNL/TMaxTDb+fKxVpHU2tZcdlwlphaXX9BxW5Y6Kk3WMBfdzMxA69hmlwguKRWk ziv5rBHzTdDdMEaWEHbR =r/dE -----END PGP SIGNATURE----- Changes since mesa-10.2.0-rc4-2: Andreas Boll (4): Merge tag 'mesa-10.2.1' into debian-experimental New upstream release. Drop 01_glapi-Duplicate-GLES1-prototypes-in-glapi_dispatch.c.diff, upstream Add 01_targets-xa-limit-the-amount-of-exported-symbols.diff Beren Minor (1): egl/main: Fix eglMakeCurrent when releasing context from current thread. Brian Paul (1): glsl: fix use-after free bug/crash in ast_declarator_list::hir() Christoph Bumiller (7): nv50,nvc0: always pull out bufctx on context destruction nv50: setup scissors on clear_render_target/depth_stencil nv50,nvc0: set constbufs dirty on pipe context switch nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result nv50/ir/opt: fix constant folding with saturate modifier nv50/ir: fix lowering of predicated instructions (without defs) nv50/ir/tgsi: optimize KIL Emil Velikov (1): glx: do not leak dri3Display Ian Romanick (6): glapi: Duplicate GLES1 prototypes in glapi_dispatch.c Bump version to 10.2-rc5 Bump version to 10.2 (final) docs: Add MD5 checksum, etc. for 10.1 release radeonsi: Fix build error introduced in 5ab9a9c Bump version to 10.2.1 Ilia Mirkin (9): mesa/st: fix color outputs in presence of sample mask output nvc0: revert mistaken logic to collapse color outputs to the beginning gk110/ir: emit texbar the same way that the blob does gk110/ir: fix quadon opcode emission gk110/ir: fix ISAD emission with register args gk110: add in forgotten code for gk110 isa nvc0: don't bother trying to set up compute for gk110+ gk110/ir: fix interp mode emission gk110/ir: fix slct emission Jerome Glisse (1): glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload José Fonseca (2): mesa/main: Make get_hash.c values constant. mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA. Kenneth Graunke (4): i965: Fix repeated usage of rectangle texture coordinate scaling. i965: Fix copy and pasted values in Broadwell code. i965: Pass brw to translate_wrap_mode(). i965: Support GL_CLAMP natively on Broadwell. Lubomir Rintel (1): i915: add a missing NULL pointer check Maarten Lankhorst (2): hopefully fix a ftbfs on hurd by removing a space from DRI_DRIVERS. release to experimental Marek Olšák (3): Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload" r600g,radeonsi: disable fast clear if render condition is on r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared Matt Turner (6): Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6" Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6" Revert "i965/fs: Reduce restrictions on interference in register coalescing." Revert "i965/fs: Give up in interference check if we see a WHILE." Revert "i965/fs: Simplify interference scan in register coalescing." Revert "i965: Don't make instructions with a null dest a barrier to scheduling." Pavel Popov (1): i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell. Rob Clark (1): configure: fix build error with XA Roland Scheidegger (1): llvmpipe: fix crash when not all attachments are populated in a fb Sinclair Yeh (1): egl: Check for NULL native_window in eglCreateWindowSurface Tobias Klausmann (1): nv50/ir: clear subop when folding constant expressions Topi Pohjolainen (3): meta/blit: Add stencil texturing mode save and restore i965/meta: Store stencil texturing mode meta/blit: Use gl_FragColor also in the msaa blit shader --- VERSION | 2 configure.ac | 1 debian/changelog | 13 + debian/patches/01_glapi-Duplicate-GLES1-prototypes-in-glapi_dispatch.c.diff | 92 ---------- debian/patches/01_targets-xa-limit-the-amount-of-exported-symbols.diff | 85 +++++++++ debian/patches/series | 2 debian/rules | 2 docs/index.html | 7 docs/relnotes/10.2.html | 6 src/egl/main/eglapi.c | 12 + src/gallium/drivers/llvmpipe/lp_rast.c | 12 - src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 11 - src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 11 + src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp | 5 src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 5 src/gallium/drivers/nouveau/nv50/nv50_context.c | 7 src/gallium/drivers/nouveau/nv50/nv50_state_validate.c | 4 src/gallium/drivers/nouveau/nv50/nv50_surface.c | 20 +- src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 9 src/gallium/drivers/nouveau/nvc0/nvc0_program.c | 13 - src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 7 src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c | 1 src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 13 + src/gallium/drivers/r600/r600_blit.c | 3 src/gallium/drivers/radeon/r600_texture.c | 3 src/gallium/drivers/radeonsi/si_blit.c | 3 src/glsl/ast_to_hir.cpp | 6 src/glx/glxext.c | 4 src/mapi/glapi/glapi_dispatch.c | 57 ++++++ src/mesa/drivers/common/meta.h | 4 src/mesa/drivers/common/meta_blit.c | 15 + src/mesa/drivers/dri/i915/intel_context.c | 2 src/mesa/drivers/dri/i965/brw_defines.h | 3 src/mesa/drivers/dri/i965/brw_device_info.c | 31 ++- src/mesa/drivers/dri/i965/brw_fs_register_coalesce.cpp | 37 ++-- src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 38 ++-- src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 1 src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp | 12 - src/mesa/drivers/dri/i965/brw_state.h | 3 src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 16 + src/mesa/drivers/dri/i965/brw_wm.c | 3 src/mesa/drivers/dri/i965/brw_wm_sampler_state.c | 21 +- src/mesa/drivers/dri/i965/gen7_sampler_state.c | 6 src/mesa/main/get.c | 10 + src/mesa/main/get_hash_generator.py | 2 src/mesa/main/get_hash_params.py | 4 src/mesa/state_tracker/st_program.c | 30 +-- 47 files changed, 439 insertions(+), 215 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wwxj9-0004zh...@moszumanska.debian.org