Mesa (master): winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.

2018-05-10 Thread Jan Vesely
Module: Mesa Branch: master Commit: 58272c1ad771802a6f15a482ae552649e9085042 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58272c1ad771802a6f15a482ae552649e9085042 Author: Jan Vesely Date: Thu May 10 18:29:13 2018 -0400 winsys/amdgpu: Destroy dev_hash table when the last winsys is

Mesa (master): 38 new commits

2018-05-10 Thread Marek Olšák
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2e9d9b4c199ff1b53a625a345e566200016e2d9 Author: Marek Olšák Date: Wed May 2 20:01:39 2018 -0400 ac/gpu_info: add has_read_registers_query Reviewed-by: Nicolai Hähnle URL: http://cgit.freedesktop.org/mesa/mesa/commit/?

Mesa (master): intel/isl/storage: Don't lower most UNORM formats on gen11+

2018-05-10 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: b784561c1a0c518f2e7bfe8fcb7b9b900d427bcb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b784561c1a0c518f2e7bfe8fcb7b9b900d427bcb Author: Jason Ekstrand Date: Mon May 7 14:47:06 2018 -0700 intel/isl/storage: Don't lower most UNORM formats on gen11

Mesa (master): intel/isl: Several UNORM formats support typed writes on gen11+

2018-05-10 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 399962e7c6282837f7999c98b076f1d5ca477a11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=399962e7c6282837f7999c98b076f1d5ca477a11 Author: Jason Ekstrand Date: Mon May 7 14:44:20 2018 -0700 intel/isl: Several UNORM formats support typed writes on g

Mesa (master): mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INT

2018-05-10 Thread Brian Paul
Module: Mesa Branch: master Commit: e4211b36bba4acde3e56ce1e22b12759e820a241 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4211b36bba4acde3e56ce1e22b12759e820a241 Author: Brian Paul Date: Thu May 10 09:24:20 2018 -0600 mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYP

Mesa (master): radv: disable DCC for shareable images on GFX9+

2018-05-10 Thread Andres Rodriguez
Module: Mesa Branch: master Commit: 34e9e4023fcebb6581751f553c8c877045068547 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34e9e4023fcebb6581751f553c8c877045068547 Author: Andres Rodriguez Date: Wed May 9 23:40:21 2018 -0400 radv: disable DCC for shareable images on GFX9+ This se

Mesa (master): configure.ac: rework -latomic check

2018-05-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 54bbe600ec2654bcf43c3378e84d972e0a7ce4b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54bbe600ec2654bcf43c3378e84d972e0a7ce4b6 Author: Thomas Petazzoni Date: Mon May 7 13:34:11 2018 +0200 configure.ac: rework -latomic check The configure.ac lo

Mesa (master): mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs

2018-05-10 Thread Brian Paul
Module: Mesa Branch: master Commit: d07466fe18522cde1acadfc597583f80b69c15b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d07466fe18522cde1acadfc597583f80b69c15b7 Author: Brian Paul Date: Wed May 9 19:46:32 2018 -0600 mesa: fix glGetInteger/Float/etc queries for vertex arrays att

Mesa (master): gallium/auxiliary: Add helper function to count the number of entries in hash table

2018-05-10 Thread Jan Vesely
Module: Mesa Branch: master Commit: d146768d139f887105464f0db5600dd046452a8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d146768d139f887105464f0db5600dd046452a8f Author: Jan Vesely Date: Wed May 9 15:06:33 2018 -0400 gallium/auxiliary: Add helper function to count the number of

Mesa (master): winsys/radeon: Destroy fd_hash table when the last winsys is removed.

2018-05-10 Thread Jan Vesely
Module: Mesa Branch: master Commit: 45dfa6f4e77fbb21f312eb6101db6c25acd4d483 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45dfa6f4e77fbb21f312eb6101db6c25acd4d483 Author: Jan Vesely Date: Tue May 8 01:39:04 2018 -0400 winsys/radeon: Destroy fd_hash table when the last winsys is r

Mesa (master): radv: move handling nosisched option in a better place

2018-05-10 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 0defc5554780a444c9e2009178dc88f97740a174 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0defc5554780a444c9e2009178dc88f97740a174 Author: Samuel Pitoiset Date: Wed May 9 23:52:53 2018 +0200 radv: move handling nosisched option in a better place I

Mesa (master): radv: assorted typo fixes

2018-05-10 Thread Grazvydas Ignotas
Module: Mesa Branch: master Commit: 4fdce205dd1f5ca42c6e45ff7b0b8c2f870638ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fdce205dd1f5ca42c6e45ff7b0b8c2f870638ba Author: Grazvydas Ignotas Date: Thu May 10 00:26:21 2018 +0300 radv: assorted typo fixes Trivial. Reviewed-by: Samue