Tag 'mesa-10.4.2' created by Emil Velikov <emil.l.veli...@gmail.com> at 2015-01-12 10:35 +0000
Mesa 10.4.2 release -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABAgAGBQJUs6ONAAoJEO2uN7As60kNEukP/3JRFh+Qux1BabyQzoC2qoI3 8wGtT2CaF6oogdb12q2sWO1h4jAiTo4IojSaFBn8Hw+/0UMAoQneVFKbmoDf0fB9 v2dC1gU+6GGg4ZjTbO5iifsl1JXt4rZYMeXoQdU93G+IYqLPP9VHoEQ5x6SxFc6C bj6VvGPeEmPV77cOixjOgip7CudU6xWEzItFE3sLbx5k9hCwnOKiIdR+TkbUZfPJ nF7FT1Zi8php1WQwrU6G5hkaeMeJjM5Q4XBK1yRl/3oZfbXAy1AwwRV6EQXfG+Kx WQdQmdDqfyqLO3wUSRrZgqeiAYCIVEHhinL4KdFRBMvnqApXF2Z74Q2T1bYkV5db DjN3hsTKKYHDQmJ6q3ITWpcBP5XWFb9wOrOULxlMT8bjr/0L9P/LXpfhiBRlsFdG GFm+d4zGf60JXrskyACcFVjPTTCfegF05xfEOwKZWvW3XSG2R7UsGTlIHMQEj+bh 0MrjulTA6hPS9YbtS33+oeNFLgw2rjD4bemMudl8BX8SmpM+YwqOaKYClPSc0HF2 MVdsS4prYvmR9FWK/mbU4R/w3bflx5w0JcaPevG345v2rFDE7R1jip1Q7MTsnO1k tvwuniEVGCKN453YnhQ6oIdCqh/F9JZSmcWlprYsNPjx3hb4LVKFoPTrpJNxEUSg 0WipblddV4UECQYBBim2 =+D33 -----END PGP SIGNATURE----- Changes since mesa-10.4.1: Chad Versace (2): i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy() i965: Use safer pointer arithmetic in gather_oa_results() Dave Airlie (3): Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch" r600g: fix regression since UCMP change r600g/sb: implement r600 gpr index workaround. (v3.1) Emil Velikov (3): docs: Add sha256 sums for the 10.4.1 release Update version to 10.4.2 Add release notes for the 10.4.2 release Ilia Mirkin (2): nv50,nvc0: set vertex id base to index_bias nv50/ir: fix texture offsets in release builds Kenneth Graunke (2): i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms. i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES. Leonid Shatz (1): gallium/util: make sure cache line size is not zero Marek Olšák (4): glsl_to_tgsi: fix a bug in copy propagation vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX radeonsi: fix VertexID for OpenGL Michel Dänzer (1): radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0 Roland Scheidegger (1): gallium/util: fix crash with daz detection on x86 Tiziano Bacocco (1): nv50,nvc0: implement half_pixel_center Vadim Girlin (1): r600g/sb: fix issues with loops created for switch --- VERSION | 2 docs/relnotes/10.4.1.html | 4 docs/relnotes/10.4.2.html | 125 ++++++++++ src/gallium/auxiliary/util/u_cpu_detect.c | 8 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp | 3 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 3 src/gallium/drivers/nouveau/nv50/nv50_3d.xml.h | 2 src/gallium/drivers/nouveau/nv50/nv50_screen.c | 9 src/gallium/drivers/nouveau/nv50/nv50_state.c | 9 src/gallium/drivers/nouveau/nv50/nv50_stateobj.h | 2 src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 8 src/gallium/drivers/nouveau/nvc0/mme/com9097.mme | 7 src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h | 12 src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h | 2 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 4 src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h | 2 src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 8 src/gallium/drivers/r600/r600_shader.c | 2 src/gallium/drivers/r600/sb/sb_bc.h | 2 src/gallium/drivers/r600/sb/sb_bc_finalize.cpp | 109 +++++--- src/gallium/drivers/r600/sb/sb_bc_parser.cpp | 2 src/gallium/drivers/r600/sb/sb_context.cpp | 2 src/gallium/drivers/r600/sb/sb_if_conversion.cpp | 4 src/gallium/drivers/r600/sb/sb_ir.h | 9 src/gallium/drivers/r600/sb/sb_pass.h | 5 src/gallium/drivers/r600/sb/sb_sched.cpp | 3 src/gallium/drivers/radeonsi/si_shader.c | 7 src/gallium/drivers/radeonsi/si_state.c | 6 src/mesa/drivers/dri/i965/brw_context.h | 7 src/mesa/drivers/dri/i965/brw_draw.c | 15 - src/mesa/drivers/dri/i965/brw_draw_upload.c | 12 src/mesa/drivers/dri/i965/brw_performance_monitor.c | 2 src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 8 src/mesa/drivers/dri/i965/intel_tex_subimage.c | 7 src/mesa/state_tracker/st_draw.c | 3 src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 3 src/mesa/vbo/vbo_exec_array.c | 3 38 files changed, 310 insertions(+), 113 deletions(-) ---