Mesa (master): nir: Generalize the optimization of subs of subs from 0.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4359954d842caa2a9f8d4b50d70ecc789884b68b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4359954d842caa2a9f8d4b50d70ecc789884b68b Author: Eric Anholt Date: Fri Feb 20 00:00:27 2015 -0800 nir: Generalize the optimization of subs of subs from 0. I i

Mesa (master): nir: Add a couple of simplifications of csel operations.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: dc982f4a859d800ec3eba95d3c55bbe6af8d6518 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc982f4a859d800ec3eba95d3c55bbe6af8d6518 Author: Eric Anholt Date: Thu Jan 29 15:50:18 2015 -0800 nir: Add a couple of simplifications of csel operations. vc4

Mesa (master): nir: When faced with a csel on !condition, just flip the arguments.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: a38038ca5e329c074f67399a993a653c8e439cae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a38038ca5e329c074f67399a993a653c8e439cae Author: Eric Anholt Date: Fri Feb 20 01:18:46 2015 -0800 nir: When faced with a csel on !condition, just flip the argu

Mesa (master): nir: Collapse repeated bcsels on the same argument.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 345c2b288a5f49b82d505eb098847b8e53dde91f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=345c2b288a5f49b82d505eb098847b8e53dde91f Author: Eric Anholt Date: Fri Feb 20 01:20:34 2015 -0800 nir: Collapse repeated bcsels on the same argument. vc4 resu

Mesa (master): nir: Allow nir_opt_algebraic to see booleanness through &&, ||, ^, !.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8e1152cb33e53a9d31a6c239dd77b0b4b7613ea8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e1152cb33e53a9d31a6c239dd77b0b4b7613ea8 Author: Eric Anholt Date: Fri Feb 20 00:57:04 2015 -0800 nir: Allow nir_opt_algebraic to see booleanness through &&, |

Mesa (master): glsl: ensure that enter/leave record get a record type

2015-02-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c2ece77678c19f6aee1d9a3ef65a1251a59dd2ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2ece77678c19f6aee1d9a3ef65a1251a59dd2ae Author: Ilia Mirkin Date: Sat Feb 21 12:53:43 2015 -0500 glsl: ensure that enter/leave record get a record type May m

Mesa (master): tgsi: avoid returning pointer to local var, make it static

2015-02-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 1763494b315179495eabb97d50d025a04a6537e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1763494b315179495eabb97d50d025a04a6537e2 Author: Ilia Mirkin Date: Sat Feb 21 12:44:05 2015 -0500 tgsi: avoid returning pointer to local var, make it static S

Mesa (master): freedreno/a2xx: fix increment in assert

2015-02-21 Thread Rob Clark
Module: Mesa Branch: master Commit: 68552266535747bad1eff34d856c43158398b9bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68552266535747bad1eff34d856c43158398b9bf Author: Rob Clark Date: Tue Feb 3 15:52:53 2015 -0500 freedreno/a2xx: fix increment in assert Bugzilla: https://bugs

Mesa (master): freedreno: update generated headers

2015-02-21 Thread Rob Clark
Module: Mesa Branch: master Commit: fb1301e40abbac1de973563cacd2c7f31aa6bb4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb1301e40abbac1de973563cacd2c7f31aa6bb4f Author: Rob Clark Date: Sat Feb 21 13:50:52 2015 -0500 freedreno: update generated headers Signed-off-by: Rob Clark

Mesa (master): loader: not having a pci-id should not be a warn

2015-02-21 Thread Rob Clark
Module: Mesa Branch: master Commit: 9153dd4b7eb95728aa9746a45a9dd136458d0213 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9153dd4b7eb95728aa9746a45a9dd136458d0213 Author: Rob Clark Date: Sun Feb 15 01:59:17 2015 -0500 loader: not having a pci-id should not be a warn If there is n

Mesa (master): freedreno/a4xx: bit of cleanup

2015-02-21 Thread Rob Clark
Module: Mesa Branch: master Commit: bdf023482a6fd07adef090fb66a4c22810fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdf023482a6fd07adef090fb66a4c22810fc Author: Rob Clark Date: Sat Feb 21 13:39:06 2015 -0500 freedreno/a4xx: bit of cleanup Signed-off-by: Rob Clark ---

Mesa (master): freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly

2015-02-21 Thread Rob Clark
Module: Mesa Branch: master Commit: 51e335742e55d6725fd5c4558158769a32f70f22 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51e335742e55d6725fd5c4558158769a32f70f22 Author: Rob Clark Date: Sat Feb 21 13:55:37 2015 -0500 freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly Fixes xon

Mesa (master): freedreno: implement fence

2015-02-21 Thread Rob Clark
Module: Mesa Branch: master Commit: e17437386c1bf715b6b241bd9de3a583103f851b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e17437386c1bf715b6b241bd9de3a583103f851b Author: Rob Clark Date: Sun Feb 15 00:04:57 2015 -0500 freedreno: implement fence I never actually implemented the st

Mesa (master): i965/fs: Use fs_reg for CS/ VS atomics pixel mask immediate data

2015-02-21 Thread Jordan Justen
Module: Mesa Branch: master Commit: 49a938a265f5959c9b558995cc658f80acb6eb18 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49a938a265f5959c9b558995cc658f80acb6eb18 Author: Jordan Justen Date: Fri Feb 20 12:12:25 2015 -0800 i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate

Mesa (master): i965/fs: Set pixel/ sample mask for compute shaders atomic ops

2015-02-21 Thread Jordan Justen
Module: Mesa Branch: master Commit: 17fbd854e03a569d71885e54a98dab45bfa6b897 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17fbd854e03a569d71885e54a98dab45bfa6b897 Author: Jordan Justen Date: Sun Sep 21 18:31:45 2014 -0700 i965/fs: Set pixel/sample mask for compute shaders atomic o

Mesa (10.4): Add release notes for the 10.4.5 release

2015-02-21 Thread Emil Velikov
Module: Mesa Branch: 10.4 Commit: a5c608e951c7d41be99a1f84450a1d5aaf6ccadd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5c608e951c7d41be99a1f84450a1d5aaf6ccadd Author: Emil Velikov Date: Sat Feb 21 12:22:08 2015 + Add release notes for the 10.4.5 release Signed-off-by: Emil

Mesa (10.4): Update version to 10.4.5

2015-02-21 Thread Emil Velikov
Module: Mesa Branch: 10.4 Commit: e0276bc29714c330ff347530ba72367347c26a3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0276bc29714c330ff347530ba72367347c26a3f Author: Emil Velikov Date: Sat Feb 21 12:17:35 2015 + Update version to 10.4.5 Signed-off-by: Emil Velikov ---

Mesa (10.4): docs: Add sha256 sums for the 10.4.5 release

2015-02-21 Thread Emil Velikov
Module: Mesa Branch: 10.4 Commit: 41bdeda10210b8f1d358c04b25af2fbfe3335531 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41bdeda10210b8f1d358c04b25af2fbfe3335531 Author: Emil Velikov Date: Sat Feb 21 12:31:51 2015 + docs: Add sha256 sums for the 10.4.5 release Signed-off-by: E

Mesa: tag mesa-10.4.5: Mesa 10.4.5 release

2015-02-21 Thread Emil Velikov
Module: Mesa Branch: refs/tags/mesa-10.4.5 Tag:63ff25e46d3dccde8762caccc6aaa8cc70c176c4 URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=63ff25e46d3dccde8762caccc6aaa8cc70c176c4 Tagger: Emil Velikov Date: Sat Feb 21 12:23:47 2015 + Mesa 10.4.5 release