Mesa (master): spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 042ee4bea26272bd7c358cc9541e576a8352890c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=042ee4bea26272bd7c358cc9541e576a8352890c Author: Ian Romanick Date: Mon Aug 14 10:40:09 2017 -0700 spirv: Move SPIR-V building to Makefile.spirv.am and spirv/m

Mesa (master): i965: Don't request GLSL IR lowering of gl_VertexID

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 19e0dd1ad3ad43ddc3aeba1e11852dce3f55d1f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19e0dd1ad3ad43ddc3aeba1e11852dce3f55d1f1 Author: Ian Romanick Date: Wed Oct 18 08:59:47 2017 -0700 i965: Don't request GLSL IR lowering of gl_VertexID Let the

Mesa (master): util: Optimize util_is_power_of_two_nonzero

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: ef7a4c90155cb180a4f0d289594ef11da9a2b21a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef7a4c90155cb180a4f0d289594ef11da9a2b21a Author: Ian Romanick Date: Mon Nov 13 13:11:09 2017 -0800 util: Optimize util_is_power_of_two_nonzero Signed-off-by:

Mesa (master): util: Add and use util_is_power_of_two_nonzero

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 22fbb5c5949b1590ef04b6432dd7f3a93a37c2ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22fbb5c5949b1590ef04b6432dd7f3a93a37c2ed Author: Ian Romanick Date: Mon Nov 13 13:00:53 2017 -0800 util: Add and use util_is_power_of_two_nonzero Signed-off-b

Mesa (master): compiler: All leaf Makefile.am should use +=

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 2c9621ee5c5fa40be071858f99fb256fc37369b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c9621ee5c5fa40be071858f99fb256fc37369b4 Author: Ian Romanick Date: Mon Aug 14 10:38:10 2017 -0700 compiler: All leaf Makefile.am should use += This slightly

Mesa (master): util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_two_or_zero

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: d76c204d0564701b4b8b6a2bdda50e2939683e66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d76c204d0564701b4b8b6a2bdda50e2939683e66 Author: Ian Romanick Date: Mon Nov 13 11:17:41 2017 -0800 util: Move util_is_power_of_two to bitscan.h and rename to

Mesa (master): util: Include bitscan.h directly

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 4925347ec5d469574f1280e972940cfea345ed6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4925347ec5d469574f1280e972940cfea345ed6e Author: Ian Romanick Date: Wed Jul 26 13:32:01 2017 -0700 util: Include bitscan.h directly Previously bitset.h would

Mesa (master): i965: Silence unused parameter warning

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 2765633116da69c194fd815303605e91285201bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2765633116da69c194fd815303605e91285201bb Author: Ian Romanick Date: Mon Mar 26 17:25:27 2018 -0700 i965: Silence unused parameter warning src/mesa/drivers/dri

Mesa (master): util: Use util_is_power_of_two_nonzero in u_vector

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: cd18aa1e50e4668c8d992816bcdb74376dd1064c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd18aa1e50e4668c8d992816bcdb74376dd1064c Author: Ian Romanick Date: Mon Mar 26 10:52:43 2018 -0700 util: Use util_is_power_of_two_nonzero in u_vector Previous

Mesa (master): meson: Use the same version for all libdrm checks

2018-03-29 Thread Dylan Baker
Module: Mesa Branch: master Commit: c445b1d56f47922206de55e557444aadb62e11f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c445b1d56f47922206de55e557444aadb62e11f6 Author: Dylan Baker Date: Mon Mar 12 16:32:59 2018 -0700 meson: Use the same version for all libdrm checks Currently

Mesa (master): meson: use dep_libdrm version for pkg-config

2018-03-29 Thread Dylan Baker
Module: Mesa Branch: master Commit: a3a16d4aa7e5a22816226d8e7417138164b10525 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3a16d4aa7e5a22816226d8e7417138164b10525 Author: Dylan Baker Date: Mon Mar 12 16:39:01 2018 -0700 meson: use dep_libdrm version for pkg-config This corrects p

Mesa (master): meson: group libdrm dependencies

2018-03-29 Thread Dylan Baker
Module: Mesa Branch: master Commit: acadf06f564da15c0bfc44265e804b866fbb9cb3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acadf06f564da15c0bfc44265e804b866fbb9cb3 Author: Dylan Baker Date: Mon Mar 12 15:58:40 2018 -0700 meson: group libdrm dependencies The reason libdrm is after

Mesa (master): gl.h: remove stale comment, trailing whitespace

2018-03-29 Thread Brian Paul
Module: Mesa Branch: master Commit: e520ca562a410d3dc3708515b44ca09a50c59830 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e520ca562a410d3dc3708515b44ca09a50c59830 Author: Brian Paul Date: Tue Mar 27 12:56:19 2018 -0600 gl.h: remove stale comment, trailing whitespace Reviewed-by:

Mesa (master): glapi: add glBlendBarrier(), glPrimitiveBoundingBox() prototypes

2018-03-29 Thread Brian Paul
Module: Mesa Branch: master Commit: 4ff6a7b0de47b1f4037068497281aa824ddb914a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ff6a7b0de47b1f4037068497281aa824ddb914a Author: Brian Paul Date: Mon Mar 26 16:47:46 2018 -0600 glapi: add glBlendBarrier(), glPrimitiveBoundingBox() prototyp

Mesa (master): st/mesa: silence unhandled switch case warning

2018-03-29 Thread Brian Paul
Module: Mesa Branch: master Commit: 5cd5878a1f8cbd2d878f0941d86f33530950acb4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cd5878a1f8cbd2d878f0941d86f33530950acb4 Author: Brian Paul Date: Thu Mar 22 09:23:09 2018 -0600 st/mesa: silence unhandled switch case warning And improve th

Mesa (master): mesa: Inherit texture view multi-sample information from the original texture images.

2018-03-29 Thread Henri Verbeet
Module: Mesa Branch: master Commit: 0b73c86b8030a7f7cb35fc85c83eff7f2b8c24a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b73c86b8030a7f7cb35fc85c83eff7f2b8c24a4 Author: Henri Verbeet Date: Mon Mar 26 19:24:08 2018 +0430 mesa: Inherit texture view multi-sample information from th

Mesa (master): radv: fix scanning output_usage_mask with structs

2018-03-29 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: e45fe0ed66af32a36b03d5a5141e68fad0d15e6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e45fe0ed66af32a36b03d5a5141e68fad0d15e6a Author: Samuel Pitoiset Date: Thu Mar 22 18:38:04 2018 +0100 radv: fix scanning output_usage_mask with structs To fix