Mesa (master): r300g/swtcl: make pipe_context uploaders use malloc'd memory as before

2018-06-05 Thread Marek Olšák
Module: Mesa Branch: master Commit: 17a42062ccdb3bf5624435db9598e4353756771f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17a42062ccdb3bf5624435db9598e4353756771f Author: Marek Olšák Date: Mon Jun 4 20:39:07 2018 -0400 r300g/swtcl: make pipe_context uploaders use malloc'd memory

Mesa (master): intel/eu: Use a struct copy instead of a memcpy

2018-06-05 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 01ad2067bba17451c663983877ec85145de20f02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01ad2067bba17451c663983877ec85145de20f02 Author: Jason Ekstrand Date: Tue Jun 5 14:33:12 2018 -0700 intel/eu: Use a struct copy instead of a memcpy The

Mesa (master): radv: Use correct color format for fast clears

2018-06-05 Thread Bas Nieuwenhuizen
Module: Mesa Branch: master Commit: cc21e96d5f412aae5d3982dde0d4c926e8d049e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc21e96d5f412aae5d3982dde0d4c926e8d049e8 Author: Philip Rebohle Date: Mon May 28 14:10:41 2018 +0200 radv: Use correct color format for fast clears Using the

Mesa (master): v3d: Be more explicit about include directory from our generated code.

2018-06-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2b1b2cbf619f9b3d578dabb0956bd5a248b6a89c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b1b2cbf619f9b3d578dabb0956bd5a248b6a89c Author: Eric Anholt Date: Tue Jun 5 08:50:55 2018 -0700 v3d: Be more explicit about include directory from our

Mesa (master): radv: Do not hardcode fast clear formats.

2018-06-05 Thread Bas Nieuwenhuizen
Module: Mesa Branch: master Commit: 2a10fd902d71e7991c1dc81be16e5d61982f8e6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a10fd902d71e7991c1dc81be16e5d61982f8e6e Author: Bas Nieuwenhuizen Date: Tue Jun 5 00:52:34 2018 +0200 radv: Do not hardcode fast clear formats. except for

Mesa (master): util/tests/vma: Fix warning c++11-narrowing

2018-06-05 Thread Scott D Phillips
Module: Mesa Branch: master Commit: 08535dd8860951ce4572cd2590e417a1f3d96b3d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08535dd8860951ce4572cd2590e417a1f3d96b3d Author: Scott D Phillips Date: Tue Jun 5 09:29:43 2018 -0700 util/tests/vma: Fix warning c++11-narrowing Bugzilla:

Mesa (master): intel/tools: add intel_sanitize_gpu to EXTRA_DIST

2018-06-05 Thread Scott D Phillips
Module: Mesa Branch: master Commit: 6fb22114a01c1ec682dbd1b606ec0d3bc690a4ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fb22114a01c1ec682dbd1b606ec0d3bc690a4ce Author: Scott D Phillips Date: Tue Jun 5 09:33:49 2018 -0700 intel/tools: add intel_sanitize_gpu to EXTRA_DIST

Mesa (master): util: tests: vma test depends on C++11 support

2018-06-05 Thread Scott D Phillips
Module: Mesa Branch: master Commit: 4b123fb74bae332df3ae52d276e5d63b1e6095ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b123fb74bae332df3ae52d276e5d63b1e6095ee Author: Scott D Phillips Date: Fri Jun 1 16:26:56 2018 -0700 util: tests: vma test depends on C++11 support

Mesa (master): glx: Fix number of property values to read in glXImportContextEXT

2018-06-05 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 6b8f3724c83959e62b1be0330d6d14e58f91dc5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b8f3724c83959e62b1be0330d6d14e58f91dc5b Author: Michel Dänzer Date: Fri Jun 1 18:59:36 2018 +0200 glx: Fix number of property values to read in

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): anv: intel: add softpin flag on imported BOs

2018-06-05 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 9aedee64acefd707aae62991f03ed43cb49da5d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9aedee64acefd707aae62991f03ed43cb49da5d9 Author: Lionel Landwerlin Date: Mon Jun 4 09:54:29 2018 +0100 anv: intel: add softpin flag on imported BOs Looks

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: