Home
last modified time | relevance | path

Searched +full:- +full:dbuild +full:- +full:tests (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/.github/workflows/
Dmacos.yml1 name: macOS-CI
8 macOS-CI:
12 runs-on: macos-11
17 - name: Checkout
19 - name: Install Dependencies
29 brew "molten-vk"
31 brew "pkg-config"
36 brew bundle --verbose
37 - name: Install Mako and meson
38 run: pip3 install --user mako meson
[all …]
/external/mesa3d/.gitlab-ci/windows/
Dmesa_build.ps17 Write-Host "Refreshing Windows TLS CA cache"
8 (New-Object System.Net.WebClient).DownloadString("https://github.com") >$null
12 Get-Date
13 Write-Host "Compiling Mesa"
14 $builddir = New-Item -Force -ItemType Directory -Name "_build"
15 $installdir = New-Item -Force -ItemType Directory -Name "_install"
20 Remove-Item -Recurse -Force $builddir
21 Remove-Item -Recurse -Force $installdir
22 New-Item -ItemType Directory -Path $builddir
23 New-Item -ItemType Directory -Path $installdir
[all …]
/external/mesa3d/docs/relnotes/
D23.1.9.rst1 Mesa 23.1.9 Release Notes / 2023-10-04
18 ---------------
22 295ba27c28146ed09214e8ce79afa1659edf9d142decc3c91f804552d64f7510 mesa-23.1.9.tar.xz
26 ------------
28 - None
32 ---------
34 - [ICL] piglit.spec.arb_gl_spirv.execution.ssbo.unsized-array regression
35 - clc: compiler_test gets built even if unit tests are disabled via -Dbuild-tests=false
36 - radv: Star Wars The Old Republic hang when DCC is enabled
37 - radv: Resident Evil 6 hangs 7900XTX GPU when DCC is enabled if in Options go to Display settings
[all …]
D23.2.1.rst1 Mesa 23.2.1 Release Notes / 2023-09-28
23 ---------------
27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz
32 ------------
34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV
36 - extendedDynamicState3SampleLocationsEnable on RADV
38 - VK_EXT_dynamic_rendering_unused_attachments on RADV
40 - VK_EXT_mesh_shader on lavapipe
42 - OpenGL 3.1 on Asahi
44 - OpenGL ES 3.0 on Asahi
[all …]