Mesa (master): meson: turn on pl111 not vc4 when pl111 driver specificed

2017-10-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: fbf39fd7c33d56271d79bdbe039605588c8d84db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbf39fd7c33d56271d79bdbe039605588c8d84db Author: Dylan Baker Date: Tue Oct 17 14:44:15 2017 -0700 meson: turn on pl111 not vc4 when pl111 driver specificed Re

Mesa (master): radv: Link shaders.

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 06f05040eb73382e9b1afb155a4ff12f3b20ed49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06f05040eb73382e9b1afb155a4ff12f3b20ed49 Author: Bas Nieuwenhuizen Date: Thu Feb 9 00:12:10 2017 +0100 radv: Link shaders. Here we make use of NIR the linkin

Mesa (master): radv: Add multiple shader cache store & load functions.

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7f29055751e6b89f4c87bc5e4602046c2cbdc08c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f29055751e6b89f4c87bc5e4602046c2cbdc08c Author: Bas Nieuwenhuizen Date: Thu Dec 1 23:07:57 2016 +0100 radv: Add multiple shader cache store & load functions.

Mesa (master): radv: Change cache datastructures for combined pipelines.

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 670c02b43011b4fc5d33ae91e08b7ff6636bf38c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=670c02b43011b4fc5d33ae91e08b7ff6636bf38c Author: Bas Nieuwenhuizen Date: Thu Dec 1 09:03:50 2016 +0100 radv: Change cache datastructures for combined pipeline

Mesa (master): radv: reorder init function calls

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 56998558f4dfd7a215bb0d44c4596f260c29f61f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56998558f4dfd7a215bb0d44c4596f260c29f61f Author: Timothy Arceri Date: Sat Oct 14 13:14:32 2017 +1100 radv: reorder init function calls Reviewed-by: Bas Nieuwe

Mesa (master): radv: remove some now unused shader compile code

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 351f9dde600d31ab7985b595e50a15c178516c79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=351f9dde600d31ab7985b595e50a15c178516c79 Author: Timothy Arceri Date: Fri Oct 13 12:02:18 2017 +1100 radv: remove some now unused shader compile code Reviewed

Mesa (master): radv: add radv_create_shaders() helper

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d1c9f30d7ff7e96db5feff624bad8c7bc999aa07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1c9f30d7ff7e96db5feff624bad8c7bc999aa07 Author: Bas Nieuwenhuizen Date: Tue Oct 17 09:45:06 2017 +1100 radv: add radv_create_shaders() helper This is a combi

Mesa (master): radv: add radv_hash_shaders() helper

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ed9218f1541ff35fb34b5e7dd60a509b5a4144a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed9218f1541ff35fb34b5e7dd60a509b5a4144a4 Author: Bas Nieuwenhuizen Date: Sat Oct 14 12:42:40 2017 +1100 radv: add radv_hash_shaders() helper This will be used

Mesa (master): radv: switch to using radv_create_shaders()

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7d45d22fdd2e0ac15b4721594ba0a0ccf399f6a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d45d22fdd2e0ac15b4721594ba0a0ccf399f6a8 Author: Timothy Arceri Date: Sun Oct 15 09:56:01 2017 +1100 radv: switch to using radv_create_shaders() Reviewed-by:

Mesa (master): radv: reuse the multiple shader store & load functions for gs copy variant

2017-10-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dbbf10541b134253a576da23ea6b3c6a5afc0dc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbbf10541b134253a576da23ea6b3c6a5afc0dc8 Author: Timothy Arceri Date: Fri Oct 13 12:22:24 2017 +1100 radv: reuse the multiple shader store & load functions for

Mesa (master): meson: Add support for the pl111 driver.

2017-10-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1918c9b1627d5403e2efbffa03441c4b7d61a63e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1918c9b1627d5403e2efbffa03441c4b7d61a63e Author: Eric Anholt Date: Thu Oct 12 18:39:08 2017 -0700 meson: Add support for the pl111 driver. Reviewed-by: Dylan

Mesa (master): meson: Add support for the vc5 driver.

2017-10-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4f3e380fa0f192f90e6661ecf5ca1d7e755eed8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f3e380fa0f192f90e6661ecf5ca1d7e755eed8f Author: Eric Anholt Date: Thu Oct 12 18:40:16 2017 -0700 meson: Add support for the vc5 driver. v2: Default vc5 to of

Mesa (master): meson: Add support for the vc4 driver.

2017-10-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1ae8018a6af81eec4832a57d9d0346aa3dd98d28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ae8018a6af81eec4832a57d9d0346aa3dd98d28 Author: Eric Anholt Date: Thu Oct 12 13:53:12 2017 -0700 meson: Add support for the vc4 driver. Reviewed-by: Dylan Ba

Mesa (master): radeonsi: split si_emit_shader_pointer

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 36626ffe461a352ccdb63d4397f597ab1ea1910a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36626ffe461a352ccdb63d4397f597ab1ea1910a Author: Marek Olšák Date: Sat Oct 7 22:16:46 2017 +0200 radeonsi: split si_emit_shader_pointer Reviewed-by: Nicolai

Mesa (master): ac: clean up ac_build_indexed_load function interfaces

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 854593b8eb2cf27d1666fd0ca1931eee80750019 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=854593b8eb2cf27d1666fd0ca1931eee80750019 Author: Marek Olšák Date: Sun Oct 8 20:05:44 2017 +0200 ac: clean up ac_build_indexed_load function interfaces Revie

Mesa (master): radeonsi: emit dirty consecutive pointers in one SET_SH_REG packet

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 859eeffb3de49e0dc1da705e628a311a2152ed7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=859eeffb3de49e0dc1da705e628a311a2152ed7c Author: Marek Olšák Date: Sat Oct 7 22:23:34 2017 +0200 radeonsi: emit dirty consecutive pointers in one SET_SH_REG p

Mesa (master): radeonsi: generalize the SI_VS_SHADER_POINTER_MASK macro

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 69325fa88ddf425ac208c49b9e9e331d61b9cb5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69325fa88ddf425ac208c49b9e9e331d61b9cb5c Author: Marek Olšák Date: Sat Oct 7 21:53:10 2017 +0200 radeonsi: generalize the SI_VS_SHADER_POINTER_MASK macro Rev

Mesa (master): radeonsi: remove atom parameter from si_upload_descriptors

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 8d2685d129ecabc71ca093b4bc7a4e5e4e2fa373 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d2685d129ecabc71ca093b4bc7a4e5e4e2fa373 Author: Marek Olšák Date: Sun Oct 8 17:22:20 2017 +0200 radeonsi: remove atom parameter from si_upload_descriptors R

Mesa (master): winsys/amdgpu: disable CPU caching for GFX & SDMA IBs

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 4d944c72b1b5208b66af820ac24820760ec25e70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d944c72b1b5208b66af820ac24820760ec25e70 Author: Marek Olšák Date: Mon Oct 9 00:06:13 2017 +0200 winsys/amdgpu: disable CPU caching for GFX & SDMA IBs This s

Mesa (master): radeonsi: add GFX-IB-size query to the HUD

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 0aafedbbb28dac46a893eb97d5dec589113f6c00 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0aafedbbb28dac46a893eb97d5dec589113f6c00 Author: Marek Olšák Date: Sun Oct 8 00:35:59 2017 +0200 radeonsi: add GFX-IB-size query to the HUD It shows the sum

Mesa (master): radeonsi: pack si_descriptors better again

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 4ddce1b1a40aefe946ff300a1ae508ce97c7d72d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ddce1b1a40aefe946ff300a1ae508ce97c7d72d Author: Marek Olšák Date: Sun Oct 8 17:10:56 2017 +0200 radeonsi: pack si_descriptors better again Reviewed-by: Nico

Mesa (master): radeonsi: handle 64-bit loads earlier in fetch_constant

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: cdb21dfffa1300b1032619bc44da99c970fd3f56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdb21dfffa1300b1032619bc44da99c970fd3f56 Author: Marek Olšák Date: Sun Oct 8 18:20:38 2017 +0200 radeonsi: handle 64-bit loads earlier in fetch_constant Revi

Mesa (master): winsys/amdgpu: don' t do read-modify-write on command buffers

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 49f5ce39c10a289166df9d59c957e347925ca951 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49f5ce39c10a289166df9d59c957e347925ca951 Author: Marek Olšák Date: Sun Oct 8 23:47:30 2017 +0200 winsys/amdgpu: don't do read-modify-write on command buffers

Mesa (master): radeonsi: if there's just const buffer 0, set it in place of CONST/SSBO pointer

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 2f4705afde707e8eb41b9414c25df91aa1ea2fb3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f4705afde707e8eb41b9414c25df91aa1ea2fb3 Author: Marek Olšák Date: Sun Oct 8 03:44:07 2017 +0200 radeonsi: if there's just const buffer 0, set it in place of

Mesa (master): radeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9] for HS and GS

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: b762a0889612f36555743e6ee771e94f83c35018 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b762a0889612f36555743e6ee771e94f83c35018 Author: Marek Olšák Date: Sat Oct 7 21:26:14 2017 +0200 radeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9] for HS a

Mesa (master): radeonsi: unify code for extracting a buffer address from a descriptor

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 6d2664880cd8689ccee883150a1e8aa4f3b09843 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d2664880cd8689ccee883150a1e8aa4f3b09843 Author: Marek Olšák Date: Sun Oct 8 17:50:31 2017 +0200 radeonsi: unify code for extracting a buffer address from a d

Mesa (master): radeonsi/gfx9: use SPI_SHADER_USER_DATA_COMMON

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: 79c2e7388c7fae877fd2cf90d9ea1730992ef34c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79c2e7388c7fae877fd2cf90d9ea1730992ef34c Author: Marek Olšák Date: Sat Oct 7 21:34:03 2017 +0200 radeonsi/gfx9: use SPI_SHADER_USER_DATA_COMMON IB size: -0.4

Mesa (master): radeonsi: add si_descriptors:: gpu_address and remove buffer_offset

2017-10-17 Thread Marek Olšák
Module: Mesa Branch: master Commit: ee0e1a47ce11c9199bb4a132edd5f622051f989c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee0e1a47ce11c9199bb4a132edd5f622051f989c Author: Marek Olšák Date: Sun Oct 8 17:52:57 2017 +0200 radeonsi: add si_descriptors::gpu_address and remove buffer_o

Mesa (master): broadcom/vc4: Skip BO labeling when in simulator mode.

2017-10-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: b202f90f65efd33de5ffa382c5b60f35cad0c036 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b202f90f65efd33de5ffa382c5b60f35cad0c036 Author: Eric Anholt Date: Fri Oct 13 12:16:04 2017 -0700 broadcom/vc4: Skip BO labeling when in simulator mode. It wa

Mesa (master): broadcom/vc5: Don' t forget to set the RT format for 1555 textures.

2017-10-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: d623a34ab2f69bd18b8a6aaac1b4e4f6f5dcdc32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d623a34ab2f69bd18b8a6aaac1b4e4f6f5dcdc32 Author: Eric Anholt Date: Fri Oct 13 13:13:36 2017 -0700 broadcom/vc5: Don't forget to set the RT format for 1555 text

Mesa (master): broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode.

2017-10-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: cde209960c19ff866fa5a337541b68ef67198c48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cde209960c19ff866fa5a337541b68ef67198c48 Author: Eric Anholt Date: Fri Oct 13 12:22:33 2017 -0700 broadcom/vc4: Fix false-positive for the tiling ioctls on sim

Mesa (master): anv: Move close(fd) from anv_bo_cache_import to its callers (v2)

2017-10-17 Thread Chad Versace
Module: Mesa Branch: master Commit: eb69a61806a6bee22f2306420314ac712f4c6e1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb69a61806a6bee22f2306420314ac712f4c6e1e Author: Chad Versace Date: Mon Sep 11 16:41:21 2017 -0700 anv: Move close(fd) from anv_bo_cache_import to its callers

Mesa (master): anv/android: Link to libsync, liblog in Android.mk

2017-10-17 Thread Chad Versace
Module: Mesa Branch: master Commit: 3555d3613958f6845e2172dfe8ecf842c1d77687 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3555d3613958f6845e2172dfe8ecf842c1d77687 Author: Tapani Pälli Date: Thu Sep 14 09:57:40 2017 +0300 anv/android: Link to libsync, liblog in Android.mk chadv: I

Mesa (master): anv: Add field anv_image::planes[]::bo_is_owned (v2)

2017-10-17 Thread Chad Versace
Module: Mesa Branch: master Commit: 076a279a1a0e3ffd537ff8c8e3d8541bd2d07830 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=076a279a1a0e3ffd537ff8c8e3d8541bd2d07830 Author: Chad Versace Date: Tue Aug 29 01:36:42 2017 -0700 anv: Add field anv_image::planes[]::bo_is_owned (v2) If thi

Mesa (master): anv: Add func anv_gem_get_tiling()

2017-10-17 Thread Chad Versace
Module: Mesa Branch: master Commit: b5dc551014f45daba07339f884e89f87c1be923e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5dc551014f45daba07339f884e89f87c1be923e Author: Chad Versace Date: Tue Aug 29 01:34:44 2017 -0700 anv: Add func anv_gem_get_tiling() Will use in VK_ANDROID_n

Mesa (master): anv: Better support for Android logging (v2)

2017-10-17 Thread Chad Versace
Module: Mesa Branch: master Commit: a9ca8f370d6cce0569f15cbbf0986f5d2e0c1384 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9ca8f370d6cce0569f15cbbf0986f5d2e0c1384 Author: Chad Versace Date: Mon Jul 10 11:11:40 2017 -0700 anv: Better support for Android logging (v2) In src/intel/v

Mesa (master): intel: Add simple logging façade for Android (v2)

2017-10-17 Thread Chad Versace
Module: Mesa Branch: master Commit: aa716db0f64ddb60da17ed64cfcf1248b9ddf907 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa716db0f64ddb60da17ed64cfcf1248b9ddf907 Author: Chad Versace Date: Fri Aug 25 14:14:34 2017 -0700 intel: Add simple logging façade for Android (v2) I'm bring

Mesa (master): anv/android: Link to Android libraries in the autotools build

2017-10-17 Thread Chad Versace
Module: Mesa Branch: master Commit: 3791fe23afd1daa5018f325de5349e19d61a2e0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3791fe23afd1daa5018f325de5349e19d61a2e0f Author: Chad Versace Date: Mon Jul 10 11:15:35 2017 -0700 anv/android: Link to Android libraries in the autotools buil

Mesa (master): meson: s/radv_extensions/radv_extensions_c/ to respect var convention

2017-10-17 Thread Eric Engeström
Module: Mesa Branch: master Commit: 320018be77006ca515cc079d8024adbb493ac741 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=320018be77006ca515cc079d8024adbb493ac741 Author: Eric Engestrom Date: Tue Oct 17 18:58:28 2017 +0100 meson: s/radv_extensions/radv_extensions_c/ to respect var

Mesa (master): meson: track python script dependency

2017-10-17 Thread Eric Engeström
Module: Mesa Branch: master Commit: 1f0e80f8975b9e0ae0d47bada93109a764012795 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f0e80f8975b9e0ae0d47bada93109a764012795 Author: Eric Engestrom Date: Tue Oct 17 16:21:54 2017 +0100 meson: track python script dependency Suggested-by: Andre

Mesa (17.2): 54 new commits

2017-10-17 Thread Emil Velikov
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23c08dabc35290857b9903798981464ac4ecd0a4 Author: Emil Velikov Date: Thu Oct 12 11:39:46 2017 +0100 eglmesaext: add forward declaration for struct wl_buffers The user does not need to know the specifics of the struct, as only

Mesa (master): vulkan/wsi: Free the event in x11_manage_fifo_queues().

2017-10-17 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 3de87f7cd79b21ef3844670e601af4a60409986b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3de87f7cd79b21ef3844670e601af4a60409986b Author: Henri Verbeet Date: Fri Oct 13 17:10:26 2017 +0200 vulkan/wsi: Free the event in x11_manage_fifo_queues(). Cc

Mesa (master): meson: add missing radv_extensions.c generation for libvulkan_radeon

2017-10-17 Thread Eric Engeström
Module: Mesa Branch: master Commit: cde785927396e2581a3b3b3301c3783ea9a2961c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cde785927396e2581a3b3b3301c3783ea9a2961c Author: Eric Engestrom Date: Tue Oct 17 11:59:48 2017 +0100 meson: add missing radv_extensions.c generation for libvul

Mesa (master): nir: Add a helper for adding texture instruction sources

2017-10-17 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 41c75b5354e5d4382786ff853f6f5143a0fe4c6d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41c75b5354e5d4382786ff853f6f5143a0fe4c6d Author: Jason Ekstrand Date: Mon Oct 16 08:50:23 2017 -0700 nir: Add a helper for adding texture instruction sources

Mesa (master): anv/apply_pipeline_layout: Use nir_tex_instr_remove_src

2017-10-17 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 759ab66db036dd911cb589429eb4dbb3eb4fdc4c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=759ab66db036dd911cb589429eb4dbb3eb4fdc4c Author: Jason Ekstrand Date: Mon Oct 16 08:50:44 2017 -0700 anv/apply_pipeline_layout: Use nir_tex_instr_remove_src R

Mesa (master): st/va: Disable vaExportSurfaceHandle()

2017-10-17 Thread Leo Liu
Module: Mesa Branch: master Commit: b6f41e393ee650bcfc2c5a78804ef914fc40ff4b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6f41e393ee650bcfc2c5a78804ef914fc40ff4b Author: Mark Thompson Date: Sun Oct 15 20:57:21 2017 +0100 st/va: Disable vaExportSurfaceHandle() This is not in libv

Mesa (master): st/va: Return correct width and height for encode/ decode support

2017-10-17 Thread Leo Liu
Module: Mesa Branch: master Commit: 31fb7bbe0be83b2ad769568829a006855639bee8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31fb7bbe0be83b2ad769568829a006855639bee8 Author: Mark Thompson Date: Mon Oct 9 21:45:03 2017 +0100 st/va: Return correct width and height for encode/decode su

Mesa (master): st/va: Fix config entrypoint handling

2017-10-17 Thread Leo Liu
Module: Mesa Branch: master Commit: ba28c1c9f7800b81f1abfe482e2a03464d585519 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba28c1c9f7800b81f1abfe482e2a03464d585519 Author: Mark Thompson Date: Tue Oct 10 22:21:04 2017 +0100 st/va: Fix config entrypoint handling Consistently use it

Mesa (master): radv/image: bump all the offset to uint64_t.

2017-10-17 Thread Dave Airlie
Module: Mesa Branch: master Commit: 35c66f3e40177a97d74e614e2a324a03e2149c73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35c66f3e40177a97d74e614e2a324a03e2149c73 Author: Dave Airlie Date: Tue Oct 17 08:17:12 2017 +0100 radv/image: bump all the offset to uint64_t. So one of the C

Mesa (master): radv: port to using updated anv entrypoint/ extension generator.

2017-10-17 Thread Dave Airlie
Module: Mesa Branch: master Commit: 17201a2eb0b1b8538713691e6a46fb56d76cafe8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17201a2eb0b1b8538713691e6a46fb56d76cafe8 Author: Dave Airlie Date: Tue Oct 17 15:18:36 2017 +1000 radv: port to using updated anv entrypoint/extension generato

Mesa (master): radv: enable VK_KHX_multiview always.

2017-10-17 Thread Dave Airlie
Module: Mesa Branch: master Commit: c00256a12c5be3d0f1c222176b62c13c4a2e4b50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c00256a12c5be3d0f1c222176b62c13c4a2e4b50 Author: Dave Airlie Date: Tue Oct 17 16:47:16 2017 +1000 radv: enable VK_KHX_multiview always. This was in the wrong