Mesa (master): anv: Silence compiler warnings about uninitialized bind_offset.

2018-03-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9f89452ea36327b1a7faefd401784599288c1be0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f89452ea36327b1a7faefd401784599288c1be0 Author: Eric Anholt Date: Sat Feb 10 11:11:14 2018 + anv: Silence compiler warnings about uninitialized bind_offse

Mesa (master): anv: Silence warning about heap_size.

2018-03-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7db1c09d12bac50d66feaf981ff52b319091dd2d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7db1c09d12bac50d66feaf981ff52b319091dd2d Author: Eric Anholt Date: Sat Feb 10 11:25:48 2018 + anv: Silence warning about heap_size. We only get VK_SUCCESS

Mesa (master): i965: Silence compiler warning about promoted_constants.

2018-03-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: d25640c3a3b914059abd661f0651d88b4fe408e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d25640c3a3b914059abd661f0651d88b4fe408e8 Author: Eric Anholt Date: Sat Feb 10 11:22:53 2018 + i965: Silence compiler warning about promoted_constants. We

Mesa (master): intel/compiler: Use gen_get_device_info() in test_eu_validate

2018-03-16 Thread Matt Turner
Module: Mesa Branch: master Commit: f3833f1ca79960a944760914b8a208c4e6bc12e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3833f1ca79960a944760914b8a208c4e6bc12e7 Author: Matt Turner Date: Fri Mar 16 10:52:55 2018 -0700 intel/compiler: Use gen_get_device_info() in test_eu_validate

Mesa (master): intel: Add cfl to gen_device_name_to_pci_device_id()

2018-03-16 Thread Matt Turner
Module: Mesa Branch: master Commit: 54db78b196d883a878301651af3313fd50c39fd5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54db78b196d883a878301651af3313fd50c39fd5 Author: Matt Turner Date: Fri Mar 16 10:50:51 2018 -0700 intel: Add cfl to gen_device_name_to_pci_device_id() Reviewe

Mesa (master): meson+dri3: allow building against older xcb (v3)

2018-03-16 Thread Rob Clark
Module: Mesa Branch: master Commit: bc5001325b876afbd9fbb7186174e085e0b06206 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc5001325b876afbd9fbb7186174e085e0b06206 Author: Rob Clark Date: Tue Mar 13 19:00:45 2018 -0400 meson+dri3: allow building against older xcb (v3) Similar to p

Mesa (master): dri3: allow building against older xcb (v3)

2018-03-16 Thread Marek Olšák
Module: Mesa Branch: master Commit: 7aeef2d4efdc809a698e9b983c8be8e4ccb27134 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7aeef2d4efdc809a698e9b983c8be8e4ccb27134 Author: Dave Airlie Date: Wed Mar 14 06:06:00 2018 +1000 dri3: allow building against older xcb (v3) I'm not sure eve

Mesa (master): r600: consolidate PIPE_BIND_SHARED/SCANOUT handling

2018-03-16 Thread Michel Dänzer
Module: Mesa Branch: master Commit: f099c3aef1635f05f295969d296375fe9983a53a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f099c3aef1635f05f295969d296375fe9983a53a Author: Marek Olšák Date: Thu Mar 15 18:39:52 2018 +0100 r600: consolidate PIPE_BIND_SHARED/SCANOUT handling (Ported

Mesa (master): intel/compiler: Check for unsupported register sizes.

2018-03-16 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: f89e735719a63d674f12a892341ce86e10d82d82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f89e735719a63d674f12a892341ce86e10d82d82 Author: Rafael Antognolli Date: Tue Mar 13 16:58:21 2018 -0700 intel/compiler: Check for unsupported register sizes.

Mesa (master): loader: Include include/drm-uapi in the autotools build

2018-03-16 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 315ee5faecf3c3d2a435485ce9ee8523759b5da9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=315ee5faecf3c3d2a435485ce9ee8523759b5da9 Author: Jason Ekstrand Date: Thu Mar 15 14:13:27 2018 -0700 loader: Include include/drm-uapi in the autotools build W

Mesa (master): egl/dri2: move wayland header inclusion where applicable

2018-03-16 Thread Emil Velikov
Module: Mesa Branch: master Commit: 9fa1d822bf0e70ff982aa73fe6ad68d9883b4b0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fa1d822bf0e70ff982aa73fe6ad68d9883b4b0a Author: Emil Velikov Date: Wed Mar 14 17:31:27 2018 + egl/dri2: move wayland header inclusion where applicable In

Mesa (master): tgsi: move tgsi_processor_to_shader_stage() to a header

2018-03-16 Thread Emil Velikov
Module: Mesa Branch: master Commit: f7f95310f0ac3a89419c866caf962c17ea1d599d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7f95310f0ac3a89419c866caf962c17ea1d599d Author: Emil Velikov Date: Thu Mar 15 12:12:58 2018 + tgsi: move tgsi_processor_to_shader_stage() to a header Thi

Mesa (master): vulkan/wsi/x11: use ARRAY_SIZE where applicable

2018-03-16 Thread Emil Velikov
Module: Mesa Branch: master Commit: 19ec81775636171af4386fe17fc301917c4e97f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19ec81775636171af4386fe17fc301917c4e97f7 Author: Emil Velikov Date: Tue Mar 13 11:06:28 2018 + vulkan/wsi/x11: use ARRAY_SIZE where applicable Use the han

Mesa (master): vulkan/wsi/x11: correct DRI3 version in comment

2018-03-16 Thread Emil Velikov
Module: Mesa Branch: master Commit: d091c9c4cf6f872d444d02d50e36aa65b49e95fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d091c9c4cf6f872d444d02d50e36aa65b49e95fa Author: Emil Velikov Date: Tue Mar 13 11:29:52 2018 + vulkan/wsi/x11: correct DRI3 version in comment During deve

Mesa (master): st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stage

2018-03-16 Thread Emil Velikov
Module: Mesa Branch: master Commit: 3a9fb4f7ad6de14b5560b85d5f1c723d0555a49b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a9fb4f7ad6de14b5560b85d5f1c723d0555a49b Author: Emil Velikov Date: Thu Mar 15 12:51:03 2018 + st/mesa: simplify st_init_limits() via tgsi_processor_to_sha

Mesa (master): egl/android: Implement the eglSwapinterval for Android.

2018-03-16 Thread Emil Velikov
Module: Mesa Branch: master Commit: 5fc21c6044166b199d32006d37f94e6d54aef62a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fc21c6044166b199d32006d37f94e6d54aef62a Author: Wu, Zhongmin Date: Thu Jan 18 15:39:22 2018 +0800 egl/android: Implement the eglSwapinterval for Android. Imp

Mesa (master): mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES

2018-03-16 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: master Commit: 705a6446b4301498b83789a19d81aed4e922548b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=705a6446b4301498b83789a19d81aed4e922548b Author: Juan A. Suarez Romero Date: Wed Mar 14 17:09:34 2018 + mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES

Mesa (17.3): 66 new commits

2018-03-16 Thread Juan Antonio Suárez Romero
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6393cf2fa3c949b8c9e0ba4b14262591dbde9957 Author: Kenneth Graunke Date: Tue Oct 31 10:02:02 2017 -0700 i965: Emit CS stall before MEDIA_VFE_STATE. This fixes hangs on GFXBench 5's Aztec Ruins benchmark. Unfortunately

Mesa (master): etnaviv: remove superfluous \n from DBG(..) callers

2018-03-16 Thread Christian Gmeiner
Module: Mesa Branch: master Commit: 5e51f72374ddd9394e69ae8c5733b004887a5d89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e51f72374ddd9394e69ae8c5733b004887a5d89 Author: Christian Gmeiner Date: Sat Mar 10 15:56:17 2018 +0100 etnaviv: remove superfluous \n from DBG(..) callers Th

Mesa (master): radv: run nir_opt_move_load_ubo

2018-03-16 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: e96a1d27dc69b039575f912d6705546b9c7b3141 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e96a1d27dc69b039575f912d6705546b9c7b3141 Author: Samuel Pitoiset Date: Thu Mar 8 15:31:14 2018 +0100 radv: run nir_opt_move_load_ubo Polaris10: SGPRS: 108560

Mesa (master): nir: add nir_opt_move_load_ubo() optimization pass

2018-03-16 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: af355aaa07173abdc6861992f4c05ad334b9595b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af355aaa07173abdc6861992f4c05ad334b9595b Author: Samuel Pitoiset Date: Fri Jan 26 12:38:57 2018 +0100 nir: add nir_opt_move_load_ubo() optimization pass This