Home
last modified time | relevance | path

Searched +full:i915 +full:- +full:g33 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ci/
H A Dtraces-i915.yml2 ---
3 traces-db:
4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 glxgears/glxgears-2-v2.trace:
8 i915-g33:
10 gputest/plot3d-v2.trace:
11 i915-g33:
13 gputest/triangle-v2.trace:
14 i915-g33:
18 humus/CelShading-v2.trace:
[all …]
H A Dgitlab-ci.yml1 # Manual test rules for using anholt's shared g33.
2 .anholt-g33-test:
4 - .i915g-manual-rules
5 - .test-gl
7 - anholt-g33
9 GPU_VERSION: i915-g33
10 FLAKES_CHANNEL: "#intel-ci"
13 .i915-g33:
15 - .anholt-g33-test
16 - .deqp-test
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D17.1.4.rst15 ----------------
19 f82fbbdf2dcec0e7e5aa3a8fe4bacd50bf4b7293cc6e1a56658ae6504d732362 mesa-17.1.4.tar.gz
20 06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad mesa-17.1.4.tar.xz
23 ------------
28 ---------
30 - `Bug 77240 <https://bugs.freedesktop.org/show_bug.cgi?id=77240>`__ -
32 - `Bug 95530 <https://bugs.freedesktop.org/show_bug.cgi?id=95530>`__ -
33 Stellaris - colored overlay of sectors doesn't render on i965
34 - `Bug 96958 <https://bugs.freedesktop.org/show_bug.cgi?id=96958>`__ -
36 - `Bug 99467 <https://bugs.freedesktop.org/show_bug.cgi?id=99467>`__ -
[all …]
H A D7.0.2.rst7 -------------
11 c9cf607f36e7e50172f5f9c7d552c34e MesaLib-7.0.2.tar.gz
12 93e6ed7924ff069a4f883b4fce5349dc MesaLib-7.0.2.tar.bz2
13 10c324c3613f90f059cb8429f700f300 MesaLib-7.0.2.zip
14 aa8b1244a5de1d23e5814bf9b67f1435 MesaDemos-7.0.2.tar.gz
15 11a10410bae7be85cf25bc7119966468 MesaDemos-7.0.2.tar.bz2
16 1dd0b5fd6d69430a2fd76a6adbfd8fff MesaDemos-7.0.2.zip
17 a7dbf25c025955858bd2d89a6eb6db4c MesaGLUT-7.0.2.tar.gz
18 3a33f8efc8c58a592a854cfc7a643286 MesaGLUT-7.0.2.tar.bz2
19 eba4ef2aa8c362ead81b54357f1903a3 MesaGLUT-7.0.2.zip
[all …]
H A 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 …]
H A 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 …]
H A D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
20 ---------------
24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz
28 ------------
30 - GL_EXT_demote_to_helper_invocation on radeonsi
32 - GL_NV_compute_shader_derivatives on radeonsi
34 - EGL_MESA_platform_xcb
36 - Removed GL_NV_point_sprite for classic swrast.
38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf…
40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support
[all …]
H A 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 …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
70 switch (i915_screen(screen)->iws->pci_id) { in i915_get_name()
87 chipset = "G33"; in i915_get_name()
106 snprintf(buffer, sizeof(buffer), "i915 (chipset: %s)", chipset); in i915_get_name()
233 if (s->info.stage == MESA_SHADER_FRAGMENT) { in i915_check_control_flow()
236 nir_cf_node *next = nir_cf_node_next(&first->cf_node); in i915_check_control_flow()
239 switch (next->type) { in i915_check_control_flow()
241 return "if/then statements not supported by i915 fragment shaders, " in i915_check_control_flow()
244 return "looping not supported i915 fragment shaders, all loops " in i915_check_control_flow()
260 if (s->info.stage == MESA_SHADER_FRAGMENT) in i915_finalize_nir()
[all …]
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dperf.c45 IGT_TEST_DESCRIPTION("Test the i915 perf metrics streaming interface");
47 #define GEN6_MI_REPORT_PERF_COUNT ((0x28 << 23) | (3 - 2))
48 #define GEN8_MI_REPORT_PERF_COUNT ((0x28 << 23) | (4 - 2))
135 [I915_OA_FORMAT_C4_B8] = { /* HSW+ (header differs from HSW-Gen8+) */
183 static int drm_fd = -1;
184 static int sysfs = -1;
185 static int pm_fd = -1;
186 static int stream_fd = -1;
216 stream_fd = -1; in __perf_close()
220 pm_fd = -1; in __perf_close()
[all …]