Mesa (master): TextureStorage1D should return INVALID_OPERATION if target is not a 1D texture

2017-08-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 0415ef9ccd06388c8f60726032f0814b66850312 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0415ef9ccd06388c8f60726032f0814b66850312 Author: Iago Toral Quiroga Date: Mon Aug 7 06:18:24 2017 +0200 TextureStorage1D should return INVALID_OPERATION if ta

Mesa (master): Update TextureParameter* error for incompatible texture targets

2017-08-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 4234b36f055b76c0cd3e893ba6c852f16edf6ac7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4234b36f055b76c0cd3e893ba6c852f16edf6ac7 Author: Iago Toral Quiroga Date: Mon Aug 7 06:18:23 2017 +0200 Update TextureParameter* error for incompatible textur

Mesa (master): egl: whitespace cleanup in eglapi.c

2017-08-09 Thread Eric Engeström
Module: Mesa Branch: master Commit: 5f4f5aadc31d0dc526936f115a8774f721925493 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f4f5aadc31d0dc526936f115a8774f721925493 Author: Eric Engestrom Date: Tue Aug 8 16:17:13 2017 +0100 egl: whitespace cleanup in eglapi.c Signed-off-by: Eric E

Mesa (master): radeonsi: drop two unused variables in create_function()

2017-08-09 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: bbfad34606b8fc91c3671bb9a6e6545d669e6f81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbfad34606b8fc91c3671bb9a6e6545d669e6f81 Author: Samuel Pitoiset Date: Mon Aug 7 12:41:37 2017 +0200 radeonsi: drop two unused variables in create_function()

Mesa (master): st/dri2: fix kms_swrast driconf option handling

2017-08-09 Thread Rob Herring
Module: Mesa Branch: master Commit: cc43c4a9e56a5f6dd66e6e67074c219e6f87ba26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc43c4a9e56a5f6dd66e6e67074c219e6f87ba26 Author: Rob Herring Date: Tue Aug 8 11:42:02 2017 -0500 st/dri2: fix kms_swrast driconf option handling Commit e794f

Mesa (master): nv50/ir: fix ConstantFolding with saturation

2017-08-09 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 24a799ad35a824fba94062f9b018f603717ed145 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24a799ad35a824fba94062f9b018f603717ed145 Author: Karol Herbst Date: Sun Jul 30 17:51:22 2017 +0200 nv50/ir: fix ConstantFolding with saturation For mul(a, +-1

Mesa (master): radv: force cs/ps/l2 flush at end of command stream. (v2)

2017-08-09 Thread Dave Airlie
Module: Mesa Branch: master Commit: 82ba384c10d598bee4786ef5f79e92a0e7b53892 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82ba384c10d598bee4786ef5f79e92a0e7b53892 Author: Dave Airlie Date: Wed Jul 26 04:37:53 2017 +0100 radv: force cs/ps/l2 flush at end of command stream. (v2) Th