Mesa (master): mesa: Remove needless indirection in some draw functions.

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9f009c1a8f93b29c3a09fd68f81bab248e0686f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f009c1a8f93b29c3a09fd68f81bab248e0686f2 Author: Mathias Fröhlich Date: Thu Nov 1 07:25:42 2018 +0100 mesa: Remove needless indirection in some draw

Mesa (master): glsl: do not allow implicit casts of unsized array initializers

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 742dace8251b764775ee049cf529715f90afecc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=742dace8251b764775ee049cf529715f90afecc1 Author: Erik Faye-Lund Date: Thu Oct 25 21:33:52 2018 +0200 glsl: do not allow implicit casts of unsized array

Mesa (master): glsl: add has_implicit_conversions()-helper

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 12f001f013c71ac43b67df7bf67f9cd3581c9871 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12f001f013c71ac43b67df7bf67f9cd3581c9871 Author: Erik Faye-Lund Date: Thu Oct 25 16:00:14 2018 +0200 glsl: add has_implicit_conversions()-helper This makes

Mesa (master): glsl: fall back to inexact function-match

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ecab2d6f1481e1e50b20b54ae88dd949c1dafab6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecab2d6f1481e1e50b20b54ae88dd949c1dafab6 Author: Erik Faye-Lund Date: Tue Oct 30 15:15:58 2018 +0100 glsl: fall back to inexact function-match In GLES, we

Mesa (master): mesa/glsl: add support for EXT_shader_implicit_conversions

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6df922f4384b05f259bc836fc6d626e5c8fe6468 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6df922f4384b05f259bc836fc6d626e5c8fe6468 Author: Erik Faye-Lund Date: Thu Oct 25 16:40:13 2018 +0200 mesa/glsl: add support for

Mesa (master): glsl: add has_implicit_uint_to_int_conversion()-helper

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e975c5b785f9e6d0c5ccec12a027b19a6073130c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e975c5b785f9e6d0c5ccec12a027b19a6073130c Author: Erik Faye-Lund Date: Thu Oct 25 16:01:00 2018 +0200 glsl: add has_implicit_uint_to_int_conversion()-helper

Mesa (master): mesa/st: Add support for EXT_texture_sRGB_R8

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: acd2968005168c8af9f9365cd41eca391a4c736e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acd2968005168c8af9f9365cd41eca391a4c736e Author: Gert Wollny Date: Thu Nov 1 12:59:26 2018 +0100 mesa/st: Add support for EXT_texture_sRGB_R8 This only adds

Mesa (master): mesa/core: Add definitions and translations for EXT_texture_sRGB_R8

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b8e9c6522d8d1bc78be2bf1b411b22cc6615dbdf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8e9c6522d8d1bc78be2bf1b411b22cc6615dbdf Author: Gert Wollny Date: Thu Nov 1 12:59:24 2018 +0100 mesa/core: Add definitions and translations for

Mesa (master): Gallium: Add format PIPE_FORMAT_R8_SRGB

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 29f0ab2c309861e3c2b0c51749894d215ca329e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29f0ab2c309861e3c2b0c51749894d215ca329e1 Author: Gert Wollny Date: Thu Nov 1 12:59:25 2018 +0100 Gallium: Add format PIPE_FORMAT_R8_SRGB This format is

Mesa (master): virgl/vtest-winsys: Use virgl version of bind flags

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b710680093a29d4f7dcde2e5a3ee61bba80404ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b710680093a29d4f7dcde2e5a3ee61bba80404ca Author: Gert Wollny Date: Thu Nov 1 10:49:58 2018 +0100 virgl/vtest-winsys: Use virgl version of bind flags The

Mesa (master): android: gallium/auxiliary: add include to get u_debug.h header

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b9dec214f5151f3ad87eb2faf982c57e5323f534 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9dec214f5151f3ad87eb2faf982c57e5323f534 Author: Mauro Rossi Date: Wed Oct 31 15:53:21 2018 +0100 android: gallium/auxiliary: add include to get u_debug.h

Mesa (master): amd: Make vgpr-spilling depend on llvm version

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9cab8ccd6cb5aa8a4748dd6d7fc15d9747624df6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cab8ccd6cb5aa8a4748dd6d7fc15d9747624df6 Author: Jan Vesely Date: Thu Nov 1 14:30:08 2018 -0400 amd: Make vgpr-spilling depend on llvm version The option

Mesa (master): nir: fix condition propagation when src has a swizzle

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 769ae9fb7f8cea1d4a03e31f7f4a1c988e424c03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=769ae9fb7f8cea1d4a03e31f7f4a1c988e424c03 Author: Timothy Arceri Date: Fri Nov 2 22:10:36 2018 +1100 nir: fix condition propagation when src has a swizzle We

Mesa (master): i965/icl: Disable prefetching of sampler state entries

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9a41a10f8aa0d93adefc14ad1b7235a6b7b35d4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a41a10f8aa0d93adefc14ad1b7235a6b7b35d4f Author: Topi Pohjolainen Date: Wed Oct 24 11:33:53 2018 -0700 i965/icl: Disable prefetching of sampler state entries

Mesa (master): anv/icl: Disable prefetching of sampler state entries

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1c140470effe844889d4d099f6b40fedfe503b06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c140470effe844889d4d099f6b40fedfe503b06 Author: Anuj Phogat Date: Wed Oct 24 11:35:42 2018 -0700 anv/icl: Disable prefetching of sampler state entries

Mesa (master): meson: link gallium nine with pthreads

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 7652931d33b36c93b2e84713baa8c283d568402e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7652931d33b36c93b2e84713baa8c283d568402e Author: Dylan Baker Date: Thu Nov 1 14:12:57 2018 -0700 meson: link gallium nine with pthreads In some cases (not

Mesa (master): v3d: Remove the special path for simulaton of the submit ioctl.

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f32ba7abd774a0b09805da582a97e1a1eb5efd75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f32ba7abd774a0b09805da582a97e1a1eb5efd75 Author: Eric Anholt Date: Fri Nov 2 11:51:58 2018 -0700 v3d: Remove the special path for simulaton of the submit

Mesa (master): v3d: Maintain a mapping of the GEM buffer in the simulator.

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: df9f574c13bc9856acc74253c0ca6d8629b9ed52 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df9f574c13bc9856acc74253c0ca6d8629b9ed52 Author: Eric Anholt Date: Fri Nov 2 11:43:27 2018 -0700 v3d: Maintain a mapping of the GEM buffer in the simulator.

Mesa (master): vc4: Use the normal simulator ioctl path for CL submit as well.

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 0d78c6af0d0e24f0e3fa8465ed42587287d1cfc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d78c6af0d0e24f0e3fa8465ed42587287d1cfc1 Author: Eric Anholt Date: Fri Nov 2 12:33:04 2018 -0700 vc4: Use the normal simulator ioctl path for CL submit as

Mesa (master): vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 645ca269d247c471d54d7a54a7fe1bbc2296d789 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=645ca269d247c471d54d7a54a7fe1bbc2296d789 Author: Eric Anholt Date: Fri Nov 2 11:57:14 2018 -0700 vc4: Take advantage of _mesa_hash_table_remove_key() in the

Mesa (master): vc4: Maintain a separate GEM mapping of BOs in the simulator.

2018-11-02 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c80e267a0a946959c8dc978413a8e8e31c497799 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c80e267a0a946959c8dc978413a8e8e31c497799 Author: Eric Anholt Date: Fri Nov 2 12:03:36 2018 -0700 vc4: Maintain a separate GEM mapping of BOs in the