Tag 'mesa-10.1.4' created by Carl Worth <cwo...@cworth.org> at 2014-05-20 22:25 +0000
Mesa 10.1.4 release -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCgAGBQJTe9ZdAAoJEGACM7qeVNxhypUP+gOgUafvanyL5a2MsMyadhGj +AbxE0nsT/dBrwmXvVLJs6klOOcMQOY7RAQzeEB07u29m6tq7d0reEB2rBxhAsS0 fOWryXh90SpubAa/DQTEGfN/aKXiP+zACoQxXybwncYpXu0JgXxDIf/H1nwSHfOn l2jh/2w1taLgK34OwJ5+DiwjUSbEdkpiIEoJMGbe7lqpNH8+CefImOc1QRn4K6n/ Dn8N2f1Hf7aA5DTNluw6+hDYCIfnR6QYTDNm1c591qJOD0/DJeuO9SIFEFcRKwNK NWTS3GTW+wec9YVstBn3i4ag8B6e0ppjZxNZkhMr5z6Teu+2eiauDyMtAiXkD71P 1jSapuuCpVxvAKc3KdggxhugN4M5/ncJTynYzukxDXY8Wjnwtjvkd/E6SLNcrA4f DzTnUmA9V0gp8Z9TakY5/1UV/WXVBpNxyOJVWOCLk8q84fCzvrAFkoYMWQ8MhisP vFxyrCFaj6JUSMFkNoGN9jyzUxlpBjKq6YfzNm56ruqA3UuH2tKcVKGTGYg3Yapf 6LmBSw/40aodL7M/Suy55aGZkLoLAJVR31uWvc7bBdoDfVwnKzsvgyE7qWedfLlM IDEdw49Ur4iTLb63lfds9YsYMcH00jSkikPN7uLB8uIDXnsLy4NS8ILT319Wb+Rw tGwk7CyYO/MS9ASFU82o =C05T -----END PGP SIGNATURE----- Changes since mesa-10.1.3: Brian Paul (1): mesa: fix double-freeing of dispatch tables inside glBegin/End. Carl Worth (4): docs: Add MD5 sums for 10.1.3 cherry-ignore: Roland and Michel agreed to drop these patches. VERSION: Update to 10.1.4 docs: Add release notes for the 10.1.4 release. Emil Velikov (1): configure: error out if building GBM without dri Eric Anholt (1): i965/vs: Use samplers for UBOs in the VS like we do for non-UBO pulls. Ilia Mirkin (3): nv50/ir: make sure to reverse cond codes on all the OP_SET variants nv50: fix setting of texture ms info to be per-stage nv50/ir: fix integer mul lowering for u32 x u32 -> high u32 Michel Dänzer (1): radeonsi: Fix anisotropic filtering state setup Tom Stellard (2): configure.ac: Add LLVM_VERSION_PATCH to DEFINES radeonsi: Enable geometry shaders with LLVM 3.4.1 --- VERSION | 2 bin/.cherry-ignore | 6 configure.ac | 15 + docs/relnotes/10.1.3.html | 3 docs/relnotes/10.1.4.html | 97 ++++++++++ src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp | 11 - src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 3 src/gallium/drivers/nouveau/nv50/nv50_context.h | 8 src/gallium/drivers/nouveau/nv50/nv50_tex.c | 2 src/gallium/drivers/r600/r600_pipe.h | 9 src/gallium/drivers/radeon/r600_pipe_common.h | 9 src/gallium/drivers/radeonsi/si_descriptors.c | 4 src/gallium/drivers/radeonsi/si_pipe.c | 4 src/gallium/drivers/radeonsi/si_pipe.h | 4 src/gallium/drivers/radeonsi/si_state.c | 17 - src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 23 +- src/mesa/main/context.c | 4 17 files changed, 181 insertions(+), 40 deletions(-) ---