Mesa (master): gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false

2016-06-25 Thread Marek Olšák
Module: Mesa Branch: master Commit: 1c5a10497ab93495710989fe6c7dd1e776c51b05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c5a10497ab93495710989fe6c7dd1e776c51b05 Author: Marek Olšák Date: Tue Jun 21 21:29:39 2016 +0200 gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE

Mesa (master): gallium/radeon: use r600_resource_reference

2016-06-25 Thread Marek Olšák
Module: Mesa Branch: master Commit: d5383a7d3114aa5f81a704ff84f58de6b41f94bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5383a7d3114aa5f81a704ff84f58de6b41f94bd Author: Marek Olšák Date: Tue Jun 21 21:13:00 2016 +0200 gallium/radeon: use r600_resource_reference Reviewed-by: Ale

Mesa (master): radeonsi: make si_is_format_supported static

2016-06-25 Thread Marek Olšák
Module: Mesa Branch: master Commit: d93bacc1fa4bf1d6d358da3615b00305e8518f33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d93bacc1fa4bf1d6d358da3615b00305e8518f33 Author: Marek Olšák Date: Tue Jun 21 21:46:16 2016 +0200 radeonsi: make si_is_format_supported static Reviewed-by: Al

Mesa (master): radeonsi: boolean -> bool, TRUE -> true, FALSE -> false

2016-06-25 Thread Marek Olšák
Module: Mesa Branch: master Commit: 3eacbc52d51789f7c58dfe5ca1317962eb9d1a6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3eacbc52d51789f7c58dfe5ca1317962eb9d1a6a Author: Marek Olšák Date: Tue Jun 21 21:29:39 2016 +0200 radeonsi: boolean -> bool, TRUE -> true, FALSE -> false Revi

Mesa (master): gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false

2016-06-25 Thread Marek Olšák
Module: Mesa Branch: master Commit: 7db10093d3ee26b0a5050ae01750465da1a76970 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7db10093d3ee26b0a5050ae01750465da1a76970 Author: Marek Olšák Date: Tue Jun 21 21:29:39 2016 +0200 gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false

Mesa (master): nir: Add a NIR_VALIDATE environment variable

2016-06-25 Thread Rob Clark
Module: Mesa Branch: master Commit: 81978c6febd43b8a88a4db09133f9659e15b492c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81978c6febd43b8a88a4db09133f9659e15b492c Author: Jason Ekstrand Date: Thu Jun 23 14:22:03 2016 -0700 nir: Add a NIR_VALIDATE environment variable It defaults

Mesa (master): st/nine: Use offset_units_unscaled

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: b76fa5673924ce09e28f3000808e3bd50ffe4570 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b76fa5673924ce09e28f3000808e3bd50ffe4570 Author: Axel Davy Date: Tue Jun 14 23:24:24 2016 +0200 st/nine: Use offset_units_unscaled offset_units_unscaled enabl

Mesa (master): r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for r600

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: 400e8d8c4080de0d9ab907b6ebbcc15c1ab02822 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=400e8d8c4080de0d9ab907b6ebbcc15c1ab02822 Author: Axel Davy Date: Tue Jun 14 22:22:50 2016 +0200 r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states

Mesa (master): gallium: Add a cap for offset_units_unscaled

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: 59a692916ca251db995050f7fc0bb7b4e6e4780b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59a692916ca251db995050f7fc0bb7b4e6e4780b Author: Axel Davy Date: Mon Jun 13 22:28:32 2016 +0200 gallium: Add a cap for offset_units_unscaled D3D9 has a differ

Mesa (master): r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: f6704f2a4db7113e597d4bab2cefc02e166c2ad9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6704f2a4db7113e597d4bab2cefc02e166c2ad9 Author: Axel Davy Date: Tue Jun 14 23:13:26 2016 +0200 r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED Empirical tests

Mesa (master): r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for evergreen

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: fe2ec50d754d9ddf38d167ff56e376577732c128 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe2ec50d754d9ddf38d167ff56e376577732c128 Author: Axel Davy Date: Tue Jun 14 22:30:11 2016 +0200 r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states

Mesa (master): radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: be7957b156e30ffe9fb647b58ba00e236e498c3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be7957b156e30ffe9fb647b58ba00e236e498c3f Author: Axel Davy Date: Tue Jun 14 22:41:50 2016 +0200 radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED Empirical te

Mesa (master): radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: ff5abe9d90d0db7b50ec0b1f52ce3a2f766ecfd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff5abe9d90d0db7b50ec0b1f52ce3a2f766ecfd7 Author: Axel Davy Date: Tue Jun 14 22:04:41 2016 +0200 radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset sta

Mesa (master): radeon: Remove useless pa_su_poly_offset_db_fmt_cntl

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: c2b7b48a54e0124dd8aa0513a264d76535ea9829 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2b7b48a54e0124dd8aa0513a264d76535ea9829 Author: Axel Davy Date: Tue Jun 14 22:32:04 2016 +0200 radeon: Remove useless pa_su_poly_offset_db_fmt_cntl pa_su_pol