Home
last modified time | relevance | path

Searched +full:lima +full:- +full:rules (Results 1 – 25 of 51) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/lima/ci/
Dgitlab-ci.yml1 .lima-rules:
3 rules:
4 - !reference [.test, rules]
5 - !reference [.lima-farm-rules, rules]
6 - !reference [.gl-rules, rules]
7 - changes:
8 - src/gallium/drivers/lima/**/*
9 - src/gallium/winsys/lima/**/*
10 - src/lima/**/*
13 # 4 devices (2023-12-16)
[all …]
/third_party/mesa3d/.gitlab-ci/
Dfarm-rules.yml5 # - exists: [ .ci-farms-disabled/$FARM ]
9 # re-enabling the farm:
10 # - changes: [ .ci-farms-disabled/$FARM ]
13 # Note: the "manual" variant of each farm rules changes the above to `never`,
14 # so that jobs meant to be manual don't run in re-enablement MRs. This is the
15 # only difference between `.$FARM-farm-rules` and `.$FARM-farm-manual-rules`.
17 # If any other disable file is modified, we are disabling/re-enabling another
19 # - changes: [ .ci-farms-disabled/* ]
27 # The "fallback", if none of these rules match, is usually the list of files
28 # that are used by a driver. See the various `.$DRIVER-rules` in the
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
36 - !reference [default, before_script]
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1 Mesa 20.1.0 Release Notes / 2020-05-27
21 ---------------
25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on i965.
31 - GL_EXT_depth_bounds_test on Iris.
32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0.
33 - GL_NV_alpha_to_coverage_dither_control on radeonsi
34 - GL_NV_copy_image on all gallium drivers.
35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
[all …]
D20.0.0.rst1 Mesa 20.0.0 Release Notes / 2020-02-19
21 ---------------
25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz
28 ------------
30 - OpenGL 4.6 on radeonsi.
31 - GL_ARB_gl_spirv on radeonsi.
32 - GL_ARB_spirv_extensions on radeonsi.
33 - GL_EXT_direct_state_access for compatibility profile.
34 - VK_AMD_device_coherent_memory on RADV.
35 - VK_AMD_mixed_attachment_samples on RADV.
[all …]
D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[all …]
D19.3.4.rst1 Mesa 19.3.4 Release Notes / 2020-02-13
20 ---------------
24 1da467e6ae2799a517e242462331eafd29ae77d9872f3a845df81f7c308e8fe4 mesa-19.3.4.tar.xz
27 ------------
29 - None
32 ---------
34 - [RADV] GPU hangs while the cutscene plays in the game Assassin's
36 - Broken rendering of glxgears on S/390 architecture (64bit, BigEndian)
37 - GL_EXT_disjoint_timer_query failing with GL_INVALID_ENUM
38 - GL_EXT_disjoint_timer_query failing with GL_INVALID_ENUM
[all …]
D23.3.0.rst1 Mesa 23.3.0 Release Notes / 2023-11-29
20 ---------------
24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz
28 -----------
29 - NVK: A Vulkan driver for Nvidia hardware
32 ------------
33 - VK_EXT_pipeline_robustness on ANV
34 - VK_KHR_maintenance5 on RADV
35 - OpenGL ES 3.1 on Asahi
36 - GL_ARB_compute_shader on Asahi
[all …]
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[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 …]
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[all …]
D19.1.0.rst17 ----------------
21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz
24 ------------
26 - GL_ARB_parallel_shader_compile on all drivers.
27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
28 - GL_EXT_shader_image_load_formatted on radeonsi.
29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES
32 - GL_NV_compute_shader_derivatives on iris and i965.
33 - GL_KHR_parallel_shader_compile on all drivers.
[all …]
/third_party/mesa3d/docs/
Dfeatures.txt10 driver-side.
29 specific version without the forward-compatiblity flag, such drivers
37 ------------------------------------------------------- ------------------------
39 GL 3.0, GLSL 1.30 --- all DONE: freedreno, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, virgl, z…
43 GL_ARB_map_buffer_range (Map buffer subranges) DONE (v3d, vc4, lima)
44 GL_ARB_color_buffer_float (Clamping controls) DONE (v3d, vc4, lima, etnaviv)
51 GL_ARB_half_float_vertex DONE (v3d, vc4, lima, etnaviv)
54 GL_EXT_draw_buffers2 (Per-buffer blend and masks) DONE (v3d, etnaviv/HALTI5)
56 GL_ARB_texture_rg DONE (v3d, lima, etnaviv/HALTI2)
58 GL_ARB_vertex_array_object (Vertex array objects) DONE (v3d, vc4, lima)
[all …]
/third_party/skia/third_party/externals/icu/filters/
Dios.json2 // Use of this source code is governed by a BSD-style license that can be
156 "iso-8859-2-html",
157 "iso-8859-3-html",
158 "iso-8859-4-html",
159 "iso-8859-5-html",
160 "iso-8859-6-html",
161 "iso-8859-7-html",
162 "iso-8859-8-html",
163 "iso-8859-10-html",
164 "iso-8859-13-html",
[all …]
Dandroid_small.json2 // Use of this source code is governed by a BSD-style license that can be
156 "iso-8859-2-html",
157 "iso-8859-3-html",
158 "iso-8859-4-html",
159 "iso-8859-5-html",
160 "iso-8859-6-html",
161 "iso-8859-7-html",
162 "iso-8859-8-html",
163 "iso-8859-10-html",
164 "iso-8859-13-html",
[all …]
Dandroid_extra.json2 // Use of this source code is governed by a BSD-style license that can be
44 "rules": [
45 "-/*/mon",
46 "-/*/mon-short",
47 "-/*/mon-narrow",
48 "-/*/tue",
49 "-/*/tue-short",
50 "-/*/tue-narrow",
51 "-/*/wed",
52 "-/*/wed-short",
[all …]
Dcast.json2 // Use of this source code is governed by a BSD-style license that can be
203 "iso-8859-2-html",
204 "iso-8859-3-html",
205 "iso-8859-4-html",
206 "iso-8859-5-html",
207 "iso-8859-6-html",
208 "iso-8859-7-html",
209 "iso-8859-8-html",
210 "iso-8859-10-html",
211 "iso-8859-13-html",
[all …]
Dcommon.json2 // Use of this source code is governed by a BSD-style license that can be
152 "iso-8859-2-html",
153 "iso-8859-3-html",
154 "iso-8859-4-html",
155 "iso-8859-5-html",
156 "iso-8859-6-html",
157 "iso-8859-7-html",
158 "iso-8859-8-html",
159 "iso-8859-10-html",
160 "iso-8859-13-html",
[all …]
Dandroid.json2 // Use of this source code is governed by a BSD-style license that can be
156 "iso-8859-2-html",
157 "iso-8859-3-html",
158 "iso-8859-4-html",
159 "iso-8859-5-html",
160 "iso-8859-6-html",
161 "iso-8859-7-html",
162 "iso-8859-8-html",
163 "iso-8859-10-html",
164 "iso-8859-13-html",
[all …]
/third_party/skia/m133/third_party/externals/icu/filters/
Dios.json2 // Use of this source code is governed by a BSD-style license that can be
160 "iso-8859-2-html",
161 "iso-8859-3-html",
162 "iso-8859-4-html",
163 "iso-8859-5-html",
164 "iso-8859-6-html",
165 "iso-8859-7-html",
166 "iso-8859-8-html",
167 "iso-8859-10-html",
168 "iso-8859-13-html",
[all …]
Dcommon.json2 // Use of this source code is governed by a BSD-style license that can be
15 // List of all Chrome Accept-Languages
197 "iso-8859-2-html",
198 "iso-8859-3-html",
199 "iso-8859-4-html",
200 "iso-8859-5-html",
201 "iso-8859-6-html",
202 "iso-8859-7-html",
203 "iso-8859-8-html",
204 "iso-8859-10-html",
[all …]
Dandroid.json2 // Use of this source code is governed by a BSD-style license that can be
156 "iso-8859-2-html",
157 "iso-8859-3-html",
158 "iso-8859-4-html",
159 "iso-8859-5-html",
160 "iso-8859-6-html",
161 "iso-8859-7-html",
162 "iso-8859-8-html",
163 "iso-8859-10-html",
164 "iso-8859-13-html",
[all …]
Dcast.json2 // Use of this source code is governed by a BSD-style license that can be
208 "iso-8859-2-html",
209 "iso-8859-3-html",
210 "iso-8859-4-html",
211 "iso-8859-5-html",
212 "iso-8859-6-html",
213 "iso-8859-7-html",
214 "iso-8859-8-html",
215 "iso-8859-10-html",
216 "iso-8859-13-html",
[all …]

123