Commits on Source (94)
-
Mike Blumenkrantz authored
this is always supported Reviewed-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33323>
-
Mike Blumenkrantz authored
wrong type name is confusing cc: mesa-stable Reviewed-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33323>
-
Mike Blumenkrantz authored
these work fine Reviewed-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33323>
-
Mike Blumenkrantz authored
Reviewed-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33323>
-
Martin Roukala authored
Fixes: 5b291c7c ("ci: Move r300/nine/nvk builds out of critical path") Signed-off-by:
Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <!33401>
-
Martin Roukala authored
Signed-off-by:
Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <!33401>
-
Martin Roukala authored
You may thank @Venemo for his generous donation to our CI :) Signed-off-by:
Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <!33401>
-
Martin Roukala authored
Signed-off-by:
Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <!33401>
-
Martin Roukala authored
Signed-off-by:
Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <!33401>
-
Sagar Ghuge authored
This change adds the SimpleFloatBlendEnable field to the structure. Signed-off-by:
Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com> Reviewed-by:
Kenneth Graunke <kenneth@whitecape.org> Part-of: <!32739>
-
Sagar Ghuge authored
Signed-off-by:
Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com> Reviewed-by:
Kenneth Graunke <kenneth@whitecape.org> Part-of: <!32739>
-
Sagar Ghuge authored
Signed-off-by:
Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com> Reviewed-by:
Kenneth Graunke <kenneth@whitecape.org> Part-of: <!32739>
-
Sagar Ghuge authored
Signed-off-by:
Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com> Reviewed-by:
Kenneth Graunke <kenneth@whitecape.org> Part-of: <!32739>
-
Samuel Pitoiset authored
Cc: mesa-stable Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33403>
-
Lionel Landwerlin authored
We'll use this for D32->D24X8 conversion on Intel on Gfx11/Gfx12.0/DG2 (where HW doesn't have fp64 support). Signed-off-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by:
Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <!33422>
-
Karmjit Mahil authored
`loader_wayland_dispatch()` also makes use of `timespec` so we need `timespec.h`. Otherwise it fails to build due to `timespec_sub_saturate()` missing. Signed-off-by:
Karmjit Mahil <karmjit.mahil@igalia.com> Fixes: 90effcce ("wsi/wayland: refactor wayland dispatch") Closes: #12580 Reviewed-by: Eric Engestrom <None> Part-of: <!33423>
-
Valentine Burley authored
The radv-stoney-angle-full was unintentionally inheriting the fraction from the pre-merge job. Also use the correct manual rules definition while we're here, and use consistent naming for the restricted rules. Signed-off-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Valentine Burley authored
Android officially only supports GLES, and we don't need the desktop GL CTS in CI. Signed-off-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Valentine Burley authored
Only amd64 needs the VK-main build, as it's only used by Raven and Stoney on RADV. Signed-off-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Antonio Ospite authored
After commit 83d15533 (ci: Don't build Vulkan for GL dEQP, 2025-01-29) deqp does not build cleanly anymore for the Android target. Fix that by updating the build-deqp-gl_Build-Don-t-build-Vulkan-utilities-for-GL-builds.patch patch. Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Valentine Burley authored
Prepare for building ANGLE for Android, which requires applying a patch to fix building with minimal dependencies. Rework the existing script by allowing passing the ANGLE_TARGET and ANGLE_ARCH environmental variables to specify the target platform, Android or Linux, and also allow building for arm64 in addtition to x64 by setting ANGLE_ARCH. Also build the GLESv1 compatibility mode library (libGLESv1_CM), which is required for EGL testing on Android. Based on work by Antonio Ospite. Signed-off-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Valentine Burley authored
Signed-off-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Valentine Burley authored
Save the current git hash to /angle/hash after applying local patches, and use it to verify that we're using our own ANGLE build in Cuttlefish. Signed-off-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Valentine Burley authored
We're about to enable our first Android test job. Signed-off-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <!33377>
-
Antonio Ospite authored
Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <mesa/mesa!33377>
-
Erik Faye-Lund authored
This was missed while testing the LLVM 19 upgrade, because the panfrost-t860-cl:arm64 job doesn't run pre-merge. Fixes: 10106564 ("ci/debian: Upgrade Debian images to LLVM 19") Part-of: <!33425>
-
Erik Faye-Lund authored
Part-of: <!33425>
-
Hans-Kristian Arntzen authored
Forcing a dedicated sparse queue is problematic in real-world scenarios. In the current implicit sync world for sparse updates, we can rely on submission order. For use cases where an application can take advantage of the separate sparse queue to do "async" updates, the existing implementation works well, but problems arise when trying to implement D3D-style submission ordering. E.g., when a game does sparse on a graphics or compute queue, we need to guarantee that previous submissions, sparse update and future submissions are properly ordered. The Vulkan way of implementing this is to: - Signal graphics queue to timeline N (i.e. last submission made) - Wait on timeline N on the sparse queue - Do sparse updates - Signal timeline N + 1 on sparse queue - Wait for timeline N + 1 on graphics queue (can be deferred until next graphics submit) This causes an unavoidable bubble in GPU execution, since the existing sparse queue ends up doing: - Wait pending signal. The implication here is that all previous GPU work must have been submitted. - Do VM operations on CPU timeline - Wait for semaphores to signal (this is required for signal ordering) - ... GPU is meanwhile stalling in a bubble due to GPU -> CPU -> GPU roundtrip. - Signal semaphore on CPU (unblocks GPU work) Letting the GPU go idle here is not great, and we can be screwed over by bad thread scheduling. Another knock-on effect is that the graphics queue is now forced into using a thread for submissions. This is because when the graphics queue wants to wait for timeline N + 1, the sparse queue may not have signalled the timeline yet on CPU, so effectively, we have created a wait-before-signal situation internally in RADV. Throwing another thread under the bus is not great either. Just letting the queue in question support sparse binding solves all these issues and I don't see a path forward where the D3D use case can be solved in a separate queue world. It is also friendlier to the ecosystem at large. RADV is the only driver I know of that insists on separate sparse queues and multiple games assume that graphics queue can support sparse. Signed-off-by:
Hans-Kristian Arntzen <post@arntzen-software.no> Reviewed-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33166>
-
Hans-Kristian Arntzen authored
Rename the drirc and call it radv_disable_dedicated_sparse_queue instead, since normal queues support sparse now anyway. Keep the workaround for existing known games, since they might not expect a separate SPARSE queue to pop up. Signed-off-by:
Hans-Kristian Arntzen <post@arntzen-software.no> Reviewed-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33166>
-
Sergi Blanch Torné authored
I didn't catch this typo in !33377 until it got merged. Correctness in this list is necessary for the job in the build-only stage. Signed-off-by:
Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Reviewed-by:
Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Part-of: <mesa/mesa!33428>
-
Caio Oliveira authored
Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <mesa/mesa!33418>
-
Caio Oliveira authored
Information was used for vec4 backend, not used here anymore. Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <mesa/mesa!33334>
-
Caio Oliveira authored
In preparation for getting rid of the simple_allocator. Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <mesa/mesa!33334>
-
Caio Oliveira authored
Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <mesa/mesa!33334>
-
Caio Oliveira authored
This was originally turned into a separate struct for reuse between vec4 and fs backends, that's not needed anymore. Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <mesa/mesa!33334>
-
Mike Blumenkrantz authored
Reviewed-by:
Marek Olšák <marek.olsak@amd.com> Part-of: <mesa/mesa!33430>
-
Mike Blumenkrantz authored
Reviewed-by:
Marek Olšák <marek.olsak@amd.com> Part-of: <!33430>
-
Faith Ekstrand authored
Do this first because we might want to back-port this patch. Part-of: <mesa/mesa!33427>
-
Faith Ekstrand authored
The .lu modifier, which is what 3 maps to, stands for LastUse. We aren't actually setting it anywhere, though, so this isn't a functional change. Part-of: <mesa/mesa!33427>
-
Faith Ekstrand authored
Part-of: <mesa/mesa!33427>
-
Faith Ekstrand authored
Part-of: <mesa/mesa!33427>
-
Faith Ekstrand authored
Part-of: <mesa/mesa!33427>
-
Mel Henning authored
This may be faster than having the MME loop over instances. Reviewed-by: Faith Ekstrand <None> Part-of: <!33105>
-
Benjamin Cheng authored
Previously this used the {Min,Max}Tile{Rows,Cols} as returned by the driver capabilities. Those parameters should be used to determine implementation supported tile configurations for a specific resolution. In the case of header coding, the {min,max}Log2Tile{Rows,Cols} should be derived exactly as the AV1 spec defines it. Signed-off-by:
Benjamin Cheng <benjamin.cheng@amd.com> Reviewed-by: Sil Vilerino <None> Part-of: <mesa/mesa!32762>
-
Eric Engestrom authored
This might be the cause of #12557, but we should do this regardless. Fixes: d366520e ("gallivm: fix rsqrt failures") Part-of: <mesa/mesa!33424>
-
Eric Engestrom authored
It's too late to run all the tests by then, the release has been made based on the staging pipelines results Cc: mesa-stable Reviewed-by: Martin Roukala <None> Reviewed-by: Dylan Baker <None> Part-of: <!33409>
-
Eric Engestrom authored
"marge-bot push" is already caught by the `post-merge pipeline` rule above. Reviewed-by: Martin Roukala <None> Reviewed-by: Dylan Baker <None> Part-of: <!33411>
-
Eric Engestrom authored
The release branch contains only what was on the staging branch first, so testing it again is a waste of resources. To do this, we split the rule into specifically "default branch" and "staging branch", and "release branch" gets dropped by virtue of no longer being caught by any rule. Cc: mesa-stable Reviewed-by: Martin Roukala <None> Reviewed-by: Dylan Baker <None> Part-of: <!33411>
-
Benjamin ROBIN authored
Prevent following warning if not running as a normal user: Failed to create /home for shader cache (Permission denied)---disabling disk_cache_delete_old_cache() is going to create first the cache directory using disk_cache_generate_cache_dir(). From mkdir_if_needed(), the stat() of "/home" is failing with "Permission denied" under some circumstances when using Firefox. Fixes: #12168 Fixes: c3bc6991 ("util/disk_cache: Delete the old multifile cache if using the default.") Signed-off-by:
Benjamin ROBIN <dev@benjarobin.fr> Part-of: <!32886>
-
Benjamin ROBIN authored
Update documentation to match implementation of disk_cache_generate_cache_dir(). Signed-off-by:
Benjamin ROBIN <dev@benjarobin.fr> Part-of: <mesa/mesa!32886>
-
Dudemanguy authored
Noticed one by chance and searched for any others with find that were clearly not meant to be executable. For the curious: 33aa039a changed texstore.c to executable. ed176e2c introduced si_vpc.c and si_vpc.h which have always been executable. d0e52038 changed lava-gitlab-ci.yml to executable. 328c29d6 introduced OVR_multiview.xml as executable. ac912b37 introduced OVR_multiview_multisampled_render_to_texture.xml as exectuable. Signed-off-by:
Dudemanguy <random342@airmail.cc> Part-of: <mesa/mesa!33436>
-
Lionel Landwerlin authored
Signed-off-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by:
Michael Cheng <michael.cheng@intel.com> Part-of: <!33432>
-
Samuel Pitoiset authored
counterOffset was just ignored and nobody noticed (missing VKCTS coverage). VGT_STRMOUT_DRAW_OPAQUE_OFFSET will do the computation in hw for us. Cc: mesa-stable Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33407>
-
Samuel Pitoiset authored
This is already handled in radv_before_taskmesh_draw(). Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33404>
-
Samuel Pitoiset authored
Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33404>
-
Samuel Pitoiset authored
More like BDA style. For future work. Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33404>
-
Samuel Pitoiset authored
More like BDA style. For future work. Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33404>
-
Samuel Pitoiset authored
More like BDA style. For future work. Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33404>
-
Karol Herbst authored
The offset already gets applied when mapping the destination buffer, so we ended up applying it twice. Cc: mesa-stable Part-of: <mesa/mesa!33426>
-
Karol Herbst authored
We'll add mipmap parameters to it, so it's better to split it up, so it's easier to use the interface. Reviewed-by:
Adam Jackson <ajax@redhat.com> Part-of: <mesa/mesa!33426>
-
Karol Herbst authored
Part-of: <mesa/mesa!33426>
-
Karol Herbst authored
Part-of: <mesa/mesa!33426>
-
Karol Herbst authored
Part-of: <mesa/mesa!33426>
-
Karol Herbst authored
Part-of: <mesa/mesa!33426>
-
Karol Herbst authored
It's doing a bunch of copies, but at least they are done on the GPU, not the CPU. Part-of: <mesa/mesa!33426>
-
Karol Herbst authored
similar to the copy_rect change Part-of: <mesa/mesa!33426>
-
Samuel Pitoiset authored
On GFX12, A&B matrices can be vectors of 4 or 8 elements. Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33378>
-
Samuel Pitoiset authored
Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!33378>
-
Samuel Pitoiset authored
Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33378>
-
Samuel Pitoiset authored
Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!33378>
-
Juan A. Suárez authored
Signed-off-by:
Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <mesa/mesa!33443>
-
David Rosca authored
Cc: mesa-stable Reviewed-by:
Ruijing Dong <ruijing.dong@amd.com> Part-of: <mesa/mesa!33376>
-
Rhys Perry authored
Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <mesa/mesa!29242>
-
Rhys Perry authored
This isn't necessary. fossil-db (navi21): Totals from 13 (0.02% of 79377) affected shaders: Instrs: 18070 -> 18042 (-0.15%); split: -0.17%, +0.01% CodeSize: 98336 -> 98012 (-0.33%) Latency: 72735 -> 72992 (+0.35%); split: -0.02%, +0.38% InvThroughput: 13157 -> 13105 (-0.40%) VClause: 334 -> 324 (-2.99%) SClause: 563 -> 564 (+0.18%) Copies: 1194 -> 1197 (+0.25%) VALU: 12330 -> 12297 (-0.27%) fossil-db (polaris10): Totals from 10 (0.02% of 61794) affected shaders: Instrs: 4543 -> 4441 (-2.25%) CodeSize: 30196 -> 29388 (-2.68%) Latency: 64290 -> 64272 (-0.03%); split: -0.05%, +0.02% InvThroughput: 20371 -> 20362 (-0.04%); split: -0.08%, +0.04% VClause: 195 -> 135 (-30.77%) Copies: 97 -> 100 (+3.09%) PreSGPRs: 178 -> 177 (-0.56%) VALU: 1765 -> 1666 (-5.61%) VMEM: 2448 -> 2445 (-0.12%) Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Timur Kristóf <timur.kristof@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
This is used for RADV's bit size lowering. fossil-db (navi21): Totals from 4520 (5.69% of 79377) affected shaders: (no stat changes) Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
This seems to be helpful with shaders which use NGG culling. fossil-db (navi21): Totals from 3529 (4.45% of 79377) affected shaders: MaxWaves: 81490 -> 82066 (+0.71%) Instrs: 2868872 -> 2863476 (-0.19%); split: -0.22%, +0.04% CodeSize: 14949540 -> 14927580 (-0.15%); split: -0.18%, +0.03% VGPRs: 165440 -> 164144 (-0.78%) SpillSGPRs: 578 -> 405 (-29.93%) Latency: 15388119 -> 15151882 (-1.54%); split: -1.74%, +0.20% InvThroughput: 2935873 -> 2929736 (-0.21%); split: -0.25%, +0.04% VClause: 70192 -> 68904 (-1.83%); split: -2.17%, +0.33% SClause: 67678 -> 67679 (+0.00%); split: -0.10%, +0.10% Copies: 265824 -> 261458 (-1.64%); split: -1.96%, +0.32% Branches: 75084 -> 75088 (+0.01%); split: -0.02%, +0.02% PreSGPRs: 165962 -> 165716 (-0.15%) PreVGPRs: 135122 -> 134724 (-0.29%) VALU: 1681747 -> 1677134 (-0.27%); split: -0.32%, +0.05% SALU: 436003 -> 435915 (-0.02%); split: -0.03%, +0.01% Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
fossil-db (navi31): Totals from 941 (1.19% of 79377) affected shaders: MaxWaves: 28422 -> 28502 (+0.28%) Instrs: 645374 -> 642031 (-0.52%); split: -0.55%, +0.03% CodeSize: 3264460 -> 3244488 (-0.61%); split: -0.63%, +0.02% VGPRs: 48392 -> 48044 (-0.72%) SpillVGPRs: 7 -> 0 (-inf%) Scratch: 1792 -> 0 (-inf%) Latency: 2596896 -> 2536952 (-2.31%); split: -2.33%, +0.02% InvThroughput: 528726 -> 500139 (-5.41%); split: -5.42%, +0.01% VClause: 14566 -> 14539 (-0.19%) Copies: 53022 -> 51296 (-3.26%); split: -3.37%, +0.12% PreSGPRs: 29369 -> 29367 (-0.01%) PreVGPRs: 29710 -> 29694 (-0.05%) VALU: 366134 -> 364245 (-0.52%); split: -0.53%, +0.02% SALU: 74017 -> 73891 (-0.17%) VMEM: 25240 -> 25208 (-0.13%) fossil-db (navi21): Totals from 941 (1.19% of 79377) affected shaders: MaxWaves: 22018 -> 22058 (+0.18%); split: +0.28%, -0.10% Instrs: 521053 -> 518898 (-0.41%); split: -0.43%, +0.02% CodeSize: 2750628 -> 2734996 (-0.57%); split: -0.58%, +0.01% VGPRs: 41152 -> 41024 (-0.31%); split: -0.41%, +0.10% SpillVGPRs: 5 -> 0 (-inf%) Scratch: 2048 -> 0 (-inf%) Latency: 2655941 -> 2607022 (-1.84%); split: -1.86%, +0.02% InvThroughput: 711733 -> 690032 (-3.05%); split: -3.07%, +0.02% VClause: 16388 -> 16363 (-0.15%) Copies: 35152 -> 33485 (-4.74%); split: -4.98%, +0.24% PreSGPRs: 28486 -> 28484 (-0.01%) PreVGPRs: 30317 -> 30301 (-0.05%) VALU: 348423 -> 346614 (-0.52%); split: -0.54%, +0.02% SALU: 44020 -> 43869 (-0.34%) VMEM: 25216 -> 25195 (-0.08%) fossil-db (vega10): Totals from 416 (0.66% of 62962) affected shaders: MaxWaves: 2687 -> 2696 (+0.33%); split: +0.37%, -0.04% Instrs: 245634 -> 243501 (-0.87%); split: -0.88%, +0.01% CodeSize: 1312836 -> 1297248 (-1.19%); split: -1.19%, +0.01% VGPRs: 17684 -> 17692 (+0.05%); split: -0.43%, +0.48% SpillVGPRs: 5 -> 0 (-inf%) Scratch: 2048 -> 0 (-inf%) Latency: 1928393 -> 1881346 (-2.44%); split: -2.44%, +0.00% InvThroughput: 1163915 -> 1117096 (-4.02%); split: -4.03%, +0.00% VClause: 7070 -> 7053 (-0.24%) Copies: 22577 -> 20834 (-7.72%); split: -7.78%, +0.06% Branches: 4328 -> 4320 (-0.18%) PreSGPRs: 13993 -> 13991 (-0.01%) PreVGPRs: 13452 -> 13436 (-0.12%) VALU: 165253 -> 163366 (-1.14%); split: -1.15%, +0.01% SALU: 26258 -> 26111 (-0.56%) VMEM: 11736 -> 11715 (-0.18%) fossil-db (polaris10): Totals from 355 (0.57% of 61794) affected shaders: Instrs: 108639 -> 108682 (+0.04%); split: -0.03%, +0.07% CodeSize: 583804 -> 583936 (+0.02%); split: -0.03%, +0.06% SGPRs: 17712 -> 17728 (+0.09%) Latency: 735332 -> 734777 (-0.08%); split: -0.08%, +0.01% InvThroughput: 443975 -> 444045 (+0.02%); split: -0.03%, +0.04% VClause: 2552 -> 2558 (+0.24%) SClause: 2394 -> 2393 (-0.04%) Copies: 11433 -> 11464 (+0.27%); split: -0.15%, +0.42% PreVGPRs: 7365 -> 7364 (-0.01%) VALU: 69385 -> 69416 (+0.04%); split: -0.02%, +0.07% Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
fossil-db (navi31): Totals from 13 (0.02% of 79377) affected shaders: Instrs: 2997 -> 2990 (-0.23%); split: -0.77%, +0.53% CodeSize: 16552 -> 16504 (-0.29%); split: -0.85%, +0.56% Latency: 75923 -> 75744 (-0.24%); split: -0.30%, +0.06% InvThroughput: 12741 -> 12754 (+0.10%); split: -0.14%, +0.24% PreVGPRs: 225 -> 230 (+2.22%) VALU: 1565 -> 1569 (+0.26%); split: -0.77%, +1.02% fossil-db (navi21): Totals from 13 (0.02% of 79377) affected shaders: Instrs: 2522 -> 2518 (-0.16%); split: -0.75%, +0.59% CodeSize: 14660 -> 14620 (-0.27%); split: -0.85%, +0.57% Latency: 77878 -> 77634 (-0.31%); split: -0.36%, +0.05% InvThroughput: 15512 -> 15518 (+0.04%); split: -0.15%, +0.19% Copies: 230 -> 231 (+0.43%); split: -0.87%, +1.30% PreVGPRs: 225 -> 230 (+2.22%) VALU: 1536 -> 1541 (+0.33%); split: -0.91%, +1.24% fossil-db (vega10): Totals from 13 (0.02% of 62962) affected shaders: Instrs: 2684 -> 2674 (-0.37%); split: -0.75%, +0.37% CodeSize: 14784 -> 14752 (-0.22%); split: -0.65%, +0.43% Latency: 118228 -> 118215 (-0.01%); split: -0.06%, +0.05% InvThroughput: 42893 -> 42892 (-0.00%); split: -0.11%, +0.11% SClause: 63 -> 62 (-1.59%) PreVGPRs: 236 -> 241 (+2.12%) VALU: 1665 -> 1666 (+0.06%); split: -0.72%, +0.78% fossil-db (polaris10): Totals from 9 (0.01% of 61794) affected shaders: Instrs: 1872 -> 1885 (+0.69%); split: -0.16%, +0.85% CodeSize: 9980 -> 10012 (+0.32%); split: -0.20%, +0.52% Latency: 82331 -> 82382 (+0.06%); split: -0.01%, +0.07% InvThroughput: 30603 -> 30686 (+0.27%) SClause: 44 -> 45 (+2.27%) Copies: 252 -> 256 (+1.59%) PreVGPRs: 169 -> 173 (+2.37%) VALU: 1100 -> 1117 (+1.55%); split: -0.27%, +1.82% SALU: 430 -> 434 (+0.93%) Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
fossil-db (navi31): Totals from 671 (0.85% of 79377) affected shaders: MaxWaves: 17048 -> 17052 (+0.02%); split: +0.04%, -0.01% Instrs: 786643 -> 785459 (-0.15%); split: -0.20%, +0.05% CodeSize: 4074988 -> 4069304 (-0.14%); split: -0.18%, +0.04% VGPRs: 43896 -> 43860 (-0.08%); split: -0.11%, +0.03% SpillSGPRs: 753 -> 748 (-0.66%) Latency: 8187731 -> 8186707 (-0.01%); split: -0.11%, +0.10% InvThroughput: 1274564 -> 1274582 (+0.00%); split: -0.11%, +0.11% VClause: 14292 -> 14183 (-0.76%); split: -0.98%, +0.22% SClause: 21527 -> 21426 (-0.47%); split: -0.53%, +0.06% Copies: 59381 -> 59299 (-0.14%); split: -0.67%, +0.53% PreSGPRs: 29358 -> 29349 (-0.03%) PreVGPRs: 36595 -> 36368 (-0.62%); split: -0.70%, +0.08% VALU: 482669 -> 481927 (-0.15%); split: -0.21%, +0.06% SALU: 70019 -> 70009 (-0.01%); split: -0.06%, +0.05% VOPD: 142 -> 139 (-2.11%) fossil-db (navi21): Totals from 671 (0.85% of 79377) affected shaders: MaxWaves: 11536 -> 11516 (-0.17%); split: +0.03%, -0.21% Instrs: 773615 -> 772476 (-0.15%); split: -0.18%, +0.03% CodeSize: 4092564 -> 4086688 (-0.14%); split: -0.17%, +0.03% VGPRs: 43424 -> 43448 (+0.06%); split: -0.04%, +0.09% SpillSGPRs: 565 -> 560 (-0.88%) Latency: 8650893 -> 8633993 (-0.20%); split: -0.31%, +0.11% InvThroughput: 1920741 -> 1920368 (-0.02%); split: -0.10%, +0.08% VClause: 15830 -> 15774 (-0.35%); split: -0.76%, +0.40% SClause: 21025 -> 21009 (-0.08%); split: -0.11%, +0.03% Copies: 65425 -> 65460 (+0.05%); split: -0.37%, +0.43% Branches: 21845 -> 21848 (+0.01%) PreSGPRs: 29457 -> 29448 (-0.03%) PreVGPRs: 37296 -> 37066 (-0.62%); split: -0.69%, +0.08% VALU: 516908 -> 516056 (-0.16%); split: -0.20%, +0.04% SALU: 91545 -> 91531 (-0.02%); split: -0.05%, +0.03% fossil-db (vega10): Totals from 497 (0.79% of 62962) affected shaders: MaxWaves: 2325 -> 2328 (+0.13%); split: +0.17%, -0.04% Instrs: 298230 -> 297284 (-0.32%); split: -0.35%, +0.03% CodeSize: 1535212 -> 1530636 (-0.30%); split: -0.34%, +0.04% SGPRs: 36464 -> 36480 (+0.04%) VGPRs: 29412 -> 29396 (-0.05%); split: -0.07%, +0.01% SpillSGPRs: 164 -> 159 (-3.05%) Latency: 3957230 -> 3948919a (-0.21%); split: -0.51%, +0.30% InvThroughput: 1680680 -> 1679105 (-0.09%); split: -0.17%, +0.08% VClause: 6175 -> 6102 (-1.18%); split: -1.55%, +0.37% SClause: 9503 -> 9510 (+0.07%); split: -0.15%, +0.22% Copies: 20992 -> 20892 (-0.48%); split: -0.97%, +0.50% PreSGPRs: 17803 -> 17795 (-0.04%) PreVGPRs: 23072 -> 22823 (-1.08%); split: -1.11%, +0.03% VALU: 225322 -> 224587 (-0.33%); split: -0.36%, +0.04% SALU: 21029 -> 21011 (-0.09%); split: -0.22%, +0.13% fossil-db (polaris10): Totals from 489 (0.79% of 61794) affected shaders: Instrs: 299330 -> 298308 (-0.34%); split: -0.40%, +0.06% CodeSize: 1529316 -> 1525440 (-0.25%); split: -0.32%, +0.07% SpillSGPRs: 159 -> 149 (-6.29%) Latency: 3924819 -> 3898471 (-0.67%); split: -0.93%, +0.25% InvThroughput: 1687167 -> 1684956 (-0.13%); split: -0.22%, +0.09% VClause: 6248 -> 6067 (-2.90%); split: -3.28%, +0.38% SClause: 9519 -> 9492 (-0.28%); split: -0.72%, +0.44% Copies: 21673 -> 21637 (-0.17%); split: -0.90%, +0.73% PreSGPRs: 17611 -> 17603 (-0.05%) PreVGPRs: 22873 -> 22625 (-1.08%) VALU: 226805 -> 225928 (-0.39%); split: -0.45%, +0.06% SALU: 21419 -> 21413 (-0.03%); split: -0.28%, +0.25% Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
fossil-db (navi31): Totals from 49237 (62.03% of 79377) affected shaders: MaxWaves: 1497901 -> 1497851 (-0.00%); split: +0.00%, -0.00% Instrs: 25766029 -> 25595468 (-0.66%); split: -0.68%, +0.02% CodeSize: 133811412 -> 132616356 (-0.89%); split: -0.90%, +0.01% VGPRs: 2318068 -> 2318200 (+0.01%); split: -0.00%, +0.01% SpillSGPRs: 4512 -> 4507 (-0.11%); split: -0.64%, +0.53% Latency: 164086813 -> 163869930 (-0.13%); split: -0.22%, +0.09% InvThroughput: 24811220 -> 24802709 (-0.03%); split: -0.05%, +0.02% VClause: 553717 -> 557194 (+0.63%); split: -0.30%, +0.93% SClause: 723038 -> 710431 (-1.74%); split: -2.69%, +0.95% Copies: 1709226 -> 1711030 (+0.11%); split: -0.48%, +0.59% Branches: 465169 -> 465164 (-0.00%); split: -0.00%, +0.00% PreSGPRs: 1775360 -> 1961282 (+10.47%); split: -0.01%, +10.48% VALU: 15418039 -> 15417896 (-0.00%); split: -0.02%, +0.02% SALU: 2424519 -> 2416263 (-0.34%); split: -0.61%, +0.26% SMEM: 1245273 -> 1121006 (-9.98%) VOPD: 3882 -> 3885 (+0.08%); split: +0.18%, -0.10% fossil-db (navi21): Totals from 48539 (61.15% of 79377) affected shaders: MaxWaves: 1262958 -> 1262912 (-0.00%); split: +0.00%, -0.01% Instrs: 30334013 -> 30154279 (-0.59%); split: -0.60%, +0.01% CodeSize: 161298192 -> 160027616 (-0.79%); split: -0.80%, +0.01% VGPRs: 1979248 -> 1979192 (-0.00%); split: -0.01%, +0.01% SpillSGPRs: 3751 -> 3776 (+0.67%); split: -0.75%, +1.41% Latency: 185665578 -> 185429672 (-0.13%); split: -0.23%, +0.10% InvThroughput: 41413438 -> 41406558 (-0.02%); split: -0.03%, +0.02% VClause: 624116 -> 626703 (+0.41%); split: -0.30%, +0.71% SClause: 775094 -> 764569 (-1.36%); split: -2.73%, +1.38% Copies: 2437041 -> 2441758 (+0.19%); split: -0.23%, +0.42% Branches: 770540 -> 770552 (+0.00%); split: -0.00%, +0.00% PreSGPRs: 1919117 -> 2021093 (+5.31%); split: -0.01%, +5.32% VALU: 18926346 -> 18926269 (-0.00%); split: -0.01%, +0.01% SALU: 4316722 -> 4310066 (-0.15%); split: -0.33%, +0.17% SMEM: 1350230 -> 1216865 (-9.88%) fossil-db (vega10): Totals from 41793 (66.38% of 62962) affected shaders: MaxWaves: 306797 -> 306685 (-0.04%); split: +0.02%, -0.06% Instrs: 16251398 -> 16140153 (-0.68%); split: -0.71%, +0.02% CodeSize: 83407848 -> 82543596 (-1.04%); split: -1.05%, +0.01% SGPRs: 2787936 -> 2854864 (+2.40%); split: -0.73%, +3.13% VGPRs: 1585644 -> 1586156 (+0.03%); split: -0.01%, +0.05% SpillSGPRs: 3856 -> 3843 (-0.34%); split: -1.50%, +1.17% SpillVGPRs: 560 -> 562 (+0.36%) Latency: 167478607 -> 166829429 (-0.39%); split: -0.50%, +0.12% InvThroughput: 76378642 -> 76353650 (-0.03%); split: -0.06%, +0.03% VClause: 361639 -> 362694 (+0.29%); split: -0.31%, +0.60% SClause: 546919 -> 535879 (-2.02%); split: -2.98%, +0.96% Copies: 1388817 -> 1396020 (+0.52%); split: -0.37%, +0.89% Branches: 227697 -> 227705 (+0.00%); split: -0.00%, +0.00% PreSGPRs: 1384316 -> 1532654 (+10.72%); split: -0.01%, +10.73% VALU: 11896315 -> 11896547 (+0.00%); split: -0.01%, +0.01% SALU: 1371452 -> 1370143 (-0.10%); split: -0.83%, +0.73% VMEM: 628506 -> 628510 (+0.00%) SMEM: 984495 -> 882129 (-10.40%) fossil-db (polaris10): Totals from 41057 (66.44% of 61794) affected shaders: MaxWaves: 270307 -> 270311 (+0.00%); split: +0.02%, -0.01% Instrs: 16082187 -> 15972163 (-0.68%); split: -0.71%, +0.02% CodeSize: 82199592 -> 81341176 (-1.04%); split: -1.05%, +0.01% SGPRs: 2894960 -> 2970720 (+2.62%); split: -0.67%, +3.29% VGPRs: 1620132 -> 1620352 (+0.01%); split: -0.01%, +0.02% SpillSGPRs: 3885 -> 3868 (-0.44%); split: -1.47%, +1.03% SpillVGPRs: 617 -> 619 (+0.32%) Latency: 166722696 -> 166066137 (-0.39%); split: -0.52%, +0.13% InvThroughput: 76887856 -> 76862349 (-0.03%); split: -0.08%, +0.04% VClause: 353499 -> 354709 (+0.34%); split: -0.28%, +0.62% SClause: 544073 -> 533053 (-2.03%); split: -2.97%, +0.95% Copies: 1398025 -> 1405848 (+0.56%); split: -0.30%, +0.86% Branches: 224038 -> 224041 (+0.00%); split: -0.00%, +0.00% PreSGPRs: 1362781 -> 1509495 (+10.77%); split: -0.01%, +10.77% VALU: 11771997 -> 11772271 (+0.00%); split: -0.01%, +0.01% SALU: 1416410 -> 1415708 (-0.05%); split: -0.72%, +0.68% VMEM: 616867 -> 616871 (+0.00%) SMEM: 970539 -> 869729 (-10.39%) Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Rhys Perry authored
fossil-db (navi31): Totals from 2329 (2.93% of 79377) affected shaders: MaxWaves: 72152 -> 72102 (-0.07%) Instrs: 1048791 -> 1041920 (-0.66%); split: -0.72%, +0.07% CodeSize: 5331832 -> 5285572 (-0.87%); split: -0.90%, +0.03% VGPRs: 113844 -> 113820 (-0.02%); split: -0.14%, +0.12% Latency: 4349524 -> 4346374 (-0.07%); split: -0.35%, +0.28% InvThroughput: 609449 -> 609235 (-0.04%); split: -0.27%, +0.24% VClause: 22613 -> 22451 (-0.72%); split: -1.03%, +0.31% SClause: 21197 -> 21177 (-0.09%); split: -0.45%, +0.35% Copies: 81900 -> 82446 (+0.67%); split: -1.51%, +2.18% PreSGPRs: 94697 -> 93596 (-1.16%); split: -1.23%, +0.07% PreVGPRs: 69962 -> 70080 (+0.17%); split: -0.01%, +0.18% VALU: 625247 -> 625390 (+0.02%); split: -0.23%, +0.25% SALU: 101692 -> 101555 (-0.13%); split: -0.24%, +0.11% VMEM: 46459 -> 44845 (-3.47%) fossil-db (navi21): Totals from 17522 (22.07% of 79377) affected shaders: MaxWaves: 425698 -> 425460 (-0.06%); split: +0.00%, -0.06% Instrs: 11444215 -> 11428321 (-0.14%); split: -0.14%, +0.00% CodeSize: 59227492 -> 59019376 (-0.35%); split: -0.35%, +0.00% VGPRs: 780920 -> 781208 (+0.04%); split: -0.00%, +0.04% Latency: 44965072 -> 44926529 (-0.09%); split: -0.12%, +0.03% InvThroughput: 9718148 -> 9728793a (+0.11%); split: -0.01%, +0.12% VClause: 225732 -> 225605 (-0.06%); split: -0.10%, +0.04% SClause: 217196 -> 217160 (-0.02%); split: -0.03%, +0.01% Copies: 1050351 -> 1065263 (+1.42%); split: -0.03%, +1.45% PreSGPRs: 747538 -> 747223 (-0.04%); split: -0.05%, +0.01% PreVGPRs: 626702 -> 626748 (+0.01%); split: -0.00%, +0.01% VALU: 6629403 -> 6643822 (+0.22%); split: -0.01%, +0.23% SALU: 1898492 -> 1898452 (-0.00%); split: -0.00%, +0.00% VMEM: 529942 -> 528361 (-0.30%) fossil-db (vega10): Totals from 1791 (2.84% of 62962) affected shaders: MaxWaves: 12270 -> 12253 (-0.14%); split: +0.01%, -0.15% Instrs: 602026 -> 597473 (-0.76%); split: -0.83%, +0.08% CodeSize: 3109872 -> 3071664 (-1.23%); split: -1.26%, +0.03% SGPRs: 137826 -> 137938 (+0.08%); split: -0.10%, +0.19% VGPRs: 70364 -> 70520 (+0.22%); split: -0.03%, +0.26% Latency: 4757850 -> 4781905 (+0.51%); split: -0.35%, +0.86% InvThroughput: 2296941 -> 2310685 (+0.60%); split: -0.14%, +0.74% VClause: 14161 -> 14050 (-0.78%); split: -1.23%, +0.44% SClause: 14058 -> 14077 (+0.14%); split: -0.57%, +0.70% Copies: 40954 -> 42191 (+3.02%); split: -1.69%, +4.71% PreSGPRs: 64314 -> 63214 (-1.71%); split: -1.81%, +0.10% PreVGPRs: 53558 -> 53894 (+0.63%); split: -0.01%, +0.64% VALU: 449920 -> 450830 (+0.20%); split: -0.19%, +0.39% SALU: 32973 -> 32839 (-0.41%); split: -0.76%, +0.35% VMEM: 28796 -> 25151 (-12.66%) fossil-db (polaris10): Totals from 1769 (2.86% of 61794) affected shaders: MaxWaves: 12024 -> 12021 (-0.02%) Instrs: 474761 -> 470760 (-0.84%); split: -0.94%, +0.10% CodeSize: 2447964 -> 2420712 (-1.11%); split: -1.15%, +0.04% SGPRs: 129664 -> 129728 (+0.05%); split: -0.14%, +0.19% VGPRs: 65216 -> 65560 (+0.53%); split: -0.05%, +0.58% Latency: 4304734 -> 4318319 (+0.32%); split: -0.41%, +0.72% InvThroughput: 2114950 -> 2122580 (+0.36%); split: -0.18%, +0.54% VClause: 10933 -> 10808 (-1.14%); split: -1.42%, +0.27% SClause: 11430 -> 11446 (+0.14%); split: -0.70%, +0.84% Copies: 32290 -> 31891 (-1.24%); split: -2.80%, +1.56% PreSGPRs: 58184 -> 57096 (-1.87%); split: -1.98%, +0.11% PreVGPRs: 48757 -> 48874 (+0.24%); split: -0.02%, +0.26% VALU: 359097 -> 358582 (-0.14%); split: -0.25%, +0.11% SALU: 26279 -> 25934 (-1.31%); split: -1.75%, +0.43% VMEM: 18825 -> 17247 (-8.38%) Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <!29242>
-
Erik Faye-Lund authored
This function takes the number of bytes, not number of entries. This should hopefully fix start-up issues on Citra. While we're at it, fixup the alignment of the line that writes the bytes. Fixes: 27beadcb ("panvk: Extend the shader logic to support Valhall") Closes: mesa/mesa#12539 Reviewed-by:
Mary Guillemard <mary.guillemard@collabora.com> Part-of: <mesa/mesa!33429>
-
Eric Smith authored
On armhf integer divide by 0 can raise SIGFPE, whereas on aarch64 it just returns 0. This has become an issue because the recently added panfrost_init_screen_caps always calls pan_gpu_time_to_ns to calculate caps->timer_resolution, whereas before we only called it when PIPE_CAP_TIMER_RESOLUTION was queried, and only OpenCL does that (and not always). Fixes: 205669e3 ("panfrost: add panfrost_init_screen_caps") Reviewed-by:
Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <!33435>
-
Aaron Ruby authored
Part-of: <mesa/mesa!33363>
-
Aaron Ruby authored
This refers to extensions that are fully implemented by the guest driver Part-of: <mesa/mesa!33363>
-
Aaron Ruby authored
and PciBusInfo - Advertise the availability of these extensions, fully implemented as guestOnly features Reviewed-By:
Gurchetan Singh <gurchetansingh@google.com> Part-of: <mesa/mesa!33363>
-
Olivia Lee authored
Needed for Vulkan 1.2. The only real improvement from this is that in some situations we can skip creating texture descriptors for image views that have a more restrictive usage for either the depth or stencil aspect. Signed-off-by:
Benjamin Lee <benjamin.lee@collabora.com> Reviewed-by:
Mary Guillemard <mary.guillemard@collabora.com> Part-of: <mesa/mesa!33392>
-
Ian Romanick authored
Reviewed-by:
Caio Oliveira <caio.oliveira@intel.com> Fixes: 26a54ae4 ("iris: lower storage image derefs") Closes: #12589 Part-of: <mesa/mesa!33450>
-
Ian Romanick authored
Reviewed-by:
Caio Oliveira <caio.oliveira@intel.com> Fixes: f3630548 ("crocus: initial gallium driver for Intel gfx 4-7") Closes: #12589 Part-of: <mesa/mesa!33450>
-
Ian Romanick authored
Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Suggested-by: Lionel Part-of: <mesa/mesa!33450>
-
Ian Romanick authored
Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Suggested-by: Lionel Part-of: <mesa/mesa!33450>
Showing
- .gitlab-ci.yml 9 additions, 1 deletion.gitlab-ci.yml
- .gitlab-ci/build/gitlab-ci.yml 3 additions, 1 deletion.gitlab-ci/build/gitlab-ci.yml
- .gitlab-ci/container/build-angle.sh 61 additions, 17 deletions.gitlab-ci/container/build-angle.sh
- .gitlab-ci/container/build-deqp.sh 0 additions, 7 deletions.gitlab-ci/container/build-deqp.sh
- .gitlab-ci/container/debian/x86_64_test-android.sh 8 additions, 6 deletions.gitlab-ci/container/debian/x86_64_test-android.sh
- .gitlab-ci/container/gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci/container/gitlab-ci.yml
- .gitlab-ci/container/lava_build.sh 7 additions, 3 deletions.gitlab-ci/container/lava_build.sh
- .gitlab-ci/container/patches/build-angle-build_deps_fix-build-error.patch 30 additions, 0 deletions...iner/patches/build-angle-build_deps_fix-build-error.patch
- .gitlab-ci/container/patches/build-deqp-gl_Allow-running-on-Android-from-the-command-line.patch 0 additions, 182 deletions...p-gl_Allow-running-on-Android-from-the-command-line.patch
- .gitlab-ci/container/patches/build-deqp-gl_Android-prints-to-stdout-instead-of-logcat.patch 0 additions, 26 deletions...-deqp-gl_Android-prints-to-stdout-instead-of-logcat.patch
- .gitlab-ci/container/patches/build-deqp-gl_Build-Don-t-build-Vulkan-utilities-for-GL-builds.patch 72 additions, 9 deletions...gl_Build-Don-t-build-Vulkan-utilities-for-GL-builds.patch
- .gitlab-ci/cuttlefish-runner.sh 23 additions, 3 deletions.gitlab-ci/cuttlefish-runner.sh
- .gitlab-ci/image-tags.yml 4 additions, 4 deletions.gitlab-ci/image-tags.yml
- .gitlab-ci/lava/lava-gitlab-ci.yml 0 additions, 0 deletions.gitlab-ci/lava/lava-gitlab-ci.yml
- docs/envvars.rst 12 additions, 9 deletionsdocs/envvars.rst
- docs/features.txt 1 addition, 1 deletiondocs/features.txt
- docs/relnotes/new_features.txt 1 addition, 0 deletionsdocs/relnotes/new_features.txt
- src/amd/ci/angle-radv-stoney-aco-fails.txt 6 additions, 0 deletionssrc/amd/ci/angle-radv-stoney-aco-fails.txt
- src/amd/ci/gitlab-ci-inc.yml 11 additions, 3 deletionssrc/amd/ci/gitlab-ci-inc.yml
- src/amd/ci/gitlab-ci.yml 3 additions, 2 deletionssrc/amd/ci/gitlab-ci.yml
.gitlab-ci/container/build-angle.sh
100644 → 100755
.gitlab-ci/lava/lava-gitlab-ci.yml
100755 → 100644
File mode changed from 100755 to 100644