Mesa (master): nir/algebraic: Support specifying variable as constant or by type

2015-01-29 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 70273c5cd56aa109c2870de0843f75aeeb687394 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70273c5cd56aa109c2870de0843f75aeeb687394 Author: Jason Ekstrand Date: Wed Jan 28 16:42:20 2015 -0800 nir/algebraic: Support specifying variable as constant or

Mesa (master): nir/search: Add support for matching unknown constants

2015-01-29 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: d8999bcdce6a3c8ab63f06c7028fd6e927bb9acb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8999bcdce6a3c8ab63f06c7028fd6e927bb9acb Author: Jason Ekstrand Date: Thu Jan 22 14:15:27 2015 -0800 nir/search: Add support for matching unknown constants Th

Mesa (master): nir/algebraic: Fail to compile of a variable is used in a replace but not the search

2015-01-29 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 81f77e4f3a070ef9041c50495fd010e56c08cc6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81f77e4f3a070ef9041c50495fd010e56c08cc6a Author: Jason Ekstrand Date: Thu Jan 29 11:45:31 2015 -0800 nir/algebraic: Fail to compile of a variable is used in a

Mesa (master): nir: Add an invalid type

2015-01-29 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 5ab1489ae62fa68e45664588d8809b3d667d7425 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ab1489ae62fa68e45664588d8809b3d667d7425 Author: Jason Ekstrand Date: Wed Jan 28 16:27:40 2015 -0800 nir: Add an invalid type This allows us to indicate a con

Mesa (master): nir/opt_algebraic: Add some constant bcsel reductions

2015-01-29 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 604ae33c8b95a97ba586780324566fd21c59b695 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=604ae33c8b95a97ba586780324566fd21c59b695 Author: Jason Ekstrand Date: Wed Jan 28 16:53:51 2015 -0800 nir/opt_algebraic: Add some constant bcsel reductions tot

Mesa (master): nir/search: Allow for matching variables based on types

2015-01-29 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 026b5cc79274af4a681d3ef41ccfd3b5fa5dc050 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=026b5cc79274af4a681d3ef41ccfd3b5fa5dc050 Author: Jason Ekstrand Date: Wed Jan 28 16:29:21 2015 -0800 nir/search: Allow for matching variables based on types T

Mesa (master): nir/opt_algebraic: Add some boolean simplifications

2015-01-29 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 7f19cd5a56f65fd8d188c2f58b3775a0a5cf2b8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f19cd5a56f65fd8d188c2f58b3775a0a5cf2b8a Author: Jason Ekstrand Date: Wed Jan 28 16:55:03 2015 -0800 nir/opt_algebraic: Add some boolean simplifications total

Mesa (master): gallium/docs: fix docs wrt ARL/ARR/FLR

2015-01-29 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: f01e8d3ba5a33559f142f5eac390a7bcd9421067 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f01e8d3ba5a33559f142f5eac390a7bcd9421067 Author: Roland Scheidegger Date: Thu Jan 29 20:39:50 2015 +0100 gallium/docs: fix docs wrt ARL/ARR/FLR since the addr

Demos (master): glxinfo: Add support for GLX_MESA_query_renderer

2015-01-29 Thread Adam Jackson
Module: Demos Branch: master Commit: 999b6950c644266bb871e79438751bdba2fa2a08 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=999b6950c644266bb871e79438751bdba2fa2a08 Author: Adam Jackson Date: Mon Jan 12 13:48:18 2015 -0500 glxinfo: Add support for GLX_MESA_query_renderer This jus

Mesa (master): vc4: Fix point size handling when it's the first output.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2b9c3bace78aaf0728e40b4b4cf7124e6a138696 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b9c3bace78aaf0728e40b4b4cf7124e6a138696 Author: Eric Anholt Date: Thu Jan 29 11:33:42 2015 -0800 vc4: Fix point size handling when it's the first output. ---

Mesa (master): nir: Add variants of some of the comparison simplifications.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: fc884eadf1fb188b7dea1a5c2f8ce37c6258e324 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc884eadf1fb188b7dea1a5c2f8ce37c6258e324 Author: Eric Anholt Date: Mon Jan 26 16:48:48 2015 -0800 nir: Add variants of some of the comparison simplifications.

Mesa (master): nir: Add a couple of helpers for glsl types.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 36c604c8246ecbd50ee4d7d685201822973df5ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36c604c8246ecbd50ee4d7d685201822973df5ec Author: Eric Anholt Date: Thu Oct 30 16:49:32 2014 -0700 nir: Add a couple of helpers for glsl types. This will be us

Mesa (master): nir: Don' t try to to-SSA ALU instructions that are already SSA.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9a3a60cb138ea9a7fb29368c8c8efe614a7d80fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a3a60cb138ea9a7fb29368c8c8efe614a7d80fe Author: Eric Anholt Date: Mon Jan 26 14:37:42 2015 -0800 nir: Don't try to to-SSA ALU instructions that are already SS

Mesa (master): nir: Fix a bit of broken indentation.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 68d476167c0d23e3f050ce3a882fc7b741c18d09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68d476167c0d23e3f050ce3a882fc7b741c18d09 Author: Eric Anholt Date: Tue Nov 11 14:08:13 2014 -0800 nir: Fix a bit of broken indentation. Reviewed-by: Matt Turn

Mesa (master): docs: fix mesa 10.4.3 release date

2015-01-29 Thread Emil Velikov
Module: Mesa Branch: master Commit: 765cfe9a90b6d592b232d1647d65d50c983bea2f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=765cfe9a90b6d592b232d1647d65d50c983bea2f Author: Emil Velikov Date: Thu Jan 29 14:02:19 2015 + docs: fix mesa 10.4.3 release date Signed-off-by: Emil Veli