Mesa (master): gitlab-ci: Disable meson-windows job for the time being

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: aaf1b0927069d0724cdc157584464b866dab9d9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aaf1b0927069d0724cdc157584464b866dab9d9d Author: Michel Dänzer Date: Wed Oct 30 09:38:20 2019 +0100 gitlab-ci: Disable meson-windows job for the time being It

Mesa (master): zink: Use optimal layout instead of general. Reduces valid layer warnings. Fixes RADV image noise.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d2bb63c8d4cdc02b1c33afadea5becd58fb7286c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2bb63c8d4cdc02b1c33afadea5becd58fb7286c Author: Duncan Hopkins Date: Wed Aug 14 11:07:47 2019 +0100 zink: Use optimal layout instead of general. Reduces valid

Mesa (master): zink: use dynamic state for line-width

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6d30abb4f14e238d128ab05479c6d4377a27ebfa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d30abb4f14e238d128ab05479c6d4377a27ebfa Author: Erik Faye-Lund Date: Tue Oct 29 12:43:56 2019 +0100 zink: use dynamic state for line-width This will lead to

Mesa (master): zink: drop nop descriptor-updates

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 4c4ac2d4d5184f154deaa611b231053ec33e73ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c4ac2d4d5184f154deaa611b231053ec33e73ce Author: Erik Faye-Lund Date: Tue Oct 29 14:12:02 2019 +0100 zink: drop nop descriptor-updates If there's nothing to b

Mesa (master): zink: use bitfield for dirty flagging

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b222f28357cb3cb2bae751675614a39362da2816 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b222f28357cb3cb2bae751675614a39362da2816 Author: Erik Faye-Lund Date: Tue Oct 29 13:27:58 2019 +0100 zink: use bitfield for dirty flagging Bitfields are a bit

Mesa (master): radv: Add an early exit in the secure compile if we already have the cache entries.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2e3a635ee698db793c999cb5f86cd2d66abddd37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e3a635ee698db793c999cb5f86cd2d66abddd37 Author: Bas Nieuwenhuizen Date: Wed Oct 30 03:29:21 2019 +0100 radv: Add an early exit in the secure compile if we alr

Mesa (master): radv: Compute hashes in secure process for secure compilation.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d78809632f58da1a34c23ccfd4456cb889276f39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d78809632f58da1a34c23ccfd4456cb889276f39 Author: Bas Nieuwenhuizen Date: Wed Oct 30 02:54:37 2019 +0100 radv: Compute hashes in secure process for secure compi

Mesa (master): radv: Split out commandbuffer submission.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 915e9178faf9c0ee9098b8915d8b30009ae4f08d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=915e9178faf9c0ee9098b8915d8b30009ae4f08d Author: Bas Nieuwenhuizen Date: Thu Oct 3 21:08:29 2019 +0200 radv: Split out commandbuffer submission. Reviewed-by:

Mesa (master): radv: Do sparse binding in queue submission.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a9c8424e0837f7c6d1532ce3937db771ebc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9c8424e0837f7c6d1532ce3937db771ebc8 Author: Bas Nieuwenhuizen Date: Sat Oct 19 17:05:22 2019 +0200 radv: Do sparse binding in queue submission. So we hav

Mesa (master): radv: Always enable syncobj when supported for all fences/semaphores.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 84d9551b232bdcead017b212cbb3e291486e698c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84d9551b232bdcead017b212cbb3e291486e698c Author: Bas Nieuwenhuizen Date: Sun Oct 20 19:15:24 2019 +0200 radv: Always enable syncobj when supported for all fenc

Mesa (master): radv: Split semaphore into two parts as enum+union.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c3eae659e7b53534389f02a9bf74cdbaff2710d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3eae659e7b53534389f02a9bf74cdbaff2710d8 Author: Bas Nieuwenhuizen Date: Sun Oct 20 22:50:58 2019 +0200 radv: Split semaphore into two parts as enum+union. Th

Mesa (master): radv: Improve fence signalling in QueueSubmit.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 45f4a639a870849dbef84756764b40566c7de35e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45f4a639a870849dbef84756764b40566c7de35e Author: Bas Nieuwenhuizen Date: Sun Oct 20 19:12:24 2019 +0200 radv: Improve fence signalling in QueueSubmit. Only si

Mesa (master): radv: Clean up unused variable.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 43ba44357c4dc3a329e996c1423c3dba864e4f49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43ba44357c4dc3a329e996c1423c3dba864e4f49 Author: Bas Nieuwenhuizen Date: Tue Oct 1 18:14:34 2019 +0200 radv: Clean up unused variable. Reviewed-by: Samuel Pi

Mesa (master): radv: Add wait-before-submit support for timelines.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 4aa75bb3bdd195d4715ee8fae51bfb0c0fcd823b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4aa75bb3bdd195d4715ee8fae51bfb0c0fcd823b Author: Bas Nieuwenhuizen Date: Mon Oct 28 02:44:54 2019 +0100 radv: Add wait-before-submit support for timelines. Th

Mesa (master): radv: Enable VK_KHR_timeline_semaphore.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 396195e8f1aac339cac85c0b1b554caab73f8abe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=396195e8f1aac339cac85c0b1b554caab73f8abe Author: Bas Nieuwenhuizen Date: Fri Oct 25 10:26:50 2019 +0200 radv: Enable VK_KHR_timeline_semaphore. Reviewed-by: S

Mesa (master): radv: Add timelines with a VK_KHR_timeline_semaphore impl.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 88d41367b8aee961e6c47173a1e8848009e2215a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88d41367b8aee961e6c47173a1e8848009e2215a Author: Bas Nieuwenhuizen Date: Tue Oct 22 10:18:06 2019 +0200 radv: Add timelines with a VK_KHR_timeline_semaphore im

Mesa (master): radv: Add temporary datastructure for submissions.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2117c53b72323b18d5a1a8893d0a65a6fe94dff4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2117c53b72323b18d5a1a8893d0a65a6fe94dff4 Author: Bas Nieuwenhuizen Date: Wed Oct 23 15:31:43 2019 +0200 radv: Add temporary datastructure for submissions. So

Mesa (master): mesa: add [Program]Uniform*64ARB display list support

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2d8b8d3bd1c21c4840378d2ef412ae7eb7798bed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d8b8d3bd1c21c4840378d2ef412ae7eb7798bed Author: Tapani Pälli Date: Fri Oct 25 11:00:04 2019 +0300 mesa: add [Program]Uniform*64ARB display list support This

Mesa (master): mesa: enable ARB_gpu_shader_int64 in compat profile

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 4f8c86e6a58980df524796048e12695e07b78a95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f8c86e6a58980df524796048e12695e07b78a95 Author: Tapani Pälli Date: Fri Oct 25 11:06:05 2019 +0300 mesa: enable ARB_gpu_shader_int64 in compat profile Signed-

Mesa (master): radv: fix dumping SPIR-V into hang reports

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d4e0bef1bbbe442fb6006ed13dac7ab7bca5e3fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4e0bef1bbbe442fb6006ed13dac7ab7bca5e3fd Author: Samuel Pitoiset Date: Mon Oct 28 16:56:15 2019 +0100 radv: fix dumping SPIR-V into hang reports Signed-off-by

Mesa (master): radv: fix perftest options

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 5a9d777f5ac66fee603f19247506bcf740b39843 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a9d777f5ac66fee603f19247506bcf740b39843 Author: Samuel Pitoiset Date: Mon Oct 28 15:12:27 2019 +0100 radv: fix perftest options RADV_PERFTEST=outooforder has

Mesa (master): radv: move nomemorycache debug option at the right palce

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c895e082813fdb7f23fe74186fc3e1ea0a50aa1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c895e082813fdb7f23fe74186fc3e1ea0a50aa1b Author: Samuel Pitoiset Date: Mon Oct 28 15:12:03 2019 +0100 radv: move nomemorycache debug option at the right palce

Mesa (master): anv: Avoid emitting UBO surface states that won't be used

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: beca63c6c07f7263a56a3517ba0fec6fe6335325 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=beca63c6c07f7263a56a3517ba0fec6fe6335325 Author: Jason Ekstrand Date: Tue Oct 29 16:10:49 2019 -0500 anv: Avoid emitting UBO surface states that won't be used

Mesa (master): intel/vec4: Set brw_stage_prog_data::has_ubo_pull

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 24c0545b2d5d79132ee48643886cd3eb285beb6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24c0545b2d5d79132ee48643886cd3eb285beb6f Author: Jason Ekstrand Date: Tue Oct 29 17:28:18 2019 -0500 intel/vec4: Set brw_stage_prog_data::has_ubo_pull In 0e4a

Mesa (master): aco: add can_reorder flags to load_ubo and load_constant

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 636d45e46a490667eac353b7d84d56053eafb5f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=636d45e46a490667eac353b7d84d56053eafb5f9 Author: Daniel Schürmann Date: Thu Oct 10 14:55:13 2019 +0200 aco: add can_reorder flags to load_ubo and load_constant

Mesa (master): aco: only skip RAR dependencies if the variable is killed somewhere

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 576f92d9007bd49d0a79aac9a6d8219bc3393604 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=576f92d9007bd49d0a79aac9a6d8219bc3393604 Author: Daniel Schürmann Date: Wed Aug 28 12:08:12 2019 +0200 aco: only skip RAR dependencies if the variable is kille

Mesa (master): aco: restrict scheduling depending on max_waves

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 703ce617ca4045a9e4d3e05b8e6ed607d89fd338 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=703ce617ca4045a9e4d3e05b8e6ed607d89fd338 Author: Daniel Schürmann Date: Thu Aug 29 17:17:32 2019 +0200 aco: restrict scheduling depending on max_waves Previou

Mesa (master): aco: don't schedule instructions through depending VMEM instructions

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 8b5aee78ccf84c69b7bd32672ed8cb2e1d7ffe91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b5aee78ccf84c69b7bd32672ed8cb2e1d7ffe91 Author: Daniel Schürmann Date: Thu Oct 10 16:31:40 2019 +0200 aco: don't schedule instructions through depending VMEM

Mesa (master): aco: try to group together VMEM loads of the same resource

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 8235bc64112c701ae763c76417ad8bb0644ad8cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8235bc64112c701ae763c76417ad8bb0644ad8cb Author: Rhys Perry Date: Fri Oct 18 13:05:00 2019 +0100 aco: try to group together VMEM loads of the same resource v2

Mesa (master): radeonsi: enable 8K video decode support for HEVC and VP9

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a886ae5162cb11e1a545efb0d940fb9128dbc4d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a886ae5162cb11e1a545efb0d940fb9128dbc4d8 Author: Leo Liu Date: Mon Oct 28 13:17:04 2019 -0400 radeonsi: enable 8K video decode support for HEVC and VP9 HW 8K

Mesa (master): radeon/vcn: Add VP9 8K decode support

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b4c812a26981d8fe4f803808780407523c946e6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4c812a26981d8fe4f803808780407523c946e6c Author: Leo Liu Date: Mon Oct 28 13:08:25 2019 -0400 radeon/vcn: Add VP9 8K decode support Require increase of contex

Mesa (master): radv: Enable ACO on Navi.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f53811aeace20530a502ea1ead3d4d2230dc1945 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f53811aeace20530a502ea1ead3d4d2230dc1945 Author: Timur Kristóf Date: Tue Sep 17 19:59:52 2019 +0200 radv: Enable ACO on Navi. Signed-off-by: Timur Kristóf Re

Mesa (master): radeonsi: align sdma byte count to dw

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 21b9a6b59019fe232beb8e82fc0eb231e56df268 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21b9a6b59019fe232beb8e82fc0eb231e56df268 Author: Pierre-Eric Pelloux-Prayer Date: Tue Oct 15 15:19:22 2019 +0200 radeonsi: align sdma byte count to dw If src/

Mesa (master): radeonsi: sdma misc fixes

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2fb4b3c47616083e8d2664e54a1bd9a2dee6be92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fb4b3c47616083e8d2664e54a1bd9a2dee6be92 Author: Pierre-Eric Pelloux-Prayer Date: Thu Oct 17 16:15:54 2019 +0200 radeonsi: sdma misc fixes SDMA IB doesn't nee

Mesa (master): radeonsi: disable sdma for gfx10

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 03a132912f6343bda834973e40eb35df33f75d8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03a132912f6343bda834973e40eb35df33f75d8e Author: Pierre-Eric Pelloux-Prayer Date: Tue Oct 22 10:12:49 2019 +0200 radeonsi: disable sdma for gfx10 Disable sdma

Mesa (staging/19.2): intel/blorp: Assign correct view while clearing depth stencil

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: staging/19.2 Commit: db4f7eae8bf617c9409f4f94b4d2b7b40e7c8b6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db4f7eae8bf617c9409f4f94b4d2b7b40e7c8b6c Author: Sagar Ghuge Date: Wed Aug 14 13:58:33 2019 -0700 intel/blorp: Assign correct view while clearing depth s

Mesa (master): freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: fa3baeab76dadeb61b7edfc849b6c5d379cc358a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa3baeab76dadeb61b7edfc849b6c5d379cc358a Author: Jonathan Marek Date: Fri Sep 6 12:59:15 2019 -0400 freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/

Mesa (master): intel/compiler: Make separate src0/src1 index tables

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c8fbc8823f9acc52fe92d1bd1ceb6b842abb892b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8fbc8823f9acc52fe92d1bd1ceb6b842abb892b Author: Matt Turner Date: Thu Feb 15 10:33:18 2018 -0800 intel/compiler: Make separate src0/src1 index tables TGL use

Mesa (master): intel/compiler: Add instruction compaction support on Gen12

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 12d3b11908e0a033be4f3e8b92ae4a36ce910f36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12d3b11908e0a033be4f3e8b92ae4a36ce910f36 Author: Matt Turner Date: Mon Sep 9 13:01:06 2019 -0700 intel/compiler: Add instruction compaction support on Gen12

Mesa (master): intel/compiler: Remove unreachable() from brw_reg_type.c

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ded9fb2b18b114d311a5425916b64a12fb7ff36b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ded9fb2b18b114d311a5425916b64a12fb7ff36b Author: Matt Turner Date: Wed Oct 16 12:45:55 2019 -0700 intel/compiler: Remove unreachable() from brw_reg_type.c The

Mesa (master): intel/compiler: Restructure instruction compaction in preparation for Gen12

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d0eff8a539fbd14e29a4ff2618114c5b9e01e9fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0eff8a539fbd14e29a4ff2618114c5b9e01e9fb Author: Matt Turner Date: Mon Feb 12 16:26:20 2018 -0800 intel/compiler: Restructure instruction compaction in prepara

Mesa (master): intel/compiler: Inline get_src_index()

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: cde73625f8aab8cc2a709ae1b83326ab266d4621 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cde73625f8aab8cc2a709ae1b83326ab266d4621 Author: Matt Turner Date: Mon Feb 12 16:35:49 2018 -0800 intel/compiler: Inline get_src_index() TGL will have separat

Mesa (master): aco: a couple loop handling fixes for GFX10 hazard pass

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d4684a294baf636d1bf71b51537bf229c31ec085 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4684a294baf636d1bf71b51537bf229c31ec085 Author: Rhys Perry Date: Tue Oct 29 11:19:39 2019 + aco: a couple loop handling fixes for GFX10 hazard pass It wa

Mesa (master): aco: rename README to README.md

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e1bcc7a8285c3b837a1e40cfa6205c4268a578db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1bcc7a8285c3b837a1e40cfa6205c4268a578db Author: Rhys Perry Date: Mon Oct 21 15:08:07 2019 +0100 aco: rename README to README.md Closes: #1974 Signed-off-by:

Mesa (master): radv: Start signalling semaphores in WSI acquire.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 780c937a5ded1a4586ba4160020200eebe57b311 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=780c937a5ded1a4586ba4160020200eebe57b311 Author: Bas Nieuwenhuizen Date: Wed Oct 30 14:51:17 2019 +0100 radv: Start signalling semaphores in WSI acquire. Wins

Mesa (master): zink: only enable KHR_external_memory_fd if supported

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 477f0198129abd768cb6d201d4319cdb5fc1d568 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=477f0198129abd768cb6d201d4319cdb5fc1d568 Author: Erik Faye-Lund Date: Wed Oct 23 12:16:22 2019 +0200 zink: only enable KHR_external_memory_fd if supported Whi

Mesa (master): iris: Align fast clear color state buffer to a page.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ffb46b2bb7e9a4a21ac37ef1569dad1a8efd1485 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffb46b2bb7e9a4a21ac37ef1569dad1a8efd1485 Author: Rafael Antognolli Date: Tue Aug 13 14:47:27 2019 -0700 iris: Align fast clear color state buffer to a page. O

Mesa (master): anv: Align fast clear color state buffer to a page.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e51722a7c79e64057a68ae16eee4735b9b190c7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e51722a7c79e64057a68ae16eee4735b9b190c7d Author: Rafael Antognolli Date: Tue Aug 13 14:47:27 2019 -0700 anv: Align fast clear color state buffer to a page. On

Mesa (master): iris: Set MOCS for external surfaces to uncached

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b529db00eec1dda761ba41921b16f94e46d5dae2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b529db00eec1dda761ba41921b16f94e46d5dae2 Author: Jordan Justen Date: Fri May 10 11:50:54 2019 -0700 iris: Set MOCS for external surfaces to uncached Signed-of

Mesa (master): etnaviv: fix depth bias

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 7b524e1acbe7d704a9920302529a0e02e8ef9a55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b524e1acbe7d704a9920302529a0e02e8ef9a55 Author: Jonathan Marek Date: Mon Sep 2 14:46:15 2019 -0400 etnaviv: fix depth bias Fixes remaining failures in these

Mesa (master): etnaviv: fix non-pointsprite points on GC7000L

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 329d322a16af3139e1ed6c74ec90f6408680f051 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=329d322a16af3139e1ed6c74ec90f6408680f051 Author: Jonathan Marek Date: Wed Jul 3 14:08:37 2019 -0400 etnaviv: fix non-pointsprite points on GC7000L Fixes thes

Mesa (master): etnaviv: stencil fix

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ad5cbbd228e06e578f152725d6b0bcef1436e404 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad5cbbd228e06e578f152725d6b0bcef1436e404 Author: Jonathan Marek Date: Sun Oct 20 14:37:25 2019 -0400 etnaviv: stencil fix The final version of previous stenci

Mesa (master): aco: always set scratch_offset in startpgm

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c79972b6047b1d49ec0c0652a2d7d716b1c2b457 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c79972b6047b1d49ec0c0652a2d7d716b1c2b457 Author: Daniel Schürmann Date: Wed Oct 30 18:24:39 2019 +0100 aco: always set scratch_offset in startpgm This patch a

Mesa (master): aco: Lower to CSSA

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 0b8216b2cdbcaccfd2bd1a65be6b8ac5654e3067 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b8216b2cdbcaccfd2bd1a65be6b8ac5654e3067 Author: Daniel Schürmann Date: Tue Oct 15 18:23:52 2019 +0200 aco: Lower to CSSA Converting to 'Conventional SSA Form

Mesa (master): aco: don't insert the exec mask into set of live-out variables when spilling

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d48d72e98af9436babeeb3a94b312f94bc582b36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d48d72e98af9436babeeb3a94b312f94bc582b36 Author: Daniel Schürmann Date: Wed Oct 30 12:00:23 2019 +0100 aco: don't insert the exec mask into set of live-out var

Mesa (master): aco: fix live-range splits of phis

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 8023dcd71ee9eb1c5db012d716e959e973323906 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8023dcd71ee9eb1c5db012d716e959e973323906 Author: Daniel Schürmann Date: Tue Oct 29 11:58:21 2019 +0100 aco: fix live-range splits of phis Reviewed-by: Rhys Pe

Mesa (master): aco: fix new_demand calculation for first instructions

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e73de4e1d820d4c22a0528eeef8c3dbeef74eb5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e73de4e1d820d4c22a0528eeef8c3dbeef74eb5f Author: Rhys Perry Date: Wed Oct 30 18:00:36 2019 + aco: fix new_demand calculation for first instructions Review

Mesa (master): aco: don't add interferences between spilled phi operands

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 93b42a190762dee01bd2b95be105add2d1bd529a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=93b42a190762dee01bd2b95be105add2d1bd529a Author: Daniel Schürmann Date: Wed Oct 30 12:32:32 2019 +0100 aco: don't add interferences between spilled phi operand

Mesa (master): aco: remove potential critical edge on loops.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 655a7033493692961428cf0861477ae89f458e9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=655a7033493692961428cf0861477ae89f458e9b Author: Daniel Schürmann Date: Tue Oct 29 11:57:11 2019 +0100 aco: remove potential critical edge on loops. Reviewed-

Mesa (master): aco: consider loop_exit blocks like merge blocks, even if they have only one predecessor

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: fdf8ad0256da38991e391bb08c8d0b5b351f86ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdf8ad0256da38991e391bb08c8d0b5b351f86ec Author: Daniel Schürmann Date: Wed Oct 30 12:04:22 2019 +0100 aco: consider loop_exit blocks like merge blocks, even i

Mesa (master): aco: omit linear VGPRs as spill variables

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b0de16b7de051be460fe1f70c7ede42f1fdb005b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0de16b7de051be460fe1f70c7ede42f1fdb005b Author: Daniel Schürmann Date: Wed Oct 30 14:54:44 2019 +0100 aco: omit linear VGPRs as spill variables Reviewed-by:

Mesa (master): aco: implement VGPR spilling

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 86786999189c43b4a2c8e1c1a18b55cd2f369fff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86786999189c43b4a2c8e1c1a18b55cd2f369fff Author: Daniel Schürmann Date: Thu Oct 24 18:27:25 2019 +0200 aco: implement VGPR spilling VGPR spilling is implement

Mesa (master): aco: simplify calculation of target register pressure when spilling

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a7ff1bb5b9a78cf57073b5e2e136daf0c85078d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7ff1bb5b9a78cf57073b5e2e136daf0c85078d6 Author: Daniel Schürmann Date: Thu Oct 24 11:38:37 2019 +0200 aco: simplify calculation of target register pressure wh

Mesa (master): aco: ensure that spilled VGPR reloads are done after p_logical_start

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: aded548e6600b5684e7d278799e9aa8d44779f39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aded548e6600b5684e7d278799e9aa8d44779f39 Author: Daniel Schürmann Date: Wed Oct 30 14:42:00 2019 +0100 aco: ensure that spilled VGPR reloads are done after p_l

Mesa (master): aco: improve live variable analysis

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 78bca0d0ce5aab154b95ddbaeb659035996d3f8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78bca0d0ce5aab154b95ddbaeb659035996d3f8b Author: Daniel Schürmann Date: Tue Oct 29 11:56:09 2019 +0100 aco: improve live variable analysis This patch makes th

Mesa (master): aco: fix transitive affinities of spilled variables

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: cd20e29de14496225de5ff4503e04701e1affc52 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd20e29de14496225de5ff4503e04701e1affc52 Author: Daniel Schürmann Date: Wed Oct 16 16:39:06 2019 +0200 aco: fix transitive affinities of spilled variables Var

Mesa (master): iris: Add Tile Cache Flush for Unified Cache.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d3995c19ebad8c0502ef3a6a88935a6e45d57c11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3995c19ebad8c0502ef3a6a88935a6e45d57c11 Author: Rafael Antognolli Date: Mon Apr 29 11:05:07 2019 -0700 iris: Add Tile Cache Flush for Unified Cache. --- sr

Mesa (master): anv: Add Tile Cache Flush for Unified Cache.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 3c317e8187271dac7461cd193167b06a61f56bfc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c317e8187271dac7461cd193167b06a61f56bfc Author: Rafael Antognolli Date: Tue Apr 30 13:34:20 2019 -0700 anv: Add Tile Cache Flush for Unified Cache. --- src

Mesa (master): intel/genxml: Add gen12 tile cache flush bit

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f573cd4757355c5ffe66c90ad6e08265865ec730 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f573cd4757355c5ffe66c90ad6e08265865ec730 Author: Jordan Justen Date: Fri Sep 8 19:08:21 2017 -0700 intel/genxml: Add gen12 tile cache flush bit Signed-off-by

Mesa (master): blorp: Add Tile Cache Flush for Unified Cache.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a99c67b690cf7f7b92c25b859719331c8a496f03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a99c67b690cf7f7b92c25b859719331c8a496f03 Author: Rafael Antognolli Date: Tue Apr 30 13:34:06 2019 -0700 blorp: Add Tile Cache Flush for Unified Cache. --- s

Mesa (master): radv: Allocate space for temp. semaphore parts.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ae454a03b7d01a08ce6c3bc309f150e0980e093c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae454a03b7d01a08ce6c3bc309f150e0980e093c Author: Bas Nieuwenhuizen Date: Wed Oct 30 19:52:51 2019 +0100 radv: Allocate space for temp. semaphore parts. Calcul

Mesa (master): intel/dump_gpu: handle context create extended ioctl

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 632995227c173274dcd618262118d1fe09c8eef5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=632995227c173274dcd618262118d1fe09c8eef5 Author: Lionel Landwerlin Date: Fri Oct 25 13:52:47 2019 +0300 intel/dump_gpu: handle context create extended ioctl S

Mesa (master): intel/dev: Add preliminary device info for Tigerlake

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 8125d7960b672bcd597a2687e3078899afc52560 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8125d7960b672bcd597a2687e3078899afc52560 Author: Jordan Justen Date: Tue Aug 8 14:08:58 2017 -0700 intel/dev: Add preliminary device info for Tigerlake Rewor

Mesa (master): docs/relnotes/new_features.txt: Add note about gen12 support

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 98da2086606c52af0f043eb5b838a3857012ca20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98da2086606c52af0f043eb5b838a3857012ca20 Author: Jordan Justen Date: Fri Oct 25 04:20:37 2019 -0700 docs/relnotes/new_features.txt: Add note about gen12 suppor

Mesa (master): intel/eu/validate/gen12: Add TGL to eu_validate tests.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2b186264cc252c0f702823cbc5ed099507a11ce0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b186264cc252c0f702823cbc5ed099507a11ce0 Author: Jordan Justen Date: Tue Mar 20 08:23:35 2018 -0700 intel/eu/validate/gen12: Add TGL to eu_validate tests. The

Mesa (master): Bump VERSION to 20.0.0-devel

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1fdcc2494e3163e9c92193ffda129047dab686d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fdcc2494e3163e9c92193ffda129047dab686d4 Author: Dylan Baker Date: Wed Oct 30 14:56:02 2019 -0700 Bump VERSION to 20.0.0-devel --- VERSION | 2 +- 1 file ch

Mesa: tag 19.3-branchpoint: Mesa 19.3 branchpoint

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: refs/tags/19.3-branchpoint Tag:6c7a77e536179391d23bafab2cb6327536e43fe2 URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=6c7a77e536179391d23bafab2cb6327536e43fe2 Tagger: Dylan Baker Date: Wed Oct 30 14:54:39 2019 -0700 Mesa 19.3 branchpoint __

Mesa (19.3): VERSION: bump to rc1

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: 19.3 Commit: 20512e9ddb47cf0d9c38ea8315cdc61bcfc8d14a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20512e9ddb47cf0d9c38ea8315cdc61bcfc8d14a Author: Dylan Baker Date: Wed Oct 30 14:58:09 2019 -0700 VERSION: bump to rc1 --- VERSION | 2 +- 1 file changed, 1 i

Mesa: tag mesa-19.3.0-rc1: mesa-19.3.0-rc1

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: refs/tags/mesa-19.3.0-rc1 Tag:ffece3446a9ed027d8bfb22db665ceb012129fe6 URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=ffece3446a9ed027d8bfb22db665ceb012129fe6 Tagger: Dylan Baker Date: Wed Oct 30 15:13:46 2019 -0700 mesa-19.3.0-rc1 _

Mesa (staging/19.3): VERSION: bump to rc1

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: staging/19.3 Commit: 20512e9ddb47cf0d9c38ea8315cdc61bcfc8d14a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20512e9ddb47cf0d9c38ea8315cdc61bcfc8d14a Author: Dylan Baker Date: Wed Oct 30 14:58:09 2019 -0700 VERSION: bump to rc1 --- VERSION | 2 +- 1 file chan

Mesa (master): docs/new_features: Empty the feature list for the 20.0 cycle

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 422695219925084e20b30f1a919619ca97efb635 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=422695219925084e20b30f1a919619ca97efb635 Author: Dylan Baker Date: Wed Oct 30 15:18:27 2019 -0700 docs/new_features: Empty the feature list for the 20.0 cycle

Mesa (master): intel/dev: set default num_eu_per_subslice on gen12

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e02c181bfdc554f298f861bb39d20f0bfd7c2dca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e02c181bfdc554f298f861bb39d20f0bfd7c2dca Author: Lionel Landwerlin Date: Thu Oct 31 00:03:30 2019 +0200 intel/dev: set default num_eu_per_subslice on gen12 Si

Mesa (master): gm107/ir: fix loading z offset for layered 3d image bindings

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 869e32593a9096b845dd6106f8f86e1c41fac968 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=869e32593a9096b845dd6106f8f86e1c41fac968 Author: Ilia Mirkin Date: Sun Feb 3 23:25:07 2019 -0500 gm107/ir: fix loading z offset for layered 3d image bindings

Mesa (master): nv50/ir: mark STORE destination inputs as used

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1b9d1e13d8e14c348f6d6c8fab5f31e8768a1371 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b9d1e13d8e14c348f6d6c8fab5f31e8768a1371 Author: Ilia Mirkin Date: Mon Oct 14 02:40:11 2019 -0400 nv50/ir: mark STORE destination inputs as used Observed an i

Mesa (master): radv: Fix timeout handling in syncobj wait.

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ec770085c270cb167c02f299f6985744682933b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec770085c270cb167c02f299f6985744682933b1 Author: Bas Nieuwenhuizen Date: Wed Oct 30 21:58:42 2019 +0100 radv: Fix timeout handling in syncobj wait. libdrm ret

Mesa (master): nir: fix couple of compile warnings

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b380d479989a2663a74003750e3ad0317e57efaf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b380d479989a2663a74003750e3ad0317e57efaf Author: Tapani Pälli Date: Wed Oct 30 14:43:57 2019 +0200 nir: fix couple of compile warnings Fixes "warning: braces

Mesa (master): intel/compiler: Report the number of non-spill/fill SEND messages on vec4 too

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 7b3f38ef69769f1d2bc022186b404885396b1136 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b3f38ef69769f1d2bc022186b404885396b1136 Author: Ian Romanick Date: Tue Oct 29 12:18:16 2019 -0700 intel/compiler: Report the number of non-spill/fill SEND mes

Mesa (master): lima: introduce ppir_op_load_coords_reg to differentiate between loading texture coordinates straight from a varying vs loading them from a register

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9890590fba9d7a7c0d70c9f234b49338d0af2cf3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9890590fba9d7a7c0d70c9f234b49338d0af2cf3 Author: Arno Messiaen Date: Sun Oct 13 00:05:57 2019 +0200 lima: introduce ppir_op_load_coords_reg to differentiate be

Mesa (master): lima: add cubemap support

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a9391a1a01dea4867d3c950687bc63dedbe853c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9391a1a01dea4867d3c950687bc63dedbe853c8 Author: Arno Messiaen Date: Tue Sep 17 23:40:03 2019 +0200 lima: add cubemap support Signed-off-by: Arno Messiaen Re

Mesa (master): lima: fix stride in texture descriptor

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f3686083a4144e520090b109640cde5945a0b307 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3686083a4144e520090b109640cde5945a0b307 Author: Arno Messiaen Date: Sun Sep 29 23:21:39 2019 +0200 lima: fix stride in texture descriptor Signed-off-by: Arno

Mesa (master): lima: add layer_stride field to lima_resource struct

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 28e1d55d6e58594295dcaef480f93a273ee57aa9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28e1d55d6e58594295dcaef480f93a273ee57aa9 Author: Arno Messiaen Date: Sun Sep 29 23:20:45 2019 +0200 lima: add layer_stride field to lima_resource struct Signe

Mesa (master): radv: declare NGG scratch for VS or TES and only on GFX10

2019-10-30 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1e36a8f41db9908cbb0773b4bd9731e0b9d166f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e36a8f41db9908cbb0773b4bd9731e0b9d166f9 Author: Samuel Pitoiset Date: Mon Oct 28 14:41:13 2019 +0100 radv: declare NGG scratch for VS or TES and only on GFX10