Tag 'mesa-11.1.1-1' created by Andreas Boll <andreas.boll....@gmail.com> at 2016-01-14 10:29 +0000
Tagging upload of mesa 11.1.1-1 to experimental. -----BEGIN PGP SIGNATURE----- iQIcBAABCgAGBQJWl3imAAoJEB7vU9OKOpxnKmUP/09+z9v9A1kComctxyNOrZzY d/ypbAXU89JE2H0iVmhufPeR99BLKfrxyDPdtu5rQUuSsoP/NJZD+UT52l/OqEdB Od7qTK4dFmNi/FcWkMHJRt8FFIPNwoCS04ch8rX0trHv5Kc4gZNX32lDQFaGv8DB E5WYMkl3ruEV1JfcUXNY96OpGfJml/8qeFdtREa7+BQ+2DvoQQWdFuQWPZTwXefi cjuFDbbrPhdNaJch+VumBgHlW/Q7mpNqKIp2xyHXVuFuvEYbM2SSQfmA1yODtRaR o/EqEgPE4sIh0d0r1Yi7vwlXRizGjJwLChL3Ll6egJQdBbPlxf7qYbqorLwM1kB0 6apidcD7uWOqz6v/56RbrvQWoPKiA8B1+pxW8SQdSYlK8wxVmNiavhlJO0zFmqLq jwIBmk5EaOkP1Mt39NX5IXmM8U2kbDdWVhYEDRmPyYgcP1/XWDB8Sc67PhbRtGly 9kCFbPI9UEp2hQKiUOb3js0VCDDKF3k6OUgYpNy+TQr4FbZmqs3mFd9WZ3gC7LAE gEoQA70UxAzc6kVOuZngMGrufilW+rW5dPsqT9n3UyjFthypkw2LhVjm2yLtmtyF VN5y2C+oEjK+UBrbLgBHNQADmuigy/RHv59mpLypwZqIo99/oJT1au/J3jQc6KeZ vEXJLN7Qd6ESNWr6FAqq =QyKK -----END PGP SIGNATURE----- Changes since mesa-11.1.0-1: Andreas Boll (9): Enable support for virgl (Closes: #807774). Enable support for vc4 (Closes: #809406). Enable support for freedreno on arm64. rules: Update a comment Merge tag 'mesa-11.0.8' into debian-experimental Merge branch 'debian-unstable' into debian-experimental Merge tag 'mesa-11.1.1' into debian-experimental Bump changelog. Upload to experimental. Boyuan Zhang (1): radeon/uvd: uv pitch separation for stoney Brian Paul (1): st/mesa: check state->mesa in early return check in st_validate_state() Dave Airlie (15): r600: do SQ flush ES ring rolling workaround r600: SMX returns CONTEXT_DONE early workaround r600/shader: split address get out to a function. r600/shader: add utility functions to do single slot arithmatic r600g: fix geom shader input indirect indexing. r600: handle geometry dynamic input array index radeonsi: handle doubles in lds load path. mesa/varray: set double arrays to non-normalised. mesa/shader: return correct attribute location for double matrix arrays mesa/varray: set double arrays to non-normalised. mesa/shader: return correct attribute location for double matrix arrays glsl: pass stage into mark function glsl/fp64: add helper for dual slot double detection. glsl: fix count_attribute_slots to allow for different 64-bit handling glsl: only update doubles inputs for vertex inputs. Emil Velikov (14): docs: add sha256 checksums for 11.0.7 docs: add sha256 checksums for 11.0.1 cherry-ignore: don't pick a specific i965 formats patch Revert "i965/nir: Remove unused indirect handling" Revert "i965/state: Get rid of dword_pitch arguments to buffer functions" Revert "i965/vec4: Use a stride of 1 and byte offsets for UBOs" Revert "i965/fs: Use a stride of 1 and byte offsets for UBOs" Revert "i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge" Update version to 11.0.8 docs: add release notes for 11.0.8 cherry-ignore: drop the "re-enable" DCC on Stoney cherry-ignore: don't pick a specific i965 formats patch Update version to 11.1.1 docs: add release notes for 11.1.1 Eric Anholt (2): vc4: Warn instead of abort()ing on exec ioctl failures. vc4: Keep sample mask writes from being reordered after TLB writes Francisco Jerez (1): i965: Resolve color and flush for all active shader images in intel_update_state(). Grazvydas Ignotas (1): r600: fix constant buffer size programming Ian Romanick (2): meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFER meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFER Ilia Mirkin (26): freedreno/a4xx: support lod_bias freedreno/a4xx: fix 5_5_5_1 texture sampler format freedreno/a4xx: point regid to "red" even for alpha-only rb formats nvc0/ir: fold postfactor into immediate nv50/ir: deal with loops with no breaks nv50/ir: the mad source might not have a defining instruction nv50/ir: fix instruction permutation logic nv50/ir: don't forget to mark flagsDef on cvt in txb lowering nv50/ir: fix DCE to not generate 96-bit loads nv50/ir: avoid looking at uninitialized srcMods entries gk110/ir: fix imul hi emission with limm arg gk104/ir: sampler doesn't matter for txf gk110/ir: fix imad sat/hi flag emission for immediate args nv50/ir: fix cutoff for using r63 vs r127 when replacing zero nv50/ir: can't have predication and immediates glsl: assign varying locations to tess shaders when doing SSO ttn: add TEX2 support nv50/ir: can't have predication and immediates gk104/ir: simplify and fool-proof texbar algorithm glsl: assign varying locations to tess shaders when doing SSO glx/dri3: a drawable might not be bound at wait time nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion nv50/ir: float(s32 & 0xff) = float(u8), not s8 nv50,nvc0: make sure there's pushbuf space and that we ref the bo early nv50,nvc0: fix crash when increasing bsp bo size for h264 nvc0: scale up inter_bo size so that it's 16M for a 4K video Jason Ekstrand (5): i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge i965/fs: Use a stride of 1 and byte offsets for UBOs i965/vec4: Use a stride of 1 and byte offsets for UBOs i965/state: Get rid of dword_pitch arguments to buffer functions i965/nir: Remove unused indirect handling Jonathan Gray (4): configure.ac: use pkg-config for libelf configure: check for python2.7 for PYTHON2 configure.ac: use pkg-config for libelf configure: check for python2.7 for PYTHON2 Kenneth Graunke (7): i965: Fix fragment shader struct inputs. i965: Fix scalar vertex shader struct outputs. ralloc: Fix ralloc_adopt() to the old context's last child's parent. drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0. glsl: Fix varying struct locations when varying packing is disabled. nvc0: Set winding order regardless of domain. nir: Add a lower_fdiv option, turn fdiv into fmul/frcp. Marek Olšák (15): radeonsi: fix occlusion queries on Fiji radeonsi: fix a hang due to uninitialized border color registers radeonsi: fix Fiji for LLVM <= 3.7 radeonsi: don't call of u_prims_for_vertices for patches and rectangles radeonsi: apply the streamout workaround to Fiji as well gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly tgsi/scan: add flag colors_written r600g: write all MRTs only if there is exactly one output (fixes a hang) tgsi/scan: add flag colors_written r600g: write all MRTs only if there is exactly one output (fixes a hang) radeonsi: don't call of u_prims_for_vertices for patches and rectangles radeonsi: apply the streamout workaround to Fiji as well gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly program: add _mesa_reserve_parameter_storage st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2) Matt Turner (1): glsl: Allow binding of image variables with 420pack. Miklós Máté (1): mesa: Don't leak ATIfs instructions in DeleteFragmentShader Neil Roberts (5): i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format i965: Add B8G8R8X8_SRGB to the alpha format override i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format i965: Add B8G8R8X8_SRGB to the alpha format override i965: Fix crash when calling glViewport with no surface bound Nicolai Hähnle (2): gallium/radeon: only dispose locally created target machine in radeon_llvm_compile gallium/radeon: fix regression in a number of driver queries Oded Gabbay (2): configura.ac: fix test for SSE4.1 assembler support configura.ac: fix test for SSE4.1 assembler support Patrick Rudolph (4): nv50,nvc0: fix use-after-free when vertex buffers are unbound gallium/util: return correct number of bound vertex buffers nv50,nvc0: fix use-after-free when vertex buffers are unbound gallium/util: return correct number of bound vertex buffers Rob Herring (1): freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled Samuel Pitoiset (4): nvc0: free memory allocated by the prog which reads MP perf counters nvc0: free memory allocated by the prog which reads MP perf counters nv50,nvc0: free memory allocated by performance metrics nv50: free memory allocated by the prog which reads MP perf counters Sarah Sharp (1): mesa: Add KBL PCI IDs and platform information. Tapani Pälli (1): i965: use _Shader to get fragment program when updating surface state Timo Aaltonen (2): Merge branch 'upstream-unstable' into debian-unstable new release, upload to unstable Tom Stellard (2): radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2} radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register values --- VERSION | 2 bin/.cherry-ignore | 5 configure.ac | 19 debian/changelog | 15 debian/rules | 11 docs/relnotes/11.1.0.html | 3 docs/relnotes/11.1.1.html | 196 ++++++++++ include/pci_ids/i965_pci_ids.h | 22 + src/gallium/auxiliary/tgsi/tgsi_scan.c | 3 src/gallium/auxiliary/tgsi/tgsi_scan.h | 1 src/gallium/auxiliary/util/u_helpers.c | 8 src/gallium/drivers/freedreno/ir3/ir3_print.c | 2 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 129 ++---- src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h | 10 src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 6 src/gallium/drivers/nouveau/nv50/nv50_query_hw.c | 6 src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.c | 3 src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.c | 4 src/gallium/drivers/nouveau/nv50/nv50_screen.c | 5 src/gallium/drivers/nouveau/nv50/nv50_state.c | 7 src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 2 src/gallium/drivers/nouveau/nv50/nv98_video_bsp.c | 4 src/gallium/drivers/nouveau/nvc0/nvc0_program.c | 6 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c | 7 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c | 3 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.c | 4 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c | 1 src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 6 src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 2 src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 7 src/gallium/drivers/nouveau/nvc0/nvc0_video.c | 7 src/gallium/drivers/nouveau/nvc0/nvc0_video_bsp.c | 4 src/gallium/drivers/r600/evergreen_state.c | 11 src/gallium/drivers/r600/r600_shader.c | 3 src/gallium/drivers/r600/r600_state.c | 2 src/gallium/drivers/radeon/Makefile.am | 5 src/gallium/drivers/radeon/cayman_msaa.c | 12 src/gallium/drivers/radeon/r600_query.c | 6 src/gallium/drivers/radeon/r600d_common.h | 2 src/gallium/drivers/radeon/radeon_llvm_emit.c | 5 src/gallium/drivers/radeonsi/si_state_draw.c | 18 src/gallium/drivers/vc4/vc4_job.c | 8 src/gallium/drivers/vc4/vc4_qpu_schedule.c | 3 src/gallium/targets/opencl/Makefile.am | 5 src/glsl/ir_set_program_inouts.cpp | 28 - src/glsl/link_varyings.cpp | 19 src/glsl/linker.cpp | 13 src/glsl/nir/glsl_types.cpp | 18 src/glsl/nir/glsl_types.h | 13 src/glsl/nir/nir.h | 1 src/glsl/nir/nir_opt_algebraic.py | 1 src/glx/dri3_glx.c | 6 src/mesa/drivers/common/meta_generate_mipmap.c | 17 src/mesa/drivers/dri/common/drirc | 8 src/mesa/drivers/dri/i965/brw_context.c | 6 src/mesa/drivers/dri/i965/brw_device_info.c | 60 +++ src/mesa/drivers/dri/i965/brw_shader.cpp | 1 src/mesa/drivers/dri/i965/brw_surface_formats.c | 5 src/mesa/main/atifragshader.c | 2 src/mesa/main/shader_query.cpp | 11 src/mesa/main/varray.c | 2 src/mesa/program/prog_parameter.c | 47 +- src/mesa/program/prog_parameter.h | 4 src/mesa/state_tracker/st_atom.c | 2 src/mesa/state_tracker/st_cb_bitmap.c | 6 src/mesa/state_tracker/st_cb_drawpixels.c | 14 src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 6 src/mesa/state_tracker/st_program.c | 17 src/mesa/state_tracker/st_program.h | 1 src/util/ralloc.c | 1 71 files changed, 670 insertions(+), 230 deletions(-) ---