Mesa (master): vc4: Size transfer temporary mappings appropriately for full maps of 3D.

2016-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: a507dcc1601d436f6b68fc59a8a8393773d6fd8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a507dcc1601d436f6b68fc59a8a8393773d6fd8b Author: Eric Anholt Date: Wed May 18 12:29:02 2016 -0700 vc4: Size transfer temporary mappings appropriately for full

Mesa (master): anv/device: Fix viewportBoundsRange

2016-05-18 Thread Nanley Chery
Module: Mesa Branch: master Commit: 7ac08adfb4af3157171a565e353f608365c5dde5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ac08adfb4af3157171a565e353f608365c5dde5 Author: Nanley Chery Date: Tue May 17 15:28:01 2016 -0700 anv/device: Fix viewportBoundsRange Align with the spec req

Mesa (master): glsl/linker: attempt to match anonymous structures at link

2016-05-18 Thread Dave Airlie
Module: Mesa Branch: master Commit: 61b67892522c89800541ed4f266ab88e5f1db620 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61b67892522c89800541ed4f266ab88e5f1db620 Author: Dave Airlie Date: Tue May 17 10:31:29 2016 +1000 glsl/linker: attempt to match anonymous structures at link T

Mesa (master): anv/batch_chain: free pointers for error cases

2016-05-18 Thread Mark Janes
Module: Mesa Branch: master Commit: 4dfa89e33c810bac02e2678814621d2f3868d58b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4dfa89e33c810bac02e2678814621d2f3868d58b Author: Mark Janes Date: Wed May 18 14:28:38 2016 -0700 anv/batch_chain: free pointers for error cases Trivial fix to

Mesa (master): 43 new commits

2016-05-18 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f21b7d1e5c21b749ae7c19d3dc80dc4e14e4bb77 Author: Wang He Date: Tue May 10 13:40:30 2016 +0800 st/nine: Minor change to support musl libc A few changes to support musl libc as well. In particular fpu_control.h is gli

Mesa (master): svga: add another debug_printf() in svga_screen_create()

2016-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 243fd02858c1287667d9f8d0555a8e9520289f56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=243fd02858c1287667d9f8d0555a8e9520289f56 Author: Brian Paul Date: Wed May 18 13:01:03 2016 -0600 svga: add another debug_printf() in svga_screen_create() Sign

Mesa (master): spirv: add switch case for nir_texop_txf_ms_mcs in vtn_handle_texture()

2016-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 96909ef12802fdc8b5a9870bcfde89881ecedf86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96909ef12802fdc8b5a9870bcfde89881ecedf86 Author: Brian Paul Date: Tue May 17 19:28:37 2016 -0600 spirv: add switch case for nir_texop_txf_ms_mcs in vtn_handle_

Mesa (master): Revert "i965/urb: fixes division by zero"

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 9c290b1e5468a66bd856ceee372079e3ce43def8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c290b1e5468a66bd856ceee372079e3ce43def8 Author: Matt Turner Date: Wed May 18 12:48:20 2016 -0700 Revert "i965/urb: fixes division by zero" This reverts commi

Mesa (master): mesa: fclose() filename on error.

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: caab3cd5361d8848e8f8957f697aff7bca5fc6b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=caab3cd5361d8848e8f8957f697aff7bca5fc6b3 Author: Matt Turner Date: Mon May 16 15:31:00 2016 -0700 mesa: fclose() filename on error. Pretty useless, as it's in

Mesa (master): isl: Mark default cases in switch unreachable.

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 0a548eb56fba1ec7e32ea116d022327baaae8d21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a548eb56fba1ec7e32ea116d022327baaae8d21 Author: Matt Turner Date: Mon May 16 11:12:24 2016 -0700 isl: Mark default cases in switch unreachable. To silence -W

Mesa (master): spirv: Properly size the src[] array.

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: b1e6d069daeda87cb7e14a45a0e4438cc0b399d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1e6d069daeda87cb7e14a45a0e4438cc0b399d0 Author: Matt Turner Date: Mon May 16 12:48:00 2016 -0700 spirv: Properly size the src[] array. Operations like nir_op

Mesa (master): i965/fs: Assert that nir_op_extract_*'s src1 is a constant.

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: cbb0e3a7e8fffa4d5c5af8660d99cd3da8af97ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbb0e3a7e8fffa4d5c5af8660d99cd3da8af97ec Author: Matt Turner Date: Mon May 16 15:22:59 2016 -0700 i965/fs: Assert that nir_op_extract_*'s src1 is a constant.

Mesa (master): glsl: Check that layout is non-null before dereferencing.

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 6a4ff51f7a28124f27da52fe8d1a04025ddf7a83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a4ff51f7a28124f27da52fe8d1a04025ddf7a83 Author: Matt Turner Date: Mon May 16 14:49:38 2016 -0700 glsl: Check that layout is non-null before dereferencing. la

Mesa (master): i965/urb: fixes division by zero

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 2a8aa1e3deb99a1ae16d942318da648c1327ece5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a8aa1e3deb99a1ae16d942318da648c1327ece5 Author: Ardinartsev Nikita Date: Tue May 17 02:27:22 2016 +0300 i965/urb: fixes division by zero Fixes regression int

Mesa (master): egl/dri2: Don't check return result of mtx_unlock().

2016-05-18 Thread Matt Turner
Module: Mesa Branch: master Commit: 53f64a84047b3f2766e490311c925a36afc64807 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53f64a84047b3f2766e490311c925a36afc64807 Author: Matt Turner Date: Mon May 16 14:43:26 2016 -0700 egl/dri2: Don't check return result of mtx_unlock(). Coverit

Mesa (master): glsl/linker: Don' t include interface name for built-in blocks

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: 79bbff9defd98167bf14336a44985088e2fd3f37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79bbff9defd98167bf14336a44985088e2fd3f37 Author: Ian Romanick Date: Tue May 17 13:30:46 2016 -0700 glsl/linker: Don't include interface name for built-in block

Mesa (master): glsl/linker: Fix trivial typos in comments

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: cf9220b11f599ca77134528f5b4ad505f1345e1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf9220b11f599ca77134528f5b4ad505f1345e1c Author: Ian Romanick Date: Tue May 17 15:01:19 2016 -0700 glsl/linker: Fix trivial typos in comments Signed-off-by: I

Mesa (master): glsl: Assert that inputs have a location assigned

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: 2ef4b5bc932bac100570d377551959c5655e37a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ef4b5bc932bac100570d377551959c5655e37a3 Author: Ian Romanick Date: Mon May 16 18:01:10 2016 -0700 glsl: Assert that inputs have a location assigned This catc

Mesa (master): glsl/linker: Fix some formatting to match current coding conventions

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: d2579728c96e1386cc2c1894c958a219edc27639 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2579728c96e1386cc2c1894c958a219edc27639 Author: Ian Romanick Date: Mon May 16 17:58:55 2016 -0700 glsl/linker: Fix some formatting to match current coding con

Mesa (master): glsl/linker: Ensure the first stage of an SSO pipeline has input locs assigned

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: 7619aed41d6b677a05c1088aed3a6b6a70255496 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7619aed41d6b677a05c1088aed3a6b6a70255496 Author: Ian Romanick Date: Tue May 17 13:49:11 2016 -0700 glsl/linker: Ensure the first stage of an SSO pipeline has i

Mesa (master): glsl/linker: Silence unused parameter warning

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: 02e4753777deb15f3313b3f23a7a73dededd0a61 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=02e4753777deb15f3313b3f23a7a73dededd0a61 Author: Ian Romanick Date: Mon May 16 12:48:06 2016 -0700 glsl/linker: Silence unused parameter warning The use of th

Mesa (master): i965: Silence unused parameter warnings

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: f687b8e1785df0825443f07778e5d0ddf6f9be09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f687b8e1785df0825443f07778e5d0ddf6f9be09 Author: Ian Romanick Date: Thu May 12 17:44:46 2016 -0700 i965: Silence unused parameter warnings The only place that

Mesa (master): glsl/linker: Silence unused parameter warning

2016-05-18 Thread Ian Romanick
Module: Mesa Branch: master Commit: 75c9aa6670d60b592f58ed1437549959aeccfd6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75c9aa6670d60b592f58ed1437549959aeccfd6e Author: Ian Romanick Date: Tue May 17 13:54:09 2016 -0700 glsl/linker: Silence unused parameter warning The parameter

Mesa (master): mesa: Don't advertise GLES 3.1 without compute support

2016-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 1d628ea09df4911e897292186dc8242903c7a502 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d628ea09df4911e897292186dc8242903c7a502 Author: Daniel Scharrer Date: Tue Apr 19 16:57:06 2016 +0200 mesa: Don't advertise GLES 3.1 without compute support T

Mesa (master): mesa/st: don't leak name

2016-05-18 Thread Rob Clark
Module: Mesa Branch: master Commit: 5827a1dc4b3c2f51d45f4b1d6ccd080515ed2bcc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5827a1dc4b3c2f51d45f4b1d6ccd080515ed2bcc Author: Rob Clark Date: Wed May 18 09:19:00 2016 -0400 mesa/st: don't leak name Pointed out by coverity. Signed-off-