Mesa (master): ci: remove unused .test-radv-fossilize rule

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 5dbf862b13214cec4765811abba9c4b0f04d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dbf862b13214cec4765811abba9c4b0f04d Author: Samuel Pitoiset Date: Mon May 4 11:43:26 2020 +0200 ci: remove unused .test-radv-fossilize rule Signed-off-b

Mesa (master): ci: run radv-fossils with Pitcairn (GFX6) and Bonaire (GFX7) too

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f9dbca8db5e2dc857410f1ab34f85ca6dc837413 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9dbca8db5e2dc857410f1ab34f85ca6dc837413 Author: Samuel Pitoiset Date: Mon May 4 11:48:46 2020 +0200 ci: run radv-fossils with Pitcairn (GFX6) and Bonaire (GF

Mesa (master): ci: set ACO_DEBUG=validateir,validatera global for RADV testing

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a44cfac502f9a740d0c21b561f270e4221cb78d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a44cfac502f9a740d0c21b561f270e4221cb78d7 Author: Samuel Pitoiset Date: Mon May 4 11:44:45 2020 +0200 ci: set ACO_DEBUG=validateir,validatera global for RADV t

Mesa (master): r600/sb: replace memset by using member initialization/assignment

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 79f20eb819e4ca4c09a5602c0d82ac905773cc66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79f20eb819e4ca4c09a5602c0d82ac905773cc66 Author: Gert Wollny Date: Wed May 6 18:29:44 2020 +0200 r600/sb: replace memset by using member initialization/assign

Mesa (master): r600: Fix warning regarding mixing enums and unsigned in ?: expression

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a6321c4b5a038db4682e49e098e9368df7ea18c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6321c4b5a038db4682e49e098e9368df7ea18c4 Author: Gert Wollny Date: Wed May 6 18:48:35 2020 +0200 r600: Fix warning regarding mixing enums and unsigned in ?: e

Mesa (master): r600: remove some unused variables to silence warnings

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 5469fcea75457542b699404b003bfb051a5fc6b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5469fcea75457542b699404b003bfb051a5fc6b0 Author: Gert Wollny Date: Wed May 6 18:48:05 2020 +0200 r600: remove some unused variables to silence warnings Signe

Mesa (master): r600: remove unused static functions

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ee3f4ab2f439c1180067072cb943d2ba4a6c33b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee3f4ab2f439c1180067072cb943d2ba4a6c33b9 Author: Gert Wollny Date: Wed May 6 18:10:39 2020 +0200 r600: remove unused static functions Related #2860 Signed-o

Mesa (master): r600: Annotate some case fallthroughs

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9a244778f7304d47e40a10415e06607835f18a63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a244778f7304d47e40a10415e06607835f18a63 Author: Gert Wollny Date: Wed May 6 18:09:52 2020 +0200 r600: Annotate some case fallthroughs Also fix indentions wh

Mesa (master): virgl: implement ARB_clear_texture

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e705a2a9f48d3247557d468216c797dfb1758826 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e705a2a9f48d3247557d468216c797dfb1758826 Author: Elie Tournier Date: Fri Mar 20 11:50:06 2020 + virgl: implement ARB_clear_texture Signed-off-by: Elie Tou

Mesa (master): docs/features: Add ARB_clear_texture to virgl

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9a11aa4ece691ac9b6d8911cac6f3727ac3d7094 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a11aa4ece691ac9b6d8911cac6f3727ac3d7094 Author: Elie Tournier Date: Mon Mar 16 10:05:33 2020 + docs/features: Add ARB_clear_texture to virgl Signed-off-b

Mesa (master): virgl: Enable CAP_CLEAR_TEXTURE if host supports it

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2e6bbab9aecd8e6cfb6e2e8dd408460a96365ada URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e6bbab9aecd8e6cfb6e2e8dd408460a96365ada Author: Elie Tournier Date: Fri Mar 13 11:26:04 2020 + virgl: Enable CAP_CLEAR_TEXTURE if host supports it Signed

Mesa (master): nir: make fsat return 0.0 with NaN instead of passing it through

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: abc4a8285776dcded21d0b7f3035c9858d061611 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abc4a8285776dcded21d0b7f3035c9858d061611 Author: Rhys Perry Date: Mon Feb 3 21:19:52 2020 + nir: make fsat return 0.0 with NaN instead of passing it throu

Mesa (master): compiler/spirv: flag nclamp/nmin/nmax as exact

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d8a27c0bb3049963934c77d104db39ecf610e3b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8a27c0bb3049963934c77d104db39ecf610e3b9 Author: Rhys Perry Date: Mon Feb 3 21:18:42 2020 + compiler/spirv: flag nclamp/nmin/nmax as exact Signed-off-by:

Mesa (master): clover/nir: Check the result of spirv_to_nir

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 38bbfd3a57d68abdc88a93b436eac9f30a397b0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38bbfd3a57d68abdc88a93b436eac9f30a397b0f Author: Pierre Moreau Date: Tue May 5 13:13:19 2020 +0200 clover/nir: Check the result of spirv_to_nir Fixes: deb04a

Mesa (master): docs: add src/amd/ to sourcetree.html

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1aaec1f3f451c60456aa4b28699fd57c7b22d021 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1aaec1f3f451c60456aa4b28699fd57c7b22d021 Author: Rhys Perry Date: Tue May 5 17:30:16 2020 +0100 docs: add src/amd/ to sourcetree.html This file doesn't seem

Mesa (master): docs/envvars: update RADV_FORCE_FAMILY

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 17ed4a01ee2bdb773109cf06ea8f827737f88684 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17ed4a01ee2bdb773109cf06ea8f827737f88684 Author: Rhys Perry Date: Tue May 5 17:39:59 2020 +0100 docs/envvars: update RADV_FORCE_FAMILY Signed-off-by: Rhys Pe

Mesa (master): docs/envvars: document ACO_DEBUG

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 5c6afd0f349b17aaa0b2e06ccee44fa709d6285c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c6afd0f349b17aaa0b2e06ccee44fa709d6285c Author: Rhys Perry Date: Tue May 5 17:31:26 2020 +0100 docs/envvars: document ACO_DEBUG Signed-off-by: Rhys Perry R

Mesa (master): v3d: Include supported DXT formats to enable s3tc/dxt extensions

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 905edc376dd1ace6ac2af0fc351606210a0141a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=905edc376dd1ace6ac2af0fc351606210a0141a1 Author: Jose Maria Casanova Crespo Date: Thu May 7 03:50:16 2020 +0200 v3d: Include supported DXT formats to enable s

Mesa (master): v3d: Fix swizzle in DXT3 and DXT5 formats

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e3ecf48dda2ddabfbabdad83e19d280d0edb8246 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3ecf48dda2ddabfbabdad83e19d280d0edb8246 Author: Jose Maria Casanova Crespo Date: Thu May 7 03:37:22 2020 +0200 v3d: Fix swizzle in DXT3 and DXT5 formats Swi

Mesa (master): util/os_memory: never use os_memory_debug.h

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 7ba2333cc17e7f0a1520866bcfd60a991d34295e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ba2333cc17e7f0a1520866bcfd60a991d34295e Author: Erik Faye-Lund Date: Wed May 6 15:33:37 2020 +0200 util/os_memory: never use os_memory_debug.h This is curre

Mesa (staging/20.1): clover/nir: Check the result of spirv_to_nir

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.1 Commit: c862a0f963fc4d4a4a8a96961e2688109bbb3074 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c862a0f963fc4d4a4a8a96961e2688109bbb3074 Author: Pierre Moreau Date: Tue May 5 13:13:19 2020 +0200 clover/nir: Check the result of spirv_to_nir Fixes:

Mesa (staging/20.1): .pick_status.json: Update to 905edc376dd1ace6ac2af0fc351606210a0141a1

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.1 Commit: c25426520e3fbd8089ba2a2d181f5488fa97c6a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c25426520e3fbd8089ba2a2d181f5488fa97c6a6 Author: Eric Engestrom Date: Thu May 7 16:06:47 2020 +0200 .pick_status.json: Update to 905edc376dd1ace6ac2af0f

Mesa (staging/20.1): .pick_status.json: Update to 7ba2333cc17e7f0a1520866bcfd60a991d34295e

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.1 Commit: 348e84d24395a4c80951a3dd7b2393b3b7fc7788 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=348e84d24395a4c80951a3dd7b2393b3b7fc7788 Author: Eric Engestrom Date: Thu May 7 18:23:58 2020 +0200 .pick_status.json: Update to 7ba2333cc17e7f0a1520866

Mesa (staging/20.1): v3d: Fix swizzle in DXT3 and DXT5 formats

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.1 Commit: 713135ec6b85f7c385fe8357c16a13572e53ed73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=713135ec6b85f7c385fe8357c16a13572e53ed73 Author: Jose Maria Casanova Crespo Date: Thu May 7 03:37:22 2020 +0200 v3d: Fix swizzle in DXT3 and DXT5 format

Mesa (staging/20.1): v3d: Include supported DXT formats to enable s3tc/dxt extensions

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.1 Commit: bddee60734b93d55c9bdd2eb8f9fbf1fed2080d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bddee60734b93d55c9bdd2eb8f9fbf1fed2080d2 Author: Jose Maria Casanova Crespo Date: Thu May 7 03:50:16 2020 +0200 v3d: Include supported DXT formats to en

Mesa (staging/20.1): util/os_memory: never use os_memory_debug.h

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.1 Commit: dc28a916e92b797ae0c1e62804628c35b2ae813c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc28a916e92b797ae0c1e62804628c35b2ae813c Author: Erik Faye-Lund Date: Wed May 6 15:33:37 2020 +0200 util/os_memory: never use os_memory_debug.h This is

Mesa (master): tu: Support pipelines without a fragment shader

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6d513eb0db25a272da65822f35907456b544f172 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d513eb0db25a272da65822f35907456b544f172 Author: Connor Abbott Date: Thu May 7 00:07:48 2020 +0200 tu: Support pipelines without a fragment shader Apparently

Mesa (staging/20.0): v3d: Fix swizzle in DXT3 and DXT5 formats

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: 574b5b37e4111787f7cf2571d12a025be5c6f9e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=574b5b37e4111787f7cf2571d12a025be5c6f9e7 Author: Jose Maria Casanova Crespo Date: Thu May 7 03:37:22 2020 +0200 v3d: Fix swizzle in DXT3 and DXT5 format

Mesa (staging/20.0): radeonsi: retab si_shader_llvm_ps.c

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: c6a65843ff12fea102fa11ee499cbc30af284353 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6a65843ff12fea102fa11ee499cbc30af284353 Author: Dylan Baker Date: Thu May 7 09:56:05 2020 -0700 radeonsi: retab si_shader_llvm_ps.c So that patches ap

Mesa (staging/20.0): .pick_status.json: Update to 6d513eb0db25a272da65822f35907456b544f172

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: 1d1d583696214802e4ad519e299c371d6c936f91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d1d583696214802e4ad519e299c371d6c936f91 Author: Dylan Baker Date: Thu May 7 09:47:43 2020 -0700 .pick_status.json: Update to 6d513eb0db25a272da65822f35

Mesa (staging/20.0): radv: don't report error with other vendor DRM devices

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: 7bb2d35b381938ea28219e9f06a00aa054b13e0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bb2d35b381938ea28219e9f06a00aa054b13e0a Author: Samuel Pitoiset Date: Wed Apr 29 13:23:22 2020 +0200 radv: don't report error with other vendor DRM devi

Mesa (staging/20.0): radeonsi: fix compilation of monolithic PS

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: 9109f99add0593d2496d1bfc78afd5c1b9761623 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9109f99add0593d2496d1bfc78afd5c1b9761623 Author: Marek Olšák Date: Wed May 6 09:42:55 2020 -0400 radeonsi: fix compilation of monolithic PS This was to

Mesa (staging/20.0): v3d: Include supported DXT formats to enable s3tc/dxt extensions

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: e45959247fa275c02d6e1b93733e435e25b6cc45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e45959247fa275c02d6e1b93733e435e25b6cc45 Author: Jose Maria Casanova Crespo Date: Thu May 7 03:50:16 2020 +0200 v3d: Include supported DXT formats to en

Mesa (staging/20.0): clover/nir: Check the result of spirv_to_nir

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: ef726459dd4fbd5354018035aad978f5ae21dd30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef726459dd4fbd5354018035aad978f5ae21dd30 Author: Pierre Moreau Date: Tue May 5 13:13:19 2020 +0200 clover/nir: Check the result of spirv_to_nir Fixes:

Mesa (staging/20.0): radv: report INITIALIZATION_FAILED when the amdgpu winsys init failed

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: staging/20.0 Commit: 5f3ab97cb88a5aa926b87116a0ef79882258bd42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f3ab97cb88a5aa926b87116a0ef79882258bd42 Author: Samuel Pitoiset Date: Wed Apr 29 13:24:36 2020 +0200 radv: report INITIALIZATION_FAILED when the amdgpu

Mesa (master): anv: don't expose VK_INTEL_performance_query without kernel support

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 4f17e9eef6f9f8a2986264b3da5157542983a1da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f17e9eef6f9f8a2986264b3da5157542983a1da Author: Lionel Landwerlin Date: Thu May 7 11:36:36 2020 +0300 anv: don't expose VK_INTEL_performance_query without ke

Mesa (master): panfrost: Don't trample on top of Bifrost-specific unions

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9c3e82296c8bfc96ac956918a69f917a954c1f12 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c3e82296c8bfc96ac956918a69f917a954c1f12 Author: Tomeu Vizoso Date: Thu May 7 14:56:17 2020 +0200 panfrost: Don't trample on top of Bifrost-specific unions S

Mesa (master): panfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_bifrost_blend

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 58b66f82e648eaa9378699aadcc5862bb941483d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58b66f82e648eaa9378699aadcc5862bb941483d Author: Tomeu Vizoso Date: Thu May 7 14:56:53 2020 +0200 panfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_bifro

Mesa (master): panfrost: Add checksum BOs to batch

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a4d41a151095f73b4b8a7ba06bf06adc7cedebd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4d41a151095f73b4b8a7ba06bf06adc7cedebd8 Author: Tomeu Vizoso Date: Mon May 4 09:01:19 2020 +0200 panfrost: Add checksum BOs to batch So they don't get relea

Mesa (master): pan/decode: Fix flags_hi printing

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 7e53cce3ba4bdbddcad5f740a915f126f2388dd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e53cce3ba4bdbddcad5f740a915f126f2388dd6 Author: Alyssa Rosenzweig Date: Mon May 4 12:48:34 2020 -0400 pan/decode: Fix flags_hi printing Signed-off-by: Alyss

Mesa (master): gallium/swr: Fix crashes in sampling code

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 58dfb38f784c70020fd57dc38a0fd6c7f0aed80d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58dfb38f784c70020fd57dc38a0fd6c7f0aed80d Author: Jan Zielinski Date: Thu May 7 16:49:15 2020 +0200 gallium/swr: Fix crashes in sampling code Add missing func

Mesa (master): nir/algebraic: Split ibfe and ubfe with two constant sources

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f46eabf84e6a3227ce846f6725ad16517d146dae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f46eabf84e6a3227ce846f6725ad16517d146dae Author: Ian Romanick Date: Fri Mar 6 13:22:45 2020 -0800 nir/algebraic: Split ibfe and ubfe with two constant sources

Mesa (master): nir/algebraic: Recognize open-coded byte or word extract from bfe

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 0d605a8bbfd0eb84e010bb9944df53b1f7242156 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d605a8bbfd0eb84e010bb9944df53b1f7242156 Author: Ian Romanick Date: Fri Mar 6 08:00:42 2020 -0800 nir/algebraic: Recognize open-coded byte or word extract fro

Mesa (master): nir/algebraic: Optimize some bfe patterns

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 3b6449d45317f4441eef464b415f5c65e5103dab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b6449d45317f4441eef464b415f5c65e5103dab Author: Ian Romanick Date: Thu Mar 5 13:32:07 2020 -0800 nir/algebraic: Optimize some bfe patterns v2: Use -x instea

Mesa (master): llvmpipe: make sample position a global array.

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 89d4b6b5c857e1efcff4d945fb83b4e77d26378d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89d4b6b5c857e1efcff4d945fb83b4e77d26378d Author: Dave Airlie Date: Thu May 7 10:04:16 2020 +1000 llvmpipe: make sample position a global array. I messed this

Mesa (master): amd: remove duplicated definitions from amdgpu_drm.h

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 127aaf0b9ac1eb46633df35c899b5d1a175a7220 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=127aaf0b9ac1eb46633df35c899b5d1a175a7220 Author: Marek Olšák Date: Sat May 2 09:10:42 2020 -0400 amd: remove duplicated definitions from amdgpu_drm.h Reviewe

Mesa (master): amd: update amdgpu_drm.h

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 25edf9b136415fc9c079ad8613b89ce261b5c351 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25edf9b136415fc9c079ad8613b89ce261b5c351 Author: Marek Olšák Date: Sat May 2 09:05:55 2020 -0400 amd: update amdgpu_drm.h Reviewed-by: Bas Nieuwenhuizen Rev

Mesa (master): ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.c

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 7691de0dcefd7a518ee1ecc4d2cd3803e42cc803 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7691de0dcefd7a518ee1ecc4d2cd3803e42cc803 Author: Marek Olšák Date: Sat May 2 10:58:46 2020 -0400 ac/surface,radeonsi: move the set/get_bo_metadata code to ac_

Mesa (master): amd: assume CMASK is always rb/pipe_aligned, remove ac_surface.u.gfx9.cmask

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: cf61f635ff6a38aad344ebe30551eaaac6fec038 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf61f635ff6a38aad344ebe30551eaaac6fec038 Author: Marek Olšák Date: Sat May 2 09:19:18 2020 -0400 amd: assume CMASK is always rb/pipe_aligned, remove ac_surfac

Mesa (master): amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htile

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 56e37374ddbc3b66bcfa4d0dadcb1fd53074c822 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56e37374ddbc3b66bcfa4d0dadcb1fd53074c822 Author: Marek Olšák Date: Sat May 2 09:19:18 2020 -0400 amd: assume HTILE is always rb/pipe_aligned, remove ac_surfac

Mesa (master): ac/surface,radeonsi: move the set/get_umd_metadata code into ac_surface.c

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c164ea86e193c710d41de769ddfb169ab53ced51 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c164ea86e193c710d41de769ddfb169ab53ced51 Author: Marek Olšák Date: Sat May 2 12:23:51 2020 -0400 ac/surface,radeonsi: move the set/get_umd_metadata code into

Mesa (master): ac/surface: override all offsets including metadata offsets

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c9e73624022a482ffe0a41d0cae007e04cc61dc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9e73624022a482ffe0a41d0cae007e04cc61dc4 Author: Marek Olšák Date: Mon May 4 07:53:38 2020 -0400 ac/surface: override all offsets including metadata offsets

Mesa (master): amd: unify code for overriding offset and stride for imported buffers

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 441eaef6a9e5bb6d55bb3f875d60b35a5e70042b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=441eaef6a9e5bb6d55bb3f875d60b35a5e70042b Author: Marek Olšák Date: Mon May 4 07:43:44 2020 -0400 amd: unify code for overriding offset and stride for imported

Mesa (master): aco: either copy-propagate or inline create_vector operands

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 37e89e30276724932328edb7b8bf4909606052d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37e89e30276724932328edb7b8bf4909606052d1 Author: Daniel Schürmann Date: Wed May 6 17:24:38 2020 +0100 aco: either copy-propagate or inline create_vector opera

Mesa (master): radeonsi: Fix omitted flush when moving suballocated texture

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 808eb20186a23be1a1917668e374243151e6699e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=808eb20186a23be1a1917668e374243151e6699e Author: Blaž Tomažič Date: Wed May 6 21:34:10 2020 +0200 radeonsi: Fix omitted flush when moving suballocated texture

Mesa (master): st/wgl: pass st_context_iface into stw_st_framebuffer_present_locked

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 947bb04fcc03c9c1b8a04a6b3cd7f86825e6f244 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=947bb04fcc03c9c1b8a04a6b3cd7f86825e6f244 Author: Erik Faye-Lund Date: Tue May 5 21:59:22 2020 +0200 st/wgl: pass st_context_iface into stw_st_framebuffer_pres

Mesa (master): st/wgl: allocate and resolve msaa-textures

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a885ee5258241d7ec4b9288cb15955e59d526d1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a885ee5258241d7ec4b9288cb15955e59d526d1a Author: Erik Faye-Lund Date: Tue May 5 22:01:42 2020 +0200 st/wgl: allocate and resolve msaa-textures LLVMpipe recen

Mesa (master): anv: call base finish only if pass given in DestroyRenderPass

2020-05-07 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ee2aef3ea531a03dbd50a78c943ca6e7cc99c7a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee2aef3ea531a03dbd50a78c943ca6e7cc99c7a7 Author: Tapani Pälli Date: Thu May 7 09:24:44 2020 +0300 anv: call base finish only if pass given in DestroyRenderPas