Mesa (master): vc4: Fold the 16-bit integer pack into the instructions generating it.

2015-08-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 89b1b33f44bc6ce71109ac8668529c30b6d6d910 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89b1b33f44bc6ce71109ac8668529c30b6d6d910 Author: Eric Anholt Date: Fri Aug 21 00:08:13 2015 -0700 vc4: Fold the 16-bit integer pack into the instructions gener

Mesa (master): vc4: Actually allow math results to allocate into r4.

2015-08-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: eb2776504ae32feaf41a5bad9f09f154045e96a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb2776504ae32feaf41a5bad9f09f154045e96a3 Author: Eric Anholt Date: Fri Aug 21 10:57:24 2015 -0700 vc4: Actually allow math results to allocate into r4. I swit

Mesa (master): vc4: Make _dest variants of qir ALU helpers to provide an explicit dest.

2015-08-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4ae137534a8718db4611782dbfec773504b6e3be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ae137534a8718db4611782dbfec773504b6e3be Author: Eric Anholt Date: Tue Aug 18 20:26:05 2015 -0700 vc4: Make _dest variants of qir ALU helpers to provide an exp

Mesa (master): vc4: Reuse QPU dumping for packing bits in QIR.

2015-08-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7e0b868cf31003ada12063398fb91485ed8043dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e0b868cf31003ada12063398fb91485ed8043dd Author: Eric Anholt Date: Fri Aug 21 00:04:36 2015 -0700 vc4: Reuse QPU dumping for packing bits in QIR. --- src/ga

Mesa (master): vc4: Use the SSA defs list for figuring out eligible MOVs for copy prop.

2015-08-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2002438c91981b22991ae70fefc5d492dda72835 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2002438c91981b22991ae70fefc5d492dda72835 Author: Eric Anholt Date: Fri Aug 21 09:22:32 2015 -0700 vc4: Use the SSA defs list for figuring out eligible MOVs for

Mesa (master): 72 new commits

2015-08-21 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20746c2e7d8d065445bbb30f0d1383c30459a784 Author: Krzysztof Sobiecki Date: Thu Aug 20 23:19:30 2015 +0200 st/nine: Always use user constant buffers We had several reports of users hitting bugs with the other path to uploa

Mesa (master): glsl: fix error message when validating tcs output decls

2015-08-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 365d631eb220e7d546a726d6f38f76e2e3746d65 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=365d631eb220e7d546a726d6f38f76e2e3746d65 Author: Ilia Mirkin Date: Fri Aug 21 15:08:15 2015 -0400 glsl: fix error message when validating tcs output decls Sig

Mesa (master): relnote updates

2015-08-21 Thread Rob Clark
Module: Mesa Branch: master Commit: 3b4d03d44044f683d9b194c069cd3c1e6acb105f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b4d03d44044f683d9b194c069cd3c1e6acb105f Author: Rob Clark Date: Mon Aug 10 17:27:19 2015 -0400 relnote updates Signed-off-by: Rob Clark --- docs/relnotes

Mesa (master): relnote updates

2015-08-21 Thread Rob Clark
Module: Mesa Branch: master Commit: 1fcc423064b3d31677657d59a803aaa99f1edb9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fcc423064b3d31677657d59a803aaa99f1edb9e Author: Rob Clark Date: Mon Aug 10 17:27:19 2015 -0400 relnote updates Signed-off-by: Rob Clark --- docs/relnotes

Mesa (master): st/mesa: pass through 4th opcode argument in bitmap/ pixel visitors

2015-08-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3525aa1dc9c27fb2394a37788a29c272b3a81d1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3525aa1dc9c27fb2394a37788a29c272b3a81d1b Author: Ilia Mirkin Date: Thu Aug 20 20:06:50 2015 -0400 st/mesa: pass through 4th opcode argument in bitmap/pixel vis

Mesa (master): st/mesa: fix assignments with 4-operand arguments (i.e. BFI )

2015-08-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 681efdf7a18b73ce06989cb2d3299e3feabdb5f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=681efdf7a18b73ce06989cb2d3299e3feabdb5f5 Author: Ilia Mirkin Date: Thu Aug 20 19:59:04 2015 -0400 st/mesa: fix assignments with 4-operand arguments (i.e. BFI)

Mesa (master): i965: allow image_size on float images

2015-08-21 Thread Martin Peres
Module: Mesa Branch: master Commit: f142e64b2938ab3ebc42fd40436a1de74e3ed2e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f142e64b2938ab3ebc42fd40436a1de74e3ed2e2 Author: Martin Peres Date: Fri Aug 21 16:25:14 2015 +0300 i965: allow image_size on float images This got missed beca

Mesa (master): clover: fix llvm 3.5 build error

2015-08-21 Thread Francisco Jerez
Module: Mesa Branch: master Commit: df5cdec1329507d5ac52a6d3db49c2608b9226bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df5cdec1329507d5ac52a6d3db49c2608b9226bc Author: Zoltan Gilian Date: Wed Aug 19 11:56:08 2015 +0200 clover: fix llvm 3.5 build error There is no MDOperand in

Mesa (master): mesa: update fbo state in glTexStorage

2015-08-21 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 7eda897bf05dc572dbe83f3a1075b773b0c65708 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7eda897bf05dc572dbe83f3a1075b773b0c65708 Author: Tapani Pälli Date: Thu Aug 20 10:25:59 2015 +0300 mesa: update fbo state in glTexStorage We have to re-valida