Mesa (master): aubinator: extract aubinator_init() out of the header handler function

2018-01-08 Thread Jordan Justen
Module: Mesa Branch: master Commit: 8cdf5bd29215c82d48ea9d869afeb9eb93b6e1f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cdf5bd29215c82d48ea9d869afeb9eb93b6e1f6 Author: Scott D Phillips Date: Tue Nov 28 15:52:09 2017 -0800 aubinator: extract

Mesa (master): aubinator: add support for aubinating memtrace aubs

2018-01-08 Thread Jordan Justen
Module: Mesa Branch: master Commit: 42f421cbbfcdadd29543246191697a12f0461e40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42f421cbbfcdadd29543246191697a12f0461e40 Author: Scott D Phillips Date: Tue Nov 28 15:52:10 2017 -0800 aubinator: add support for

Mesa (master): .gitignore: Ignore new generated files

2018-01-08 Thread Jordan Justen
Module: Mesa Branch: master Commit: 161a97c3d5e9195dce064d35446caec5ab59943d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=161a97c3d5e9195dce064d35446caec5ab59943d Author: Scott D Phillips Date: Fri Jan 5 10:52:27 2018 -0800 .gitignore: Ignore new

Mesa (master): aubinator: honor --color option when printing the header

2018-01-08 Thread Jordan Justen
Module: Mesa Branch: master Commit: 4f0a2ff4c12c7a7a45c7a360a67f82a859a9634e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f0a2ff4c12c7a7a45c7a360a67f82a859a9634e Author: Scott D Phillips Date: Tue Nov 28 15:52:08 2017 -0800 aubinator: honor --color

Mesa (master): Meson: ensure variable defined

2018-01-08 Thread Dylan Baker
Module: Mesa Branch: master Commit: 73ce7cb47406ec3e0fd56945dc66f7e258187630 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73ce7cb47406ec3e0fd56945dc66f7e258187630 Author: Dylan Baker Date: Mon Jan 8 17:43:45 2018 -0800 Meson: ensure variable defined A

Mesa (master): meson: Fix typo in clover build

2018-01-08 Thread Dylan Baker
Module: Mesa Branch: master Commit: 21bca27349e8e356c91cab8a20a034931002181b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21bca27349e8e356c91cab8a20a034931002181b Author: Dylan Baker Date: Mon Jan 8 17:31:55 2018 -0800 meson: Fix typo in clover build The

Mesa (master): meson: build clover

2018-01-08 Thread Dylan Baker
Module: Mesa Branch: master Commit: 42ea0631f108d82554339530d6c88aa1b448af1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42ea0631f108d82554339530d6c88aa1b448af1e Author: Dylan Baker Date: Fri Dec 8 15:26:00 2017 -0800 meson: build clover This has only been

Mesa (master): meson: Build SWR driver

2018-01-08 Thread Dylan Baker
Module: Mesa Branch: master Commit: e0b037d6979b266d4959c1e31746d4d19c941fdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0b037d6979b266d4959c1e31746d4d19c941fdb Author: Dylan Baker Date: Wed Nov 29 17:50:05 2017 -0800 meson: Build SWR driver This enables

Mesa (master): meson: set opencl flags for r600

2018-01-08 Thread Dylan Baker
Module: Mesa Branch: master Commit: eab0316d107dd2d050ea01eb829f86de1a617e1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eab0316d107dd2d050ea01eb829f86de1a617e1c Author: Dylan Baker Date: Fri Dec 8 15:29:59 2017 -0800 meson: set opencl flags for r600

Mesa (master): meson: Turn on swr for relevant targets

2018-01-08 Thread Dylan Baker
Module: Mesa Branch: master Commit: 425fcbde3f816e2a2efb8d1aed2442d40898d447 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=425fcbde3f816e2a2efb8d1aed2442d40898d447 Author: Dylan Baker Date: Wed Nov 29 17:53:54 2017 -0800 meson: Turn on swr for relevant targets

Mesa (master): ac: rework emit_barrier() to not segfault on radeonsi

2018-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f04d2ca0d979101dd8bfcdc6cad30461ff73a7cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f04d2ca0d979101dd8bfcdc6cad30461ff73a7cc Author: Timothy Arceri Date: Mon Jan 8 17:41:24 2018 +1100 ac: rework emit_barrier() to not

Mesa (master): ac: add load_tess_level() to the abi

2018-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 19f3141e6ab34dc7389b5e1fa9f3dca5e23b2191 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19f3141e6ab34dc7389b5e1fa9f3dca5e23b2191 Author: Timothy Arceri Date: Mon Dec 11 16:16:30 2017 +1100 ac: add load_tess_level() to the

Mesa (master): radeonsi: add load_tess_level() helper

2018-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2bd7ab32cfe8ad2ee7469ecb83d9077cd520c537 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bd7ab32cfe8ad2ee7469ecb83d9077cd520c537 Author: Timothy Arceri Date: Mon Dec 11 14:48:41 2017 +1100 radeonsi: add load_tess_level()

Mesa (master): spirv: Add better type validation to OpTypeImage

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: d6a40993031b2ba088d92ce6ab832c50364d0f00 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6a40993031b2ba088d92ce6ab832c50364d0f00 Author: Jason Ekstrand Date: Mon Dec 11 23:03:58 2017 -0800 spirv: Add better type

Mesa (master): spirv: Require a storage type for OpStore destinations

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 986303cb928f1de3297c3f52a8ea52971e222472 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=986303cb928f1de3297c3f52a8ea52971e222472 Author: Jason Ekstrand Date: Wed Jan 3 09:05:31 2018 -0800 spirv: Require a storage type

Mesa (master): spirv/info: Add spirv_op_to_string

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 0bb18858fb67558ed8f9173de33c0ea31edf6530 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bb18858fb67558ed8f9173de33c0ea31edf6530 Author: Jason Ekstrand Date: Mon Dec 11 22:04:04 2017 -0800 spirv/info: Add

Mesa (master): spirv: Do implicit conversions of uint to bool in OpStore

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 9e5aaa93cb242d8e401d61156809082dae86ed03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e5aaa93cb242d8e401d61156809082dae86ed03 Author: Jason Ekstrand Date: Wed Jan 3 09:26:18 2018 -0800 spirv: Do implicit conversions

Mesa (master): spirv: Make 'info' a local array spirv_info_c.py

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: ab85fd02d56c66d25dfdd2d999884a7dfb83da36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab85fd02d56c66d25dfdd2d999884a7dfb83da36 Author: Jason Ekstrand Date: Mon Dec 11 21:52:22 2017 -0800 spirv: Make 'info' a local

Mesa (master): spirv: Add better error messages in vtn_value helpers

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 296046556ac89cae6ad73f4195025ffd2203c919 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=296046556ac89cae6ad73f4195025ffd2203c919 Author: Jason Ekstrand Date: Mon Dec 11 21:42:34 2017 -0800 spirv: Add better error

Mesa (master): spirv: Add better validation to Op[Spec]Constant

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: dabce5061d9a49ebbf269d651e086e638be01aa9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dabce5061d9a49ebbf269d651e086e638be01aa9 Author: Jason Ekstrand Date: Mon Dec 11 22:15:04 2017 -0800 spirv: Add better validation to

Mesa (master): spirv: Add a mechanism for dumping failing shaders

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 53265c8798ee83e812f2e27356c8d9affc5356ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53265c8798ee83e812f2e27356c8d9affc5356ca Author: Jason Ekstrand Date: Mon Jan 1 19:55:33 2018 -0800 spirv: Add a mechanism for

Mesa (master): spirv: Refactor Op[Spec] ConstantComposite and add better validation

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 936f49268e1a3906130d213fe859b13e85fe0c53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=936f49268e1a3906130d213fe859b13e85fe0c53 Author: Jason Ekstrand Date: Mon Dec 11 22:25:09 2017 -0800 spirv: Refactor

Mesa (master): spirv: Rework error checking for decorations

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 71ea4dded503cb68d40a144451bafaa80248c32b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71ea4dded503cb68d40a144451bafaa80248c32b Author: Jason Ekstrand Date: Tue Dec 12 08:47:56 2017 -0800 spirv: Rework error checking

Mesa (master): spirv: Switch on vtn_base_type in OpComposite( Extract|Insert)

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 03c543d041c6c7c86a2e7ef0f666f2b1f6dd311d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03c543d041c6c7c86a2e7ef0f666f2b1f6dd311d Author: Jason Ekstrand Date: Mon Dec 11 22:42:26 2017 -0800 spirv: Switch on vtn_base_type

Mesa (master): spirv: Loosen the validation for load/store type matching

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 154668e79c4556ba0eda4751d6a14a45b9242a90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=154668e79c4556ba0eda4751d6a14a45b9242a90 Author: Jason Ekstrand Date: Mon Jan 1 20:00:02 2018 -0800 spirv: Loosen the validation

Mesa (master): spirv: Remove a pointless assignment in SpvOpSpecConstant

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 6cf965751a5bbb015d53bdec0663d6bed66a9026 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cf965751a5bbb015d53bdec0663d6bed66a9026 Author: Jason Ekstrand Date: Mon Dec 11 22:13:33 2017 -0800 spirv: Remove a pointless

Mesa (master): spirv: Rework asserts in var_decoration_cb

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 819adfdfb4601eed9c1642f23efa0c8077213a35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=819adfdfb4601eed9c1642f23efa0c8077213a35 Author: Jason Ekstrand Date: Tue Dec 12 09:44:59 2017 -0800 spirv: Rework asserts in

Mesa (master): spirv: Unify boolean constants and add better validation

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: f13a5cff723eb9a7baf5850fdbf8d7ebefbb1677 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f13a5cff723eb9a7baf5850fdbf8d7ebefbb1677 Author: Jason Ekstrand Date: Mon Dec 11 22:09:02 2017 -0800 spirv: Unify boolean constants

Mesa (master): spirv: Store the id of the type in vtn_type

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 8bad7f33c661eb0ec10d54b6297ed537822a4c78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bad7f33c661eb0ec10d54b6297ed537822a4c78 Author: Jason Ekstrand Date: Wed Jan 3 08:41:42 2018 -0800 spirv: Store the id of the type

Mesa (17.3): egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameter

2018-01-08 Thread Emil Velikov
Module: Mesa Branch: 17.3 Commit: a086fb9068c2a9a581ae8bad7c79a5663febf75e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a086fb9068c2a9a581ae8bad7c79a5663febf75e Author: Rob Herring Date: Wed Jan 3 10:16:23 2018 -0600 egl/android: Fix build break with

Mesa (17.3): Update version to 17.3.2

2018-01-08 Thread Emil Velikov
Module: Mesa Branch: 17.3 Commit: 535f24251a77f2d097a143e9c6986e44d0b1f437 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=535f24251a77f2d097a143e9c6986e44d0b1f437 Author: Emil Velikov Date: Mon Jan 8 20:50:49 2018 + Update version to 17.3.2

Mesa (17.3): docs: add release notes for 17.3.2

2018-01-08 Thread Emil Velikov
Module: Mesa Branch: 17.3 Commit: 0f27052e325c3617e437912d0a3acaf3e3afd786 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f27052e325c3617e437912d0a3acaf3e3afd786 Author: Emil Velikov Date: Mon Jan 8 21:32:27 2018 + docs: add release notes for

Mesa (master): spirv: Import 1.2 rev 3 headers and grammar from Khronos

2018-01-08 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 22980f941e67fc66a25b5bb28b2bfa3dbef80e75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22980f941e67fc66a25b5bb28b2bfa3dbef80e75 Author: Caio Marcelo de Oliveira Filho Date: Mon Jan 8 10:46:16 2018 -0800 spirv: Import

Mesa (master): radv: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 08a5f4412aa505011a9cb80b9e9ed8eb90469613 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08a5f4412aa505011a9cb80b9e9ed8eb90469613 Author: Samuel Pitoiset Date: Fri Jan 5 19:18:13 2018 +0100 radv: get InstanceID from

Mesa (master): radv: add has_scissor_bug for Vega10 and Raven

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: b09b3f88341b7cd31eb8b1921d8d2b29fd0bfaa3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b09b3f88341b7cd31eb8b1921d8d2b29fd0bfaa3 Author: Samuel Pitoiset Date: Fri Jan 5 18:00:31 2018 +0100 radv: add has_scissor_bug for

Mesa (master): radv: make shader BOs read-only for the GPU

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: a3c2a86757a3ca25453b7143f1c774c5f7fe499e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3c2a86757a3ca25453b7143f1c774c5f7fe499e Author: Samuel Pitoiset Date: Thu Jan 4 15:19:47 2018 +0100 radv: make shader BOs

Mesa (master): radv/winsys: rework radv_amdgpu_bo_va_op()

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 2dab5e96ec54af87f651c917bffa08e6b0770eb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dab5e96ec54af87f651c917bffa08e6b0770eb5 Author: Samuel Pitoiset Date: Tue Dec 5 13:51:46 2017 +0100 radv/winsys: rework

Mesa (master): radv: make the indirect GFX config BO read-only for the GPU

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: e4f2ad403f39090a3897ffe4695bab315fb2bf30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4f2ad403f39090a3897ffe4695bab315fb2bf30 Author: Samuel Pitoiset Date: Tue Dec 5 14:20:50 2017 +0100 radv: make the indirect GFX

Mesa (master): radv: make descriptor BOs read-only for the GPU

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 6e3459eaf4481193aedfa313b81ace8369a83234 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e3459eaf4481193aedfa313b81ace8369a83234 Author: Samuel Pitoiset Date: Tue Dec 5 14:22:17 2017 +0100 radv: make descriptor BOs

Mesa (master): radv/winsys: add RADEON_FLAG_READ_ONLY

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: a3aaa036249401342a77f018a81f3e130735e305 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3aaa036249401342a77f018a81f3e130735e305 Author: Samuel Pitoiset Date: Tue Dec 5 13:57:07 2017 +0100 radv/winsys: add

Mesa (master): radv: avoid PS partial flushes when viewports/scissors don' t change

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: be16bbe1d391d43cbccf4da2f1759ba52b016266 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be16bbe1d391d43cbccf4da2f1759ba52b016266 Author: Samuel Pitoiset Date: Fri Jan 5 18:20:06 2018 +0100 radv: avoid PS partial

Mesa (master): radv/winsys: make IBs read-only for the GPU

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 0e84fc2e2b7a50e64525042a3acd4d0bd98ffcf0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e84fc2e2b7a50e64525042a3acd4d0bd98ffcf0 Author: Samuel Pitoiset Date: Tue Dec 5 14:28:46 2017 +0100 radv/winsys: make IBs

Mesa (master): radv/gfx9: do not load VGPR1 when GS uses points or lines

2018-01-08 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: b462ceb482471dd4aacdd5fa7cef9fe25f823d70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b462ceb482471dd4aacdd5fa7cef9fe25f823d70 Author: Samuel Pitoiset Date: Fri Jan 5 17:18:52 2018 +0100 radv/gfx9: do not load VGPR1

Mesa (master): link mesautil with pthreads

2018-01-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: 23ce168048698eeea3df6bb8c9de5be3ca4784cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23ce168048698eeea3df6bb8c9de5be3ca4784cd Author: Igor Gnatenko Date: Mon Jan 1 22:49:00 2018 +0100 link mesautil with pthreads

Mesa (master): anv: Allow PMA optimization to be enabled in secondary command buffers

2018-01-08 Thread Alex Smith
Module: Mesa Branch: master Commit: 0d8b9c529ce34347032912d73c14c245919a3d37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d8b9c529ce34347032912d73c14c245919a3d37 Author: Alex Smith Date: Fri Jan 5 11:09:19 2018 + anv: Allow PMA optimization to