Mesa (master): configure: radv depends on mako

2018-06-05 Thread Eric Engeström
Module: Mesa Branch: master Commit: c765c39ea73178c81a8bf88fe57c8d39a01dc57d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c765c39ea73178c81a8bf88fe57c8d39a01dc57d Author: Eric Engestrom Date: Mon Jun 4 12:08:15 2018 +0100 configure: radv depends on mako Bug:

Mesa (master): travis: use correct form for array options

2018-06-05 Thread Eric Engeström
Module: Mesa Branch: master Commit: 5bdc38f3566f8f281aab3a8c86c0d499e73c2fb2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bdc38f3566f8f281aab3a8c86c0d499e73c2fb2 Author: Eric Engestrom Date: Tue Jun 5 11:42:02 2018 +0100 travis: use correct form for array options I'd like to

Mesa (master): autotools: add missing android file to package

2018-06-05 Thread Eric Engeström
Module: Mesa Branch: master Commit: 66c61797ada12e0e2b396affcc2dc495b6cc04ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66c61797ada12e0e2b396affcc2dc495b6cc04ed Author: Eric Engestrom Date: Mon Jun 4 18:06:30 2018 +0100 autotools: add missing android file to package Bug:

Mesa (master): meson: fix platforms check for `-D egl=true`

2018-06-05 Thread Eric Engeström
Module: Mesa Branch: master Commit: 7c4423cce98f95c3ab7349b3f7abc4a558cb6c48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c4423cce98f95c3ab7349b3f7abc4a558cb6c48 Author: Eric Engestrom Date: Mon Jun 4 11:26:10 2018 +0100 meson: fix platforms check for `-D egl=true` Fixes:

Mesa (master): meson: drop unused empty string array element

2018-06-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 03a2e7b6627a99222b4ca4777047bbe2b8186c7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03a2e7b6627a99222b4ca4777047bbe2b8186c7b Author: Eric Engestrom Date: Thu May 10 16:12:12 2018 +0100 meson: drop unused empty string array element

Mesa (master): docs/meson: mention how to use array options

2018-06-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 57fbc2ac5023d281b8134f4da4da821a7ae405f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57fbc2ac5023d281b8134f4da4da821a7ae405f8 Author: Eric Engestrom Date: Mon May 14 16:39:42 2018 +0100 docs/meson: mention how to use array options

Mesa (master): meson: fix dri-drivers=[]

2018-06-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 393abd6a57d8caf25fc1283e84bea4a76f5d3676 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=393abd6a57d8caf25fc1283e84bea4a76f5d3676 Author: Eric Engestrom Date: Thu May 10 16:03:30 2018 +0100 meson: fix dri-drivers=[] Fixes: 5608d0a2cee47c7d037f

Mesa (master): meson: fix gallium-drivers=[]

2018-06-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: a425db4d7dc327667ac1a8c3ee0f6a6e1cb96433 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a425db4d7dc327667ac1a8c3ee0f6a6e1cb96433 Author: Eric Engestrom Date: Thu May 10 16:04:26 2018 +0100 meson: fix gallium-drivers=[] Fixes:

Mesa (master): meson: fix platforms=[]

2018-06-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 0ed6a87a106b6e2266e01c5d7e31344229833c8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ed6a87a106b6e2266e01c5d7e31344229833c8d Author: Eric Engestrom Date: Thu May 10 16:11:29 2018 +0100 meson: fix platforms=[] Fixes: 5608d0a2cee47c7d037f

Mesa (master): meson: fix vulkan-drivers=[]

2018-06-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: a92cdcd5989717ec7d60e558cf648a6cf56c739b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a92cdcd5989717ec7d60e558cf648a6cf56c739b Author: Eric Engestrom Date: Thu May 10 16:05:05 2018 +0100 meson: fix vulkan-drivers=[] Fixes: 5608d0a2cee47c7d037f

Mesa (master): REVIEWERS: add root meson.build to the Meson reviewers group

2018-06-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 8faa22c146c2190e42236b96c266964448508c29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8faa22c146c2190e42236b96c266964448508c29 Author: Eric Engestrom Date: Thu May 31 11:18:31 2018 +0100 REVIEWERS: add root meson.build to the Meson reviewers

Mesa (master): dri: replace two-way switch case with a table lookup

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: 51a17e7feec4f9c693a070df1a957ca8a1f3ab1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51a17e7feec4f9c693a070df1a957ca8a1f3ab1e Author: Eric Engestrom Date: Fri May 18 15:58:58 2018 +0100 dri: replace two-way switch case with a table lookup

Mesa (master): dri: fix error value returned by driGLFormatToImageFormat()

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: d3ca7bd45223aefc60174ad7c5957d3d5792192a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3ca7bd45223aefc60174ad7c5957d3d5792192a Author: Eric Engestrom Date: Fri May 18 15:53:58 2018 +0100 dri: fix error value returned by

Mesa (master): vulkan: don't free uninitialised memory

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: e4fe2fd3bb26d52e64d98207692a4469f04fe1d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4fe2fd3bb26d52e64d98207692a4469f04fe1d5 Author: Eric Engestrom Date: Fri May 18 17:12:53 2018 +0100 vulkan: don't free uninitialised memory The modifiers

Mesa (master): egl/x11: fix build with DRI3 disabled

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: 1945231b48df8ffcfa2eb168f81c3f5984433b01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1945231b48df8ffcfa2eb168f81c3f5984433b01 Author: Eric Engestrom Date: Tue May 29 16:59:18 2018 +0100 egl/x11: fix build with DRI3 disabled Fixes:

Mesa (master): meson: remove unreachable with_glx == 'auto' check

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: 728d1da159e072e7ef9956ba5326cc02f4d2589b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=728d1da159e072e7ef9956ba5326cc02f4d2589b Author: Emil Velikov Date: Fri Feb 23 19:32:02 2018 + meson: remove unreachable with_glx == 'auto' check Cannot

Mesa (master): meson: require shared glapi when using DRI based libGL

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: 63b95fb291d7978e300c496cedc0851261101332 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63b95fb291d7978e300c496cedc0851261101332 Author: Emil Velikov Date: Fri Feb 23 19:32:03 2018 + meson: require shared glapi when using DRI based libGL

Mesa (master): docs: add favicon to the website

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: f736be86bbb4932e89e08f25d4430d96230b11f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f736be86bbb4932e89e08f25d4430d96230b11f7 Author: Eric Engestrom Date: Fri May 4 12:46:17 2018 +0100 docs: add favicon to the website favicon.png is just

Mesa (master): docs: add missing html tag

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: 3b5376330fb0dd7a4c1fe15160bf67e30b33cdc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b5376330fb0dd7a4c1fe15160bf67e30b33cdc9 Author: Eric Engestrom Date: Tue May 29 14:47:10 2018 +0100 docs: add missing html tag Signed-off-by: Eric Engestrom

Mesa (master): docs: add missing html closing tag

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: e6a1aca0b27305a718b8679dea10c432f1fa2fc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6a1aca0b27305a718b8679dea10c432f1fa2fc8 Author: Eric Engestrom Date: Tue May 29 14:47:53 2018 +0100 docs: add missing html closing tag Signed-off-by: Eric

Mesa (master): docs: trivial typo fix

2018-05-29 Thread Eric Engeström
Module: Mesa Branch: master Commit: 539aa604a0bc565481d1d38b327879a294feeec6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=539aa604a0bc565481d1d38b327879a294feeec6 Author: Eric Engestrom Date: Tue May 29 12:10:03 2018 +0100 docs: trivial typo fix Signed-off-by: Eric Engestrom

Mesa (master): egl/x11: deduplicate depth-to-format logic

2018-05-24 Thread Eric Engeström
Module: Mesa Branch: master Commit: 473af0b541b2583f4c72ffe885cff5ec2660a45f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=473af0b541b2583f4c72ffe885cff5ec2660a45f Author: Eric Engestrom Date: Thu May 17 16:16:34 2018 +0100 egl/x11: deduplicate

Mesa (master): docs: fix various html tags mistakes

2018-05-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: 09a6cb7be668a975a49f4c37fbffd58e47629b9f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09a6cb7be668a975a49f4c37fbffd58e47629b9f Author: Eric Engestrom Date: Wed May 23 12:46:44 2018 +0100 docs: fix various html tags

Mesa (master): docs: drop unnecessary out-of-frame target

2018-05-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: ec986241f317222b0d0638095a124edb2e6cb46b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec986241f317222b0d0638095a124edb2e6cb46b Author: Eric Engestrom Date: Wed May 23 12:47:33 2018 +0100 docs: drop unnecessary

Mesa (master): docs: fix `<` & `>` used in html code

2018-05-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: 8034f5f6236e4a94bb49f5b467532b236d51e912 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8034f5f6236e4a94bb49f5b467532b236d51e912 Author: Eric Engestrom Date: Wed May 23 12:46:00 2018 +0100 docs: fix `<` & `>` used in

Mesa (master): docs/meson: mark code/commands as

2018-05-15 Thread Eric Engeström
Module: Mesa Branch: master Commit: 37d44e26082e1e502259dd68bfbabb3a03e8acd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37d44e26082e1e502259dd68bfbabb3a03e8acd7 Author: Eric Engestrom Date: Mon May 14 16:47:57 2018 +0100 docs/meson: mark code/commands

Mesa (master): docs/meson: replace plaintext url with a link

2018-05-15 Thread Eric Engeström
Module: Mesa Branch: master Commit: 5829f616ec7e80258492752ec8c4ccc3648ef017 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5829f616ec7e80258492752ec8c4ccc3648ef017 Author: Eric Engestrom Date: Mon May 14 16:47:18 2018 +0100 docs/meson: replace plaintext

Mesa (master): docs/meson: fix various html issues

2018-05-15 Thread Eric Engeström
Module: Mesa Branch: master Commit: 67c550708aab179c0acdfbd82c72e7ad65445bf5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67c550708aab179c0acdfbd82c72e7ad65445bf5 Author: Eric Engestrom Date: Mon May 14 16:45:31 2018 +0100 docs/meson: fix various html

Mesa (master): docs/meson: fix various typos

2018-05-15 Thread Eric Engeström
Module: Mesa Branch: master Commit: dc2dc1fa3043abef35b45a50d46d9de9135b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc2dc1fa3043abef35b45a50d46d9de9135b Author: Eric Engestrom Date: Mon May 14 16:44:08 2018 +0100 docs/meson: fix various typos

Mesa (master): meson: fix copyright symbol

2018-05-15 Thread Eric Engeström
Module: Mesa Branch: master Commit: 6c5df78d8b3ebd65545bf0a5c58530b8c178e566 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c5df78d8b3ebd65545bf0a5c58530b8c178e566 Author: Eric Engestrom Date: Tue May 15 10:29:36 2018 +0100 meson: fix copyright symbol

Mesa (master): meson: remove dependency antipattern

2018-05-14 Thread Eric Engeström
Module: Mesa Branch: master Commit: f0cdc39b134dfc38f84b0f6dc1eaad86d28d4170 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0cdc39b134dfc38f84b0f6dc1eaad86d28d4170 Author: Eric Engestrom Date: Tue May 8 16:40:24 2018 +0100 meson: remove dependency

Mesa (master): docs: fix 18.0 release note version

2018-03-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: d77844a5290948a490ce6921c1623d1dd7af6c31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d77844a5290948a490ce6921c1623d1dd7af6c31 Author: Eric Engestrom Date: Wed Mar 28 11:14:40 2018 +0100 docs: fix 18.0 release note

Mesa (master): gbm: remove never-implemented function

2018-03-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: 431a1d12cc48060366caf49da76108cd0406b0f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=431a1d12cc48060366caf49da76108cd0406b0f6 Author: Eric Engestrom Date: Mon Mar 26 15:11:45 2018 +0100 gbm: remove never-implemented

Mesa (master): meson: fix header check message

2018-03-26 Thread Eric Engeström
Module: Mesa Branch: master Commit: 1e36fe5dc490ed64736591acbcd32876ea1a69dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e36fe5dc490ed64736591acbcd32876ea1a69dd Author: Eric Engestrom Date: Fri Mar 23 17:18:56 2018 + meson: fix header check

Mesa (master): meson/configure: detect endian.h instead of trying to guess when it's available

2018-03-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: cbee1bfb34274668a05995b9d4c78ddec9e5ea4c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbee1bfb34274668a05995b9d4c78ddec9e5ea4c Author: Eric Engestrom Date: Wed Mar 21 17:04:06 2018 + meson/configure: detect

Mesa (master): meson: merge C and C++ compiler arguments check

2018-03-22 Thread Eric Engeström
Module: Mesa Branch: master Commit: cb2ddcefa5196fdfeff76f405175c7a6c110eae4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb2ddcefa5196fdfeff76f405175c7a6c110eae4 Author: Eric Engestrom Date: Mon Mar 12 14:54:50 2018 + meson: merge C and C++

Mesa (master): omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}

2018-03-22 Thread Eric Engeström
Module: Mesa Branch: master Commit: 880c1718b6d14b33fe5ba918af70fea5be890c6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=880c1718b6d14b33fe5ba918af70fea5be890c6b Author: Mathias Fröhlich Date: Fri Mar 16 06:34:35 2018 +0100 omx: always define

Mesa (master): meson: simplify omx logic

2018-03-22 Thread Eric Engeström
Module: Mesa Branch: master Commit: 795b465c50930a39e9040e219c0f7ee405be6ae1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=795b465c50930a39e9040e219c0f7ee405be6ae1 Author: Mathias Fröhlich Date: Fri Mar 16 06:34:35 2018 +0100 meson: simplify omx logic

Mesa (master): egl: add Ozone section to eglplatform.h

2018-03-21 Thread Eric Engeström
Module: Mesa Branch: master Commit: ac698ae4a01b57d490501731acf97685ec3f6cdf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac698ae4a01b57d490501731acf97685ec3f6cdf Author: Eric Engestrom Date: Fri Mar 16 14:14:48 2018 + egl: add Ozone section to

Mesa (master): egl: pull update from Khronos and drop local define

2018-03-21 Thread Eric Engeström
Module: Mesa Branch: master Commit: 1346a36162a87c66a92f77306d251abb2a260fa2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1346a36162a87c66a92f77306d251abb2a260fa2 Author: Eric Engestrom Date: Fri Mar 16 15:33:04 2018 + egl: pull update from Khronos

Mesa (master): mailmap: Use Eric Engestrom's personal email address

2018-03-15 Thread Eric Engeström
Module: Mesa Branch: master Commit: 6332893594924a14e984aee2b75f7a5263816b19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6332893594924a14e984aee2b75f7a5263816b19 Author: Eric Engestrom Date: Thu Jun 2 16:46:49 2016 +0100 mailmap: Use Eric Engestrom's

Mesa (master): vulkan/wsi: clean up cleanup path

2018-03-09 Thread Eric Engeström
Module: Mesa Branch: master Commit: e903a7b0bbcadc8911e1b32addd6186acd548809 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e903a7b0bbcadc8911e1b32addd6186acd548809 Author: Eric Engestrom Date: Mon Feb 26 13:34:54 2018 + vulkan/wsi: clean up cleanup

Mesa (master): drirc: whitespace fix

2018-03-08 Thread Eric Engeström
Module: Mesa Branch: master Commit: 19dd7f007e62d3962a5a9f1d92332e8e23e0deee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19dd7f007e62d3962a5a9f1d92332e8e23e0deee Author: Eric Engestrom Date: Thu Mar 8 09:52:16 2018 + drirc: whitespace fix

Mesa (master): gbm: give a name to rgba fields

2018-03-05 Thread Eric Engeström
Module: Mesa Branch: master Commit: b98c905a463a1915fd15861ad2d0af180ad605ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b98c905a463a1915fd15861ad2d0af180ad605ac Author: Eric Engestrom Date: Wed Feb 28 16:08:54 2018 + gbm: give a name to rgba

Mesa (master): meson: simplify the gbm option code, and avoid changing types

2018-02-27 Thread Eric Engeström
Module: Mesa Branch: master Commit: 76e8d619996a6179af7506b77edad7a9fe3dbc63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76e8d619996a6179af7506b77edad7a9fe3dbc63 Author: Eric Engestrom Date: Fri Feb 23 17:08:20 2018 + meson: simplify the gbm option

Mesa (master): meson: avoid changing types for the dri3 option

2018-02-27 Thread Eric Engeström
Module: Mesa Branch: master Commit: 248c593132b4465fe70545ceea1f560ca3c6d6df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=248c593132b4465fe70545ceea1f560ca3c6d6df Author: Eric Engestrom Date: Fri Feb 23 17:08:45 2018 + meson: avoid changing types

Mesa (master): *-symbol-check: use correct `nm` path when cross-compiling

2018-02-26 Thread Eric Engeström
Module: Mesa Branch: master Commit: 11d45304fd20bbdf07222830e76d3f9977e803b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11d45304fd20bbdf07222830e76d3f9977e803b4 Author: Eric Engestrom Date: Fri Feb 23 17:02:08 2018 + *-symbol-check: use correct

Mesa (master): egl/dri2: fix segfault when display initialisation fails

2018-02-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: 6160bf97db8bc493512795b1fa49c072a703df50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6160bf97db8bc493512795b1fa49c072a703df50 Author: Frank Binns Date: Thu Feb 22 13:37:54 2018 + egl/dri2: fix segfault when display

Mesa (master): docs: fix patent url

2018-02-20 Thread Eric Engeström
Module: Mesa Branch: master Commit: ac731531a1e43e4fa3e10099380a3bba68d65bfd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac731531a1e43e4fa3e10099380a3bba68d65bfd Author: Eric Engestrom Date: Tue Feb 20 13:35:56 2018 + docs: fix patent url

Mesa (master): configure.ac: pthread-stubs not present on OpenBSD

2018-02-20 Thread Eric Engeström
Module: Mesa Branch: master Commit: 9401d90a537f0db62e726eeffe468a64189550f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9401d90a537f0db62e726eeffe468a64189550f1 Author: Jonathan Gray Date: Tue Feb 20 17:38:00 2018 +1100 configure.ac: pthread-stubs not present on

Mesa (master): egl/wayland: check for invalid format index

2018-02-16 Thread Eric Engeström
Module: Mesa Branch: master Commit: 65dda6c9ec1d80ee36c8bff157f49d97baffebce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65dda6c9ec1d80ee36c8bff157f49d97baffebce Author: Eric Engestrom Date: Thu Feb 15 11:10:22 2018 + egl/wayland: check for invalid

Mesa (master): glsl: fix sizeof(pointer) bug

2018-02-16 Thread Eric Engeström
Module: Mesa Branch: master Commit: a176b053b6f956db14becd981795e3adad969a13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a176b053b6f956db14becd981795e3adad969a13 Author: Eric Engestrom Date: Thu Feb 15 10:59:24 2018 + glsl: fix sizeof(pointer) bug

Mesa (master): r200: remove left over dead code

2018-02-12 Thread Eric Engeström
Module: Mesa Branch: master Commit: 111d4bf1d0f2dfab274646a6474f05198203f566 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=111d4bf1d0f2dfab274646a6474f05198203f566 Author: Eric Engestrom Date: Fri Feb 9 11:38:43 2018 + r200: remove left over dead

Mesa (master): meson: don't install windows headers on non-windows platforms

2018-02-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 4c5f0b4fd45a5ca96a0e3137c177140dd85b149e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c5f0b4fd45a5ca96a0e3137c177140dd85b149e Author: Marc Dietrich Date: Thu Feb 1 13:27:28 2018 +0100 meson: don't install windows headers on

Mesa (master): meson: dedup gallium-omx logic

2018-01-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 86168ed31c52ca5be3b618a5aae2e5d8990f4c31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86168ed31c52ca5be3b618a5aae2e5d8990f4c31 Author: Eric Engestrom Date: Thu Dec 7 16:03:04 2017 + meson: dedup gallium-omx logic

Mesa (master): meson: dedup gallium-va logic

2018-01-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: fa5d616bf907bedda6904cdff98832d9c8c59770 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa5d616bf907bedda6904cdff98832d9c8c59770 Author: Eric Engestrom Date: Thu Dec 7 16:03:22 2017 + meson: dedup gallium-va logic

Mesa (master): meson: dedup gallium-xa logic

2018-01-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 2f0db33527fc5415858e60d76d5b82c5492151fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f0db33527fc5415858e60d76d5b82c5492151fa Author: Eric Engestrom Date: Thu Dec 7 16:03:40 2017 + meson: dedup gallium-xa logic

Mesa (master): meson: dedup gallium-vdpau logic

2018-01-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 992af0a4b8224bdb4809e01c2f00d2f32546aee5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=992af0a4b8224bdb4809e01c2f00d2f32546aee5 Author: Eric Engestrom Date: Thu Dec 7 16:02:02 2017 + meson: dedup gallium-vdpau

Mesa (master): meson: dedup gallium-xvmc logic

2018-01-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 724916c8a84b5bba8f880f17da936585d52c97b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=724916c8a84b5bba8f880f17da936585d52c97b6 Author: Eric Engestrom Date: Thu Dec 7 16:02:29 2017 + meson: dedup gallium-xvmc

Mesa (master): egl: keep extension list sorted, per comment at the top

2018-01-25 Thread Eric Engeström
Module: Mesa Branch: master Commit: 57223fb07af4e1666e54eff4755795dc5941c7b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57223fb07af4e1666e54eff4755795dc5941c7b7 Author: Eric Engestrom Date: Mon Jan 8 15:47:09 2018 + egl: keep extension list

Mesa (master): loader: let compiler figure out the length of the string

2018-01-25 Thread Eric Engeström
Module: Mesa Branch: master Commit: 0663ae0aa1d5b8a1fb6e5da4a9f48ba99da72477 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0663ae0aa1d5b8a1fb6e5da4a9f48ba99da72477 Author: Eric Engestrom Date: Tue Dec 19 14:12:44 2017 + loader: let compiler figure

Mesa (master): meson: simplify dri3 logic

2018-01-25 Thread Eric Engeström
Module: Mesa Branch: master Commit: 57b0ccd178bca2ad34f9f02f07ca5a7db9cbeccc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57b0ccd178bca2ad34f9f02f07ca5a7db9cbeccc Author: Eric Engestrom Date: Thu Dec 7 16:04:14 2017 + meson: simplify dri3 logic

Mesa (master): radeon: remove left over dead code

2018-01-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: eee8dd7c3360ec0daf3d44168b6d1c32c52bf69b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eee8dd7c3360ec0daf3d44168b6d1c32c52bf69b Author: Eric Engestrom Date: Tue Dec 19 13:41:35 2017 + radeon: remove left over dead

Mesa (master): meson: fix some defines misspelled errors in meson.build

2018-01-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: 911ca587f8785a90702f88d3c9044b7149e6d2b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=911ca587f8785a90702f88d3c9044b7149e6d2b3 Author: Marc Dietrich Date: Tue Jan 23 15:49:43 2018 +0100 meson: fix some defines misspelled errors

Mesa (master): docs: ask for backport nominations to cc: the author

2018-01-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: 10f5e0dce25edc6e7a1e02cbe9a6e685e75ca361 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10f5e0dce25edc6e7a1e02cbe9a6e685e75ca361 Author: Eric Engestrom Date: Fri Jan 12 15:10:28 2018 + docs: ask for backport

Mesa (master): i915: add missing 0 defines

2017-12-12 Thread Eric Engeström
Module: Mesa Branch: master Commit: ec0a4fcec03cacfc3e075cf9e5e6584b672e4c82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec0a4fcec03cacfc3e075cf9e5e6584b672e4c82 Author: Eric Engestrom Date: Mon Dec 4 14:30:13 2017 + i915: add missing 0 defines

Mesa (master): docs/llvmpipe: document ppc64le as alternative architecture to x86.

2017-12-08 Thread Eric Engeström
Module: Mesa Branch: master Commit: 060eb314eb4e551cf870ad6a6e7e1363d4228efe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=060eb314eb4e551cf870ad6a6e7e1363d4228efe Author: Ben Crocker Date: Mon Nov 27 14:44:58 2017 -0500 docs/llvmpipe: document ppc64le as

Mesa (master): meson: add dep_thread to every lib that includes threads.h

2017-12-07 Thread Eric Engeström
Module: Mesa Branch: master Commit: 4cba39331d206f3d6ab2d3c8869ecc289116a862 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cba39331d206f3d6ab2d3c8869ecc289116a862 Author: Eric Engestrom Date: Thu Dec 7 14:47:46 2017 + meson: add dep_thread to every

Mesa (master): meson: fix pl111 dependency on vc4

2017-12-07 Thread Eric Engeström
Module: Mesa Branch: master Commit: f0337f0f701fc904d7c32556b8621438b2a45b3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0337f0f701fc904d7c32556b8621438b2a45b3f Author: Eric Engestrom Date: Mon Dec 4 15:06:03 2017 + meson: fix pl111 dependency on

Mesa (master): util/disk_cache: Remove unneeded free() on always null string

2017-12-07 Thread Eric Engeström
Module: Mesa Branch: master Commit: b2490a326c28652b85400da0e1bbff108167d140 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2490a326c28652b85400da0e1bbff108167d140 Author: Vadym Shovkoplias Date: Mon Dec 4 11:47:33 2017 +0200 util/disk_cache:

Mesa (master): meson: fix keyword argument in declare_dependency()

2017-12-06 Thread Eric Engeström
Module: Mesa Branch: master Commit: 31d403160f3e9d3ebf45e755366c7c068790319a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31d403160f3e9d3ebf45e755366c7c068790319a Author: Eric Engestrom Date: Wed Dec 6 13:27:52 2017 + meson: fix keyword argument in

Mesa (master): egl/x11: Remove unneeded free() on always null string

2017-12-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: a1b4f1877f2ef7f0e1e10fdcef854391547f1018 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1b4f1877f2ef7f0e1e10fdcef854391547f1018 Author: Vadym Shovkoplias Date: Fri Dec 1 17:08:53 2017 +0200 egl/x11: Remove

Mesa (master): glx/dri3: Remove unused deviceName variable

2017-12-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: d5559292394f0e9b1c682baca05f81366fb389af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5559292394f0e9b1c682baca05f81366fb389af Author: Vadym Shovkoplias Date: Fri Dec 1 13:23:02 2017 +0200 glx/dri3: Remove

Mesa (master): amd: remove always-true BRAHMA_BUILD define

2017-12-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 13a7a2d4557a068fbf86af9eaa43b600fa8bce88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13a7a2d4557a068fbf86af9eaa43b600fa8bce88 Author: Eric Engestrom Date: Fri Nov 24 16:23:03 2017 + amd: remove always-true

Mesa (master): gallium/hud: use #ifdef to test for macro existence

2017-12-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 29ee934331ce624ce4c30750ce0e8d4baa5eb2fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29ee934331ce624ce4c30750ce0e8d4baa5eb2fa Author: Eric Engestrom Date: Wed Nov 29 14:19:26 2017 + gallium/hud: use #ifdef to

Mesa (master): broadcom: use NDEBUG to guard asserts

2017-11-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: bb46111c01479d831932eb63f69da5ccda29f6fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb46111c01479d831932eb63f69da5ccda29f6fc Author: Eric Engestrom Date: Fri Nov 24 17:59:23 2017 + broadcom: use NDEBUG to guard

Mesa (master): compiler: use NDEBUG to guard asserts

2017-11-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: 7b85b9b8773b119360a31b66b321ae560a77cb6d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b85b9b8773b119360a31b66b321ae560a77cb6d Author: Eric Engestrom Date: Thu Nov 23 13:16:43 2017 + compiler: use NDEBUG to guard

Mesa (master): vc4: check preprocessor token existence using #ifdef instead of #if

2017-11-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: 7bb89e1c8f314a9d8e591a7531722a15f0ac72d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bb89e1c8f314a9d8e591a7531722a15f0ac72d0 Author: Eric Engestrom Date: Fri Nov 24 16:58:43 2017 + vc4: check preprocessor token

Mesa (master): util: add mesa-sha1 test to meson

2017-11-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: 44fbbd6fd07e5784b05e08e762e54b6c71f95ab1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44fbbd6fd07e5784b05e08e762e54b6c71f95ab1 Author: Eric Engestrom Date: Mon Nov 27 11:33:48 2017 + util: add mesa-sha1 test to

Mesa (master): docs/llvmpipe.html: Minor edits

2017-11-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: b43daf7bf6cb505ece025c718ac6f074c38b2d49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b43daf7bf6cb505ece025c718ac6f074c38b2d49 Author: Ben Crocker Date: Mon Nov 27 14:44:59 2017 -0500 docs/llvmpipe.html: Minor edits

Mesa (master): st/dri: replace hard-coded array size with ARRAY_SIZE()

2017-11-28 Thread Eric Engeström
Module: Mesa Branch: master Commit: bca122902a8511c32b5fb0b8ebbdf7bce002a82b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bca122902a8511c32b5fb0b8ebbdf7bce002a82b Author: Eric Engestrom Date: Fri Nov 24 10:49:25 2017 + st/dri: replace hard-coded

Mesa (master): REVIEWERS: add Alexander von Gluck IV as a reviewer for Haiku

2017-11-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: 99aea1e3ded03d7a51459efd085842ffedff590b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99aea1e3ded03d7a51459efd085842ffedff590b Author: Eric Engestrom Date: Thu Nov 9 17:38:25 2017 + REVIEWERS: add Alexander von

Mesa (master): genxml: fix assert guards

2017-11-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: 1d3944aeebb0cc68c999e0d129edbdc29381cb4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d3944aeebb0cc68c999e0d129edbdc29381cb4d Author: Eric Engestrom Date: Wed Nov 22 10:11:13 2017 + genxml: fix assert guards

Mesa (master): meson: fix strtof locale support check

2017-11-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: ab0809e5529725bd0af6f7b6ce06415020b9d32e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab0809e5529725bd0af6f7b6ce06415020b9d32e Author: Eric Engestrom Date: Tue Nov 21 14:24:01 2017 + meson: fix strtof locale

Mesa (master): meson: reorder subdirs to avoid directly including more than one level

2017-11-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: d16af7355900703514d95411b222e6e028252d66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d16af7355900703514d95411b222e6e028252d66 Author: Eric Engestrom Date: Tue Nov 21 15:07:11 2017 + meson: reorder subdirs to

Mesa (master): meson: add variable for mapi_abi.py instead of going back up the tree

2017-11-23 Thread Eric Engeström
Module: Mesa Branch: master Commit: f9cb2370f3404501c2b594ac116bfb6bfe878e87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9cb2370f3404501c2b594ac116bfb6bfe878e87 Author: Eric Engestrom Date: Tue Nov 21 15:07:50 2017 + meson: add variable for

Mesa (master): docs: Point to apt.llvm.org for development snapshot packages

2017-11-16 Thread Eric Engeström
Module: Mesa Branch: master Commit: d25123e23a77e216b45f8e1a83ac32805b07be82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d25123e23a77e216b45f8e1a83ac32805b07be82 Author: Kai Wasserbäch Date: Thu Nov 16 12:58:50 2017 +0100 docs: Point to apt.llvm.org

Mesa (master): egl: fix var type

2017-11-16 Thread Eric Engeström
Module: Mesa Branch: master Commit: ca95d7ad4e1b900eb3d559ed5bda0b96b232961d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca95d7ad4e1b900eb3d559ed5bda0b96b232961d Author: Eric Engestrom Date: Thu Nov 16 10:02:15 2017 + egl: fix var type

Mesa (master): meson: standardize .so version to major.minor.patch

2017-11-07 Thread Eric Engeström
Module: Mesa Branch: master Commit: 5be1b1a8ce6c635cf0310d2b97056a2b8f11a601 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5be1b1a8ce6c635cf0310d2b97056a2b8f11a601 Author: Eric Engestrom Date: Thu Nov 2 23:24:00 2017 + meson: standardize .so version to

Mesa (master): meson: drop GLESv1 .so version back to 1.0.0

2017-11-07 Thread Eric Engeström
Module: Mesa Branch: master Commit: cc15460e182148292be877bec5a8a61cec57377d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc15460e182148292be877bec5a8a61cec57377d Author: Eric Engestrom Date: Thu Nov 2 23:38:09 2017 + meson: drop GLESv1 .so version back to

Mesa (master): meson: only turn on Mesa's DEBUG for buildtype==debug

2017-11-07 Thread Eric Engeström
Module: Mesa Branch: master Commit: 1e6f9ea21230229c0256d8189427411298132638 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e6f9ea21230229c0256d8189427411298132638 Author: Eric Engestrom Date: Mon Nov 6 17:18:06 2017 + meson: only turn on Mesa's

Mesa (master): meson: switch default build type to debugoptimized

2017-11-07 Thread Eric Engeström
Module: Mesa Branch: master Commit: d5597f09c6a18a3ed2dd76657dd2e60806a6e4b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5597f09c6a18a3ed2dd76657dd2e60806a6e4b2 Author: Eric Engestrom Date: Mon Nov 6 16:49:27 2017 + meson: switch default build

Mesa (master): mapi: fix .so path in ABI-check

2017-11-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: 5d4ffb997059fc22bd0463e648831322f939ade6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d4ffb997059fc22bd0463e648831322f939ade6 Author: Eric Engestrom Date: Tue Oct 31 18:47:00 2017 + mapi: fix .so path in

Mesa (master): meson: bump libdrm version required by amdgpu

2017-11-01 Thread Eric Engeström
Module: Mesa Branch: master Commit: d364684711a5894fd3221191811d56713d6abdee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d364684711a5894fd3221191811d56713d6abdee Author: Eric Engestrom Date: Tue Oct 31 16:25:52 2017 + meson: bump libdrm version

Mesa (master): gbm: fail symbol check if lib is missing

2017-10-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: d830351bfa454a560aa0566a9d22aff910bcf456 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d830351bfa454a560aa0566a9d22aff910bcf456 Author: Eric Engestrom Date: Mon Oct 30 15:27:25 2017 + gbm: fail symbol check if lib

Mesa (master): meson: pass correct args to gles1 ABI test

2017-10-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 8a3022ffa05a7951a0929ff292f201b4260a6023 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a3022ffa05a7951a0929ff292f201b4260a6023 Author: Eric Engestrom Date: Mon Oct 30 15:46:05 2017 + meson: pass correct args to

Mesa (master): meson: pass correct args to wayland-egl symbol test

2017-10-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: be301ab724ce3a582a9a33f311893f3c6b55e964 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be301ab724ce3a582a9a33f311893f3c6b55e964 Author: Eric Engestrom Date: Mon Oct 30 15:47:26 2017 + meson: pass correct args to

Mesa (master): automake+meson: don't run egl symbol check on libglvnd lib

2017-10-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 64f17440b65b3065ba3d14155cd3da831200e49c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64f17440b65b3065ba3d14155cd3da831200e49c Author: Eric Engestrom Date: Mon Oct 30 15:43:10 2017 + automake+meson: don't run egl

Mesa (master): gles1: fail symbol check if lib is missing

2017-10-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 4e7612c54d6a121a5e45985709c33bcd7f8af995 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e7612c54d6a121a5e45985709c33bcd7f8af995 Author: Eric Engestrom Date: Mon Oct 30 15:28:08 2017 + gles1: fail symbol check if

Mesa (master): meson: pass correct args to gles2 ABI test

2017-10-31 Thread Eric Engeström
Module: Mesa Branch: master Commit: 3ba973fe3784438690c4029f18ab5b514f7ae5d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ba973fe3784438690c4029f18ab5b514f7ae5d1 Author: Eric Engestrom Date: Mon Oct 30 15:46:15 2017 + meson: pass correct args to

  1   2   3   >