Searched +full:iris +full:- +full:kbl +full:- +full:test (Results 1 – 7 of 7) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/iris/ci/ |
| D | gitlab-ci.yml | 1 .iris-test: 3 - .lava-test:amd64 4 - .iris-rules 7 DRIVER_NAME: iris 10 FLAKES_CHANNEL: "#intel-ci" 14 .iris-apl-test: 16 - .iris-test 18 DEVICE_TYPE: asus-C523NA-A20057-coral 19 GPU_VERSION: iris-apl 21 - mesa-ci-x86-64-lava-asus-C523NA-A20057-coral [all …]
|
| D | deqp-iris-kbl.toml | 1 # Basic test set 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" 15 deqp = "/deqp/modules/gles3/deqp-gles3" 16 caselists = ["/deqp/mustpass/gles3-master.txt"] [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.3.0.rst | 1 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 …]
|
| D | 21.1.0.rst | 1 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 …]
|
| /third_party/mesa3d/ohos/ |
| D | dependency_inputs.gni | 42 ../bin/khronos-update.py 43 ../bin/meson-cmd-extract.py 44 ../bin/meson-options.py 47 ../bin/perf-annotate-jit.py 48 ../bin/pick-ui.py 51 ../bin/symbols-check.py 52 ../bin/update-android-headers.sh 59 ../build-support/conftest.dyn 60 ../build-support/conftest.map 173 ../include/android_stub/system/graphics-base-v1.0.h [all …]
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 1 diff --git a/src/DEPS b/src/DEPS 3 --- a/src/DEPS 5 @@ -253,7 +253,7 @@ vars = { 6 # Three lines of non-changing comments so that 9 - 'angle_revision': '29b222a3c07c541cafa459ae6886134da3493a4b', 11 # Three lines of non-changing comments so that 14 @@ -292,7 +292,7 @@ vars = { 15 # Three lines of non-changing comments so that 18 - 'freetype_revision': '034e5dbf92ea3a7ea7c9322e47a3a50ff23f7b55', 20 # Three lines of non-changing comments so that [all …]
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_state.c | 34 * 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, 99 #include "drm-uapi/i915_drm.h" 202 [PIPE_PRIM_PATCHES] = _3DPRIM_PATCHLIST_1 - 1, in translate_prim_type() [all …]
|