Home
last modified time | relevance | path

Searched +full:iris +full:- +full:kbl +full:- +full:deqp (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/ci/
Dgitlab-ci.yml1 .intel-common-test:
3 - .lava-test:amd64
8 FLAKES_CHANNEL: "#intel-ci"
11 .anv-test:
13 - .intel-common-test
14 - .anv-rules
18 .iris-test:
20 - .intel-common-test
21 - .iris-rules
23 DRIVER_NAME: iris
[all …]
Ddeqp-iris-kbl.toml2 [[deqp]]
3 deqp = "/deqp/modules/gles2/deqp-gles2"
4 caselists = ["/deqp/mustpass/gles2-master.txt"]
5 skips = ["/install/iris-skips.txt"]
7 "--deqp-surface-width=256", "--deqp-surface-height=256",
8 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
9 "--deqp-gl-config-name=rgba8888d24s8ms0",
12 renderer_check = "KBL"
14 [[deqp]]
15 deqp = "/deqp/modules/gles3/deqp-gles3"
[all …]
/third_party/mesa3d/docs/relnotes/
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 …]
D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[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 …]
/third_party/mesa3d/ohos/
Ddependency_inputs.gni41 "../bin/khronos-update.py",
42 "../bin/meson-cmd-extract.py",
43 "../bin/meson-options.py",
46 "../bin/perf-annotate-jit.py",
47 "../bin/pick-ui.py",
50 "../bin/symbols-check.py",
51 "../bin/update-android-headers.sh",
58 "../build-support/conftest.dyn",
59 "../build-support/conftest.map",
172 "../include/android_stub/system/graphics-base-v1.0.h",
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c34 * rebound multiple times. This is modeled with the pipe->create_*_state()
35 * and pipe->bind_*_state() hooks. Highly dynamic or inexpensive state is
36 * streamed out on the fly, via pipe->set_*_state() hooks.
40 * typically draw the same things over and over - from frame to frame, most
49 * This create/bind model corresponds to the pipe->create_*_state() and
50 * pipe->bind_*_state() driver hooks.
54 * them out, via the pipe->set_*_state() driver hooks.
68 * create/bind/track state. The second are the draw-time upload functions,
100 #include "drm-uapi/i915_drm.h"
206 [PIPE_PRIM_PATCHES] = _3DPRIM_PATCHLIST_1 - 1, in translate_prim_type()
[all …]